#601A71

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

Shades of Seance #601A71

Tints of Seance #601A71

Color information

#601A71 (or 0x601A71) is unknown color: approx Seance. HEX triplet: 60, 1A and 71. RGB value is (96,26,113). Sum of RGB (Red+Green+Blue) = 96+26+113=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #601A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601A71 is #9FE58E. Grayscale: #383838. Windows color (decimal): -10478991 or 7412320. OLE color: 7412320.

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

Color convert

RGB9626113-
CMYK0.150.7700.56
HSL288.28º62.59%27.25%-
HSV(B)288.28º76.99%44.31%-
XYZ8.174.4216.04-
YUV56.85159.69155.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.85%
GREEN value IS 26 (10.55% from 255) = 11.06%
BLUE value IS 113 (44.53% from 255) = 48.09%
R=40.85%
G=11.06%
B=48.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96261130.150.7700.56288.2862.5927.25
Hex601A71F4D0381203f1b
Octal14032161171150704407733
Binary110000011010111000111111001101011100010010000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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