#602EE3

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

Shades of Han Purple #602EE3

Tints of Han Purple #602EE3

Color information

#602EE3 (or 0x602EE3) is unknown color: approx Han Purple. HEX triplet: 60, 2E and E3. RGB value is (96,46,227). Sum of RGB (Red+Green+Blue) = 96+46+227=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 227 (89.06% from 255 or 61.52% from 369); Max value from RGB is 227 - color contains mainly: blue. Hex color #602EE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602EE3 is #9FD11C. Grayscale: #505050. Windows color (decimal): -10473757 or 14888544. OLE color: 14888544.

HSL color Cylindrical-coordinate representation of color #602EE3: hue angle of 256.57º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #602EE3 is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9646227-
CMYK0.580.8000.11
HSL256.57º76.37%53.53%-
HSV(B)256.57º79.74%89.02%-
XYZ19.679.9973.56-
YUV81.58210.06138.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.02%
GREEN value IS 46 (18.36% from 255) = 12.47%
BLUE value IS 227 (89.06% from 255) = 61.52%
R=26.02%
G=12.47%
B=61.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal96462270.580.8000.11256.5776.3753.53
Hex602EE33A500B1014c36
Octal140563437212001340111466
Binary1100000101110111000111110101010000010111000000011001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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