#601972

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

Shades of Seance #601972

Tints of Seance #601972

Color information

#601972 (or 0x601972) is unknown color: approx Seance. HEX triplet: 60, 19 and 72. RGB value is (96,25,114). Sum of RGB (Red+Green+Blue) = 96+25+114=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #601972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601972 is #9FE68D. Grayscale: #383838. Windows color (decimal): -10479246 or 7477600. OLE color: 7477600.

HSL color Cylindrical-coordinate representation of color #601972: hue angle of 287.87º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #601972 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9625114-
CMYK0.160.7800.55
HSL287.87º64.03%27.25%-
HSV(B)287.87º78.07%44.71%-
XYZ8.214.416.34-
YUV56.38160.52156.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.85%
GREEN value IS 25 (10.16% from 255) = 10.64%
BLUE value IS 114 (44.92% from 255) = 48.51%
R=40.85%
G=10.64%
B=48.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96251140.160.7800.55287.8764.0327.25
Hex601972104E037120401b
Octal140311622011606744010033
Binary11000001100111100101000010011100110111100100000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601972; }

 p { color: rgb(96,25,114); }

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

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

 a { background-color: rgb(96,25,114); }

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

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

 span { border-color: rgb(96,25,114); }

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