#612070

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

Shades of Seance #612070

Tints of Seance #612070

Color information

#612070 (or 0x612070) is unknown color: approx Seance. HEX triplet: 61, 20 and 70. RGB value is (97,32,112). Sum of RGB (Red+Green+Blue) = 97+32+112=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #612070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612070 is #9EDF8F. Grayscale: #3C3C3C. Windows color (decimal): -10411920 or 7348321. OLE color: 7348321.

HSL color Cylindrical-coordinate representation of color #612070: hue angle of 288.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #612070 is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9732112-
CMYK0.130.7100.56
HSL288.75º55.56%28.24%-
HSV(B)288.75º71.43%43.92%-
XYZ8.374.7415.8-
YUV60.56157.03154-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.25%
GREEN value IS 32 (12.89% from 255) = 13.28%
BLUE value IS 112 (44.14% from 255) = 46.47%
R=40.25%
G=13.28%
B=46.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97321120.130.7100.56288.7555.5628.24
Hex612070D47038121381c
Octal14140160151070704417034
Binary1100001100000111000011011000111011100010010000111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612070; }

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

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

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

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

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

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

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

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