#612870

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

Shades of Seance #612870

Tints of Seance #612870

Color information

#612870 (or 0x612870) is unknown color: approx Seance. HEX triplet: 61, 28 and 70. RGB value is (97,40,112). Sum of RGB (Red+Green+Blue) = 97+40+112=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #612870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612870 is #9ED78F. Grayscale: #414141. Windows color (decimal): -10409872 or 7350369. OLE color: 7350369.

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

Color convert

RGB9740112-
CMYK0.130.6400.56
HSL287.5º47.37%29.8%-
HSV(B)287.5º64.29%43.92%-
XYZ8.615.2315.88-
YUV65.25154.38150.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.96%
GREEN value IS 40 (16.02% from 255) = 16.06%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=38.96%
G=16.06%
B=44.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97401120.130.6400.56287.547.3729.8
Hex612870D400381202f1e
Octal14150160151000704405736
Binary1100001101000111000011011000000011100010010000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612870; }

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

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

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

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

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

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

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

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