#612076

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

Shades of Seance #612076

Tints of Seance #612076

Color information

#612076 (or 0x612076) is unknown color: approx Seance. HEX triplet: 61, 20 and 76. RGB value is (97,32,118). Sum of RGB (Red+Green+Blue) = 97+32+118=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #612076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612076 is #9EDF89. Grayscale: #3C3C3C. Windows color (decimal): -10411914 or 7741537. OLE color: 7741537.

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

Color convert

RGB9732118-
CMYK0.180.7300.54
HSL285.35º57.33%29.41%-
HSV(B)285.35º72.88%46.27%-
XYZ8.724.8817.62-
YUV61.24160.03153.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.27%
GREEN value IS 32 (12.89% from 255) = 12.96%
BLUE value IS 118 (46.48% from 255) = 47.77%
R=39.27%
G=12.96%
B=47.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97321180.180.7300.54285.3557.3329.41
Hex612076124903611d391d
Octal14140166221110664357135
Binary11000011000001110110100101001001011011010001110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612076; }

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

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

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

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

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

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

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

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