Html Css Color HEX #602CEA Han Purple

📋 copy color: '#602CEA'

red 96 ◦ green 44 ◦ blue 234

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

Shades of Han Purple #602CEA

Tints of Han Purple #602CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 62.57%

R = 25.67%
G = 11.76%
B = 62.57%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#602CEA (or 0x602CEA) is known color: Han Purple. HEX triplet: 60, 2C and EA. RGB value is (96,44,234). Sum of RGB (Red+Green+Blue) = 96+44+234=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 44 (17.58% from 255 or 11.76% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #602CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602CEA is #9FD315. Grayscale: #505050. Windows color (decimal): -10474262 or 15346784. OLE color: 15346784.

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

Color convert

RGB 96 44 234 -
CMYK 0.59 0.81 0 0.08
HSL 256.42º 0.82% 0.55% -
HSV(B) 256.42º 0.81% 0.92% -
XYZ 20.58 10.23 78.73 -
YUV 81.21 214.23 138.55 -
System Red Green Blue C M Y K H S L
Decimal 96 44 234 0.59 0.81 0 0.08 256.42 0.82 0.55
Hex 60 2C EA 3B 51 0 8 100 52 37
Octal 140 54 352 73 121 0 10 400 122 67
Binary 1100000 101100 11101010 111011 1010001 0 1000 100000000 1010010 110111

Color Harmonies of #602CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602CEA

Black with #602CEA

Text Example


Text Example

White with #602CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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