#601DF0

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

Shades of Han Purple #601DF0

Tints of Han Purple #601DF0

Color information

#601DF0 (or 0x601DF0) is unknown color: approx Han Purple. HEX triplet: 60, 1D and F0. RGB value is (96,29,240). Sum of RGB (Red+Green+Blue) = 96+29+240=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 240 (94.14% from 255 or 65.75% from 365); Max value from RGB is 240 - color contains mainly: blue. Hex color #601DF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601DF0 is #9FE20F. Grayscale: #484848. Windows color (decimal): -10478096 or 15736160. OLE color: 15736160.

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

Color convert

RGB9629240-
CMYK0.60.8800.06
HSL259.05º87.55%52.75%-
HSV(B)259.05º87.92%94.12%-
XYZ20.999.6683.2-
YUV73.09222.2144.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.30%
GREEN value IS 29 (11.72% from 255) = 7.95%
BLUE value IS 240 (94.14% from 255) = 65.75%
R=26.30%
G=7.95%
B=65.75%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal96292400.60.8800.06259.0587.5552.75
Hex601DF03C58061035835
Octal14035360741300640313065
Binary11000001110111110000111100101100001101000000111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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