#6311EE

Color #6311EE Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #6311EE

Tints of Han Purple #6311EE

Color information

#6311EE (or 0x6311EE) is unknown color: approx Han Purple. HEX triplet: 63, 11 and EE. RGB value is (99,17,238). Sum of RGB (Red+Green+Blue) = 99+17+238=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 238 (93.36% from 255 or 67.23% from 354); Max value from RGB is 238 - color contains mainly: blue. Hex color #6311EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6311EE is #9CEE11. Grayscale: #414141. Windows color (decimal): -10284562 or 15602019. OLE color: 15602019.

HSL color Cylindrical-coordinate representation of color #6311EE: hue angle of 262.26º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6311EE is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9917238-
CMYK0.580.9300.07
HSL262.26º86.67%50%-
HSV(B)262.26º92.86%93.33%-
XYZ20.789.2381.57-
YUV66.71224.67151.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 27.97%
GREEN value IS 17 (7.03% from 255) = 4.80%
BLUE value IS 238 (93.36% from 255) = 67.23%
R=27.97%
G=4.80%
B=67.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal99172380.580.9300.07262.2686.6750
Hex6311EE3A5D071065732
Octal14321356721350740612762
Binary11000111000111101110111010101110101111000001101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6311EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6311EE; }

 p { color: rgb(99,17,238); }

 H1.HeaderClassName
 {
   color: #6311EE;
 }
 .AnyTagClassName
 {
   color: #6311EE;
 }
</style>
background-color css

<style>
 a { background-color: #6311EE; }

 a { background-color: rgb(99,17,238); }

 div.DivClassName
 {
   background-color: #6311EE;
 }
 .BgClassName
 {
   background-color: #6311EE;
 }
</style>
border-color css

<style>
 span { border-color: #6311EE; }

 span { border-color: rgb(99,17,238); }

 td.TdClassName
 {
   border-color: #6311EE;
 }
 .TagClassName
 {
   border-color: #6311EE;
 }
</style>