Html Css Color HEX #602FEA Han Purple

📋 copy color: '#602FEA'

red 96 ◦ green 47 ◦ blue 234

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

Shades of Han Purple #602FEA

Tints of Han Purple #602FEA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.47%

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

R = 25.46%
G = 12.47%
B = 62.07%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#602FEA (or 0x602FEA) is known color: Han Purple. HEX triplet: 60, 2F and EA. RGB value is (96,47,234). Sum of RGB (Red+Green+Blue) = 96+47+234=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 47 (18.75% from 255 or 12.47% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #602FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602FEA is #9FD015. Grayscale: #525252. Windows color (decimal): -10473494 or 15347552. OLE color: 15347552.

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

Color convert

RGB 96 47 234 -
CMYK 0.59 0.80 0 0.08
HSL 255.72º 0.82% 0.55% -
HSV(B) 255.72º 0.8% 0.92% -
XYZ 20.69 10.46 78.77 -
YUV 82.97 213.23 137.29 -
System Red Green Blue C M Y K H S L
Decimal 96 47 234 0.59 0.80 0 0.08 255.72 0.82 0.55
Hex 60 2F EA 3B 50 0 8 100 52 37
Octal 140 57 352 73 120 0 10 400 122 67
Binary 1100000 101111 11101010 111011 1010000 0 1000 100000000 1010010 110111

Color Harmonies of #602FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602FEA

Black with #602FEA

Text Example


Text Example

White with #602FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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