#601EE0

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

Shades of Han Purple #601EE0

Tints of Han Purple #601EE0

Color information

#601EE0 (or 0x601EE0) is unknown color: approx Han Purple. HEX triplet: 60, 1E and E0. RGB value is (96,30,224). Sum of RGB (Red+Green+Blue) = 96+30+224=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 224 (87.89% from 255 or 64% from 350); Max value from RGB is 224 - color contains mainly: blue. Hex color #601EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601EE0 is #9FE11F. Grayscale: #474747. Windows color (decimal): -10477856 or 14687840. OLE color: 14687840.

HSL color Cylindrical-coordinate representation of color #601EE0: hue angle of 260.41º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #601EE0 is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9630224-
CMYK0.570.8700.12
HSL260.41º76.38%49.8%-
HSV(B)260.41º86.61%87.84%-
XYZ18.748.871.23-
YUV71.85213.87145.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.43%
GREEN value IS 30 (12.11% from 255) = 8.57%
BLUE value IS 224 (87.89% from 255) = 64%
R=27.43%
G=8.57%
B=64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal96302240.570.8700.12260.4176.3849.8
Hex601EE039570C1044c32
Octal140363407112701440411462
Binary110000011110111000001110011010111011001000001001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601EE0; }

 p { color: rgb(96,30,224); }

 H1.HeaderClassName
 {
   color: #601EE0;
 }
 .AnyTagClassName
 {
   color: #601EE0;
 }
</style>
background-color css

<style>
 a { background-color: #601EE0; }

 a { background-color: rgb(96,30,224); }

 div.DivClassName
 {
   background-color: #601EE0;
 }
 .BgClassName
 {
   background-color: #601EE0;
 }
</style>
border-color css

<style>
 span { border-color: #601EE0; }

 span { border-color: rgb(96,30,224); }

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