#601EEF

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

Shades of Han Purple #601EEF

Tints of Han Purple #601EEF

Color information

#601EEF (or 0x601EEF) is unknown color: approx Han Purple. HEX triplet: 60, 1E and EF. RGB value is (96,30,239). Sum of RGB (Red+Green+Blue) = 96+30+239=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 239 (93.75% from 255 or 65.48% from 365); Max value from RGB is 239 - color contains mainly: blue. Hex color #601EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601EEF is #9FE110. Grayscale: #484848. Windows color (decimal): -10477841 or 15670880. OLE color: 15670880.

HSL color Cylindrical-coordinate representation of color #601EEF: hue angle of 258.95º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #601EEF is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9630239-
CMYK0.600.8700.06
HSL258.95º86.72%52.75%-
HSV(B)258.95º87.45%93.73%-
XYZ20.879.6582.42-
YUV73.56221.37144.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.30%
GREEN value IS 30 (12.11% from 255) = 8.22%
BLUE value IS 239 (93.75% from 255) = 65.48%
R=26.30%
G=8.22%
B=65.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal96302390.600.8700.06258.9586.7252.75
Hex601EEF3C57061035735
Octal14036357741270640312765
Binary11000001111011101111111100101011101101000000111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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