#601DEC

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

Shades of Han Purple #601DEC

Tints of Han Purple #601DEC

Color information

#601DEC (or 0x601DEC) is unknown color: approx Han Purple. HEX triplet: 60, 1D and EC. RGB value is (96,29,236). Sum of RGB (Red+Green+Blue) = 96+29+236=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 236 (92.58% from 255 or 65.37% from 361); Max value from RGB is 236 - color contains mainly: blue. Hex color #601DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601DEC is #9FE213. Grayscale: #474747. Windows color (decimal): -10478100 or 15474016. OLE color: 15474016.

HSL color Cylindrical-coordinate representation of color #601DEC: hue angle of 259.42º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #601DEC is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9629236-
CMYK0.590.8800.07
HSL259.42º84.49%51.96%-
HSV(B)259.42º87.71%92.55%-
XYZ20.49.4280.1-
YUV72.63220.2144.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.59%
GREEN value IS 29 (11.72% from 255) = 8.03%
BLUE value IS 236 (92.58% from 255) = 65.37%
R=26.59%
G=8.03%
B=65.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal96292360.590.8800.07259.4284.4951.96
Hex601DEC3B58071035434
Octal14035354731300740312464
Binary11000001110111101100111011101100001111000000111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,29,236); }

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

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

 a { background-color: rgb(96,29,236); }

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

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

 span { border-color: rgb(96,29,236); }

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