#602EEA

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

Shades of Han Purple #602EEA

Tints of Han Purple #602EEA

Color information

#602EEA (or 0x602EEA) is unknown color: approx Han Purple. HEX triplet: 60, 2E and EA. RGB value is (96,46,234). Sum of RGB (Red+Green+Blue) = 96+46+234=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #602EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602EEA is #9FD115. Grayscale: #515151. Windows color (decimal): -10473750 or 15347296. OLE color: 15347296.

HSL color Cylindrical-coordinate representation of color #602EEA: hue angle of 255.96º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #602EEA is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9646234-
CMYK0.590.8000.08
HSL255.96º81.74%54.9%-
HSV(B)255.96º80.34%91.76%-
XYZ20.6510.3878.76-
YUV82.38213.56137.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.53%
GREEN value IS 46 (18.36% from 255) = 12.23%
BLUE value IS 234 (91.80% from 255) = 62.23%
R=25.53%
G=12.23%
B=62.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal96462340.590.8000.08255.9681.7454.9
Hex602EEA3B50081005237
Octal140563527312001040012267
Binary1100000101110111010101110111010000010001000000001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602EEA; }

 p { color: rgb(96,46,234); }

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

<style>
 a { background-color: #602EEA; }

 a { background-color: rgb(96,46,234); }

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

<style>
 span { border-color: #602EEA; }

 span { border-color: rgb(96,46,234); }

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