#612570

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

Shades of Seance #612570

Tints of Seance #612570

Color information

#612570 (or 0x612570) is unknown color: approx Seance. HEX triplet: 61, 25 and 70. RGB value is (97,37,112). Sum of RGB (Red+Green+Blue) = 97+37+112=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #612570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612570 is #9EDA8F. Grayscale: #3F3F3F. Windows color (decimal): -10410640 or 7349601. OLE color: 7349601.

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

Color convert

RGB9737112-
CMYK0.130.6700.56
HSL288º50.34%29.22%-
HSV(B)288º66.96%43.92%-
XYZ8.525.0315.85-
YUV63.49155.38151.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.43%
GREEN value IS 37 (14.84% from 255) = 15.04%
BLUE value IS 112 (44.14% from 255) = 45.53%
R=39.43%
G=15.04%
B=45.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97371120.130.6700.5628850.3429.22
Hex612570D43038120321d
Octal14145160151030704406235
Binary1100001100101111000011011000011011100010010000011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612570; }

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

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

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

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

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

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

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

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