Html Css Color HEX #602EE5 Han Purple

📋 copy color: '#602EE5'

red 96 ◦ green 46 ◦ blue 229

#602EE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #602EE5

Tints of Han Purple #602EE5

RGB

 RED value IS 96 (37.89% from 255) = 25.88%

 GREEN value IS 46 (18.36% from 255) = 12.4%

 BLUE value IS 229 (89.84% from 255) = 61.73%

R = 25.88%
G = 12.4%
B = 61.73%

CMYK

 C value IS 0.58

 M value IS 0.80

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#602EE5 (or 0x602EE5) is known color: Han Purple. HEX triplet: 60, 2E and E5. RGB value is (96,46,229). Sum of RGB (Red+Green+Blue) = 96+46+229=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 229 (89.84% from 255 or 61.73% from 371); Max value from RGB is 229 - color contains mainly: blue. Hex color #602EE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602EE5 is #9FD11A. Grayscale: #515151. Windows color (decimal): -10473755 or 15019616. OLE color: 15019616.

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

Color convert

RGB 96 46 229 -
CMYK 0.58 0.80 0 0.10
HSL 256.39º 0.78% 0.54% -
HSV(B) 256.39º 0.8% 0.9% -
XYZ 19.94 10.1 75.03 -
YUV 81.81 211.07 138.12 -
System Red Green Blue C M Y K H S L
Decimal 96 46 229 0.58 0.80 0 0.10 256.39 0.78 0.54
Hex 60 2E E5 3A 50 0 A 100 4E 36
Octal 140 56 345 72 120 0 12 400 116 66
Binary 1100000 101110 11100101 111010 1010000 0 1010 100000000 1001110 110110

Color Harmonies of #602EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602EE5

Black with #602EE5

Text Example


Text Example

White with #602EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #602EE5;
 }
 .AnyTagClassName
 {
   color: #602EE5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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