Html Css Color HEX #602CE6 Han Purple

📋 copy color: '#602CE6'

red 96 ◦ green 44 ◦ blue 230

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

Shades of Han Purple #602CE6

Tints of Han Purple #602CE6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.89%

 BLUE value IS 230 (90.23% from 255) = 62.16%

R = 25.95%
G = 11.89%
B = 62.16%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#602CE6 (or 0x602CE6) is known color: Han Purple. HEX triplet: 60, 2C and E6. RGB value is (96,44,230). Sum of RGB (Red+Green+Blue) = 96+44+230=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 230 (90.23% from 255 or 62.16% from 370); Max value from RGB is 230 - color contains mainly: blue. Hex color #602CE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602CE6 is #9FD319. Grayscale: #505050. Windows color (decimal): -10474266 or 15084640. OLE color: 15084640.

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

Color convert

RGB 96 44 230 -
CMYK 0.58 0.81 0 0.10
HSL 256.77º 0.79% 0.54% -
HSV(B) 256.77º 0.81% 0.9% -
XYZ 20.01 10 75.74 -
YUV 80.75 212.23 138.88 -
System Red Green Blue C M Y K H S L
Decimal 96 44 230 0.58 0.81 0 0.10 256.77 0.79 0.54
Hex 60 2C E6 3A 51 0 A 101 4F 36
Octal 140 54 346 72 121 0 12 401 117 66
Binary 1100000 101100 11100110 111010 1010001 0 1010 100000001 1001111 110110

Color Harmonies of #602CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602CE6

Black with #602CE6

Text Example


Text Example

White with #602CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,44,230); }

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

background-color css

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

 a { background-color: rgb(96,44,230); }

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

border-color css

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

 span { border-color: rgb(96,44,230); }

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