Html Css Color HEX #602AE8 Han Purple

📋 copy color: '#602AE8'

red 96 ◦ green 42 ◦ blue 232

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

Shades of Han Purple #602AE8

Tints of Han Purple #602AE8

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.35%

 BLUE value IS 232 (91.02% from 255) = 62.7%

R = 25.95%
G = 11.35%
B = 62.7%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#602AE8 (or 0x602AE8) is known color: Han Purple. HEX triplet: 60, 2A and E8. RGB value is (96,42,232). Sum of RGB (Red+Green+Blue) = 96+42+232=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 42 (16.80% from 255 or 11.35% from 370); Blue value is 232 (91.02% from 255 or 62.70% from 370); Max value from RGB is 232 - color contains mainly: blue. Hex color #602AE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602AE8 is #9FD517. Grayscale: #4F4F4F. Windows color (decimal): -10474776 or 15215200. OLE color: 15215200.

HSL color Cylindrical-coordinate representation of color #602AE8: hue angle of 257.05º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #602AE8 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 96 42 232 -
CMYK 0.59 0.82 0 0.09
HSL 257.05º 0.81% 0.54% -
HSV(B) 257.05º 0.82% 0.91% -
XYZ 20.22 9.97 77.2 -
YUV 79.81 213.89 139.55 -
System Red Green Blue C M Y K H S L
Decimal 96 42 232 0.59 0.82 0 0.09 257.05 0.81 0.54
Hex 60 2A E8 3B 52 0 9 101 51 36
Octal 140 52 350 73 122 0 11 401 121 66
Binary 1100000 101010 11101000 111011 1010010 0 1001 100000001 1010001 110110

Color Harmonies of #602AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602AE8

Black with #602AE8

Text Example


Text Example

White with #602AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,42,232); }

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

background-color css

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

 a { background-color: rgb(96,42,232); }

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

border-color css

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

 span { border-color: rgb(96,42,232); }

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