#602BE3

Color #602BE3 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #602BE3

Tints of Han Purple #602BE3

Color information

#602BE3 (or 0x602BE3) is unknown color: approx 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

RGB9643227-
CMYK0.580.8100.11
HSL257.28º76.67%52.94%-
HSV(B)257.28º81.06%89.02%-
XYZ19.559.7673.53-
YUV79.82211.06139.54-

RGB Variations

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

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 (Cyan) values IS 0.58
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal96432270.580.8100.11257.2876.6752.94
Hex602BE33A510B1014d35
Octal140533437212101340111565
Binary1100000101011111000111110101010001010111000000011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>