#611972

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

Shades of Seance #611972

Tints of Seance #611972

Color information

#611972 (or 0x611972) is unknown color: approx Seance. HEX triplet: 61, 19 and 72. RGB value is (97,25,114). Sum of RGB (Red+Green+Blue) = 97+25+114=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #611972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611972 is #9EE68D. Grayscale: #383838. Windows color (decimal): -10413710 or 7477601. OLE color: 7477601.

HSL color Cylindrical-coordinate representation of color #611972: hue angle of 288.54º 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 #611972 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9725114-
CMYK0.150.7800.55
HSL288.54º64.03%27.25%-
HSV(B)288.54º78.07%44.71%-
XYZ8.314.4516.34-
YUV56.67160.35156.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.10%
GREEN value IS 25 (10.16% from 255) = 10.59%
BLUE value IS 114 (44.92% from 255) = 48.31%
R=41.10%
G=10.59%
B=48.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97251140.150.7800.55288.5464.0327.25
Hex611972F4E037121401b
Octal141311621711606744110033
Binary1100001110011110010111110011100110111100100001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611972; }

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

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

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

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

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

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

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

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