#601E71

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

Shades of Seance #601E71

Tints of Seance #601E71

Color information

#601E71 (or 0x601E71) is unknown color: approx Seance. HEX triplet: 60, 1E and 71. RGB value is (96,30,113). Sum of RGB (Red+Green+Blue) = 96+30+113=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #601E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601E71 is #9FE18E. Grayscale: #3A3A3A. Windows color (decimal): -10477967 or 7413344. OLE color: 7413344.

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

Color convert

RGB9630113-
CMYK0.150.7300.56
HSL287.71º58.04%28.04%-
HSV(B)287.71º73.45%44.31%-
XYZ8.274.6116.08-
YUV59.2158.37154.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.17%
GREEN value IS 30 (12.11% from 255) = 12.55%
BLUE value IS 113 (44.53% from 255) = 47.28%
R=40.17%
G=12.55%
B=47.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96301130.150.7300.56287.7158.0428.04
Hex601E71F490381203a1c
Octal14036161171110704407234
Binary110000011110111000111111001001011100010010000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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