Html Css Color HEX #602BE3 Han Purple

📋 copy color: '#602BE3'

red 96 ◦ green 43 ◦ blue 227

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

Shades of Han Purple #602BE3

Tints of Han Purple #602BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 62.02%

R = 26.23%
G = 11.75%
B = 62.02%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#602BE3 (or 0x602BE3) is known color: Han Purple. HEX triplet: 60, 2B and E3. RGB value is (96,43,227). Sum of RGB (Red+Green+Blue) = 96+43+227=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 43 (17.19% from 255 or 11.75% from 366); Blue value is 227 (89.06% from 255 or 62.02% from 366); Max value from RGB is 227 - color contains mainly: blue. Hex color #602BE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602BE3 is #9FD41C. Grayscale: #4F4F4F. Windows color (decimal): -10474525 or 14887776. OLE color: 14887776.

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

Color convert

RGB 96 43 227 -
CMYK 0.58 0.81 0 0.11
HSL 257.28º 0.77% 0.53% -
HSV(B) 257.28º 0.81% 0.89% -
XYZ 19.55 9.76 73.53 -
YUV 79.82 211.06 139.54 -
System Red Green Blue C M Y K H S L
Decimal 96 43 227 0.58 0.81 0 0.11 257.28 0.77 0.53
Hex 60 2B E3 3A 51 0 B 101 4D 35
Octal 140 53 343 72 121 0 13 401 115 65
Binary 1100000 101011 11100011 111010 1010001 0 1011 100000001 1001101 110101

Color Harmonies of #602BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602BE3

Black with #602BE3

Text Example


Text Example

White with #602BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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