#611976

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

Shades of Seance #611976

Tints of Seance #611976

Color information

#611976 (or 0x611976) is unknown color: approx Seance. HEX triplet: 61, 19 and 76. RGB value is (97,25,118). Sum of RGB (Red+Green+Blue) = 97+25+118=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #611976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611976 is #9EE689. Grayscale: #383838. Windows color (decimal): -10413706 or 7739745. OLE color: 7739745.

HSL color Cylindrical-coordinate representation of color #611976: hue angle of 286.45º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #611976 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9725118-
CMYK0.180.7900.54
HSL286.45º65.03%28.04%-
HSV(B)286.45º78.81%46.27%-
XYZ8.554.5417.57-
YUV57.13162.35156.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.42%
GREEN value IS 25 (10.16% from 255) = 10.42%
BLUE value IS 118 (46.48% from 255) = 49.17%
R=40.42%
G=10.42%
B=49.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97251180.180.7900.54286.4565.0328.04
Hex611976124F03611e411c
Octal141311662211706643610134
Binary11000011100111101101001010011110110110100011110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611976; }

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

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

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

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

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

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

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

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