#612376

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

Shades of Seance #612376

Tints of Seance #612376

Color information

#612376 (or 0x612376) is unknown color: approx Seance. HEX triplet: 61, 23 and 76. RGB value is (97,35,118). Sum of RGB (Red+Green+Blue) = 97+35+118=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #612376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612376 is #9EDC89. Grayscale: #3E3E3E. Windows color (decimal): -10411146 or 7742305. OLE color: 7742305.

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

Color convert

RGB9735118-
CMYK0.180.7000.54
HSL284.82º54.25%30%-
HSV(B)284.82º70.34%46.27%-
XYZ8.85.0517.65-
YUV63159.04152.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.8%
GREEN value IS 35 (14.06% from 255) = 14%
BLUE value IS 118 (46.48% from 255) = 47.2%
R=38.8%
G=14%
B=47.2%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97351180.180.7000.54284.8254.2530
Hex612376124603611d361e
Octal14143166221060664356636
Binary11000011000111110110100101000110011011010001110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612376; }

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

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

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

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

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

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

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

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