#612276

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

Shades of Seance #612276

Tints of Seance #612276

Color information

#612276 (or 0x612276) is unknown color: approx Seance. HEX triplet: 61, 22 and 76. RGB value is (97,34,118). Sum of RGB (Red+Green+Blue) = 97+34+118=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #612276 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612276 is #9EDD89. Grayscale: #3E3E3E. Windows color (decimal): -10411402 or 7742049. OLE color: 7742049.

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

Color convert

RGB9734118-
CMYK0.180.7100.54
HSL285º55.26%29.8%-
HSV(B)285º71.19%46.27%-
XYZ8.774.9917.64-
YUV62.41159.37152.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.96%
GREEN value IS 34 (13.67% from 255) = 13.65%
BLUE value IS 118 (46.48% from 255) = 47.39%
R=38.96%
G=13.65%
B=47.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97341180.180.7100.5428555.2629.8
Hex612276124703611d371e
Octal14142166221070664356736
Binary11000011000101110110100101000111011011010001110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612276; }

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

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

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

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

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

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

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

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