#601B71

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

Shades of Seance #601B71

Tints of Seance #601B71

Color information

#601B71 (or 0x601B71) is unknown color: approx Seance. HEX triplet: 60, 1B and 71. RGB value is (96,27,113). Sum of RGB (Red+Green+Blue) = 96+27+113=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #601B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601B71 is #9FE48E. Grayscale: #393939. Windows color (decimal): -10478735 or 7412576. OLE color: 7412576.

HSL color Cylindrical-coordinate representation of color #601B71: hue angle of 288.14º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #601B71 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9627113-
CMYK0.150.7600.56
HSL288.14º61.43%27.45%-
HSV(B)288.14º76.11%44.31%-
XYZ8.24.4616.05-
YUV57.43159.36155.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.68%
GREEN value IS 27 (10.94% from 255) = 11.44%
BLUE value IS 113 (44.53% from 255) = 47.88%
R=40.68%
G=11.44%
B=47.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96271130.150.7600.56288.1461.4327.45
Hex601B71F4C0381203d1b
Octal14033161171140704407533
Binary110000011011111000111111001100011100010010000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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