#612C70

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

Shades of Seance #612C70

Tints of Seance #612C70

Color information

#612C70 (or 0x612C70) is unknown color: approx Seance. HEX triplet: 61, 2C and 70. RGB value is (97,44,112). Sum of RGB (Red+Green+Blue) = 97+44+112=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #612C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612C70 is #9ED38F. Grayscale: #434343. Windows color (decimal): -10408848 or 7351393. OLE color: 7351393.

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

Color convert

RGB9744112-
CMYK0.130.6100.56
HSL286.76º43.59%30.59%-
HSV(B)286.76º60.71%43.92%-
XYZ8.765.5115.93-
YUV67.6153.06148.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.34%
GREEN value IS 44 (17.58% from 255) = 17.39%
BLUE value IS 112 (44.14% from 255) = 44.27%
R=38.34%
G=17.39%
B=44.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97441120.130.6100.56286.7643.5930.59
Hex612C70D3D03811f2c1f
Octal1415416015750704375437
Binary110000110110011100001101111101011100010001111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612C70; }

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

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

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

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

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

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

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

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