Html Css Color HEX #602BE5 Han Purple

📋 copy color: '#602BE5'

red 96 ◦ green 43 ◦ blue 229

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

Shades of Han Purple #602BE5

Tints of Han Purple #602BE5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.68%

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

R = 26.09%
G = 11.68%
B = 62.23%

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

#602BE5 (or 0x602BE5) is known color: Han Purple. HEX triplet: 60, 2B and E5. RGB value is (96,43,229). Sum of RGB (Red+Green+Blue) = 96+43+229=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 229 (89.84% from 255 or 62.23% from 368); Max value from RGB is 229 - color contains mainly: blue. Hex color #602BE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602BE5 is #9FD41A. Grayscale: #4F4F4F. Windows color (decimal): -10474523 or 15018848. OLE color: 15018848.

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

Color convert

RGB 96 43 229 -
CMYK 0.58 0.81 0 0.10
HSL 257.1º 0.78% 0.53% -
HSV(B) 257.1º 0.81% 0.9% -
XYZ 19.83 9.87 74.99 -
YUV 80.05 212.06 139.38 -
System Red Green Blue C M Y K H S L
Decimal 96 43 229 0.58 0.81 0 0.10 257.1 0.78 0.53
Hex 60 2B E5 3A 51 0 A 101 4E 35
Octal 140 53 345 72 121 0 12 401 116 65
Binary 1100000 101011 11100101 111010 1010001 0 1010 100000001 1001110 110101

Color Harmonies of #602BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602BE5

Black with #602BE5

Text Example


Text Example

White with #602BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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