#601BF0

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

Shades of Han Purple #601BF0

Tints of Han Purple #601BF0

Color information

#601BF0 (or 0x601BF0) is unknown color: approx Han Purple. HEX triplet: 60, 1B and F0. RGB value is (96,27,240). Sum of RGB (Red+Green+Blue) = 96+27+240=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 240 (94.14% from 255 or 66.12% from 363); Max value from RGB is 240 - color contains mainly: blue. Hex color #601BF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601BF0 is #9FE40F. Grayscale: #474747. Windows color (decimal): -10478608 or 15735648. OLE color: 15735648.

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

Color convert

RGB9627240-
CMYK0.60.8900.06
HSL259.44º87.65%52.35%-
HSV(B)259.44º88.75%94.12%-
XYZ20.949.5683.18-
YUV71.91222.86145.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 27 (10.94% from 255) = 7.44%
BLUE value IS 240 (94.14% from 255) = 66.12%
R=26.45%
G=7.44%
B=66.12%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal96272400.60.8900.06259.4487.6552.35
Hex601BF03C59061035834
Octal14033360741310640313064
Binary11000001101111110000111100101100101101000000111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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