#601571

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

Shades of Seance #601571

Tints of Seance #601571

Color information

#601571 (or 0x601571) is unknown color: approx Seance. HEX triplet: 60, 15 and 71. RGB value is (96,21,113). Sum of RGB (Red+Green+Blue) = 96+21+113=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #601571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601571 is #9FEA8E. Grayscale: #353535. Windows color (decimal): -10480271 or 7411040. OLE color: 7411040.

HSL color Cylindrical-coordinate representation of color #601571: hue angle of 288.91º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #601571 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9621113-
CMYK0.150.8100.56
HSL288.91º68.66%26.27%-
HSV(B)288.91º81.42%44.31%-
XYZ8.074.2216.01-
YUV53.91161.35158.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.74%
GREEN value IS 21 (8.59% from 255) = 9.13%
BLUE value IS 113 (44.53% from 255) = 49.13%
R=41.74%
G=9.13%
B=49.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96211130.150.8100.56288.9168.6626.27
Hex601571F51038121451a
Octal140251611712107044110532
Binary1100000101011110001111110100010111000100100001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601571; }

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

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

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

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

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

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

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

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