#612272

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

Shades of Seance #612272

Tints of Seance #612272

Color information

#612272 (or 0x612272) is unknown color: approx Seance. HEX triplet: 61, 22 and 72. RGB value is (97,34,114). Sum of RGB (Red+Green+Blue) = 97+34+114=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #612272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612272 is #9EDD8D. Grayscale: #3D3D3D. Windows color (decimal): -10411406 or 7479905. OLE color: 7479905.

HSL color Cylindrical-coordinate representation of color #612272: hue angle of 287.25º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #612272 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9734114-
CMYK0.150.7000.55
HSL287.25º54.05%29.02%-
HSV(B)287.25º70.18%44.71%-
XYZ8.544.916.42-
YUV61.96157.37153-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 34 (13.67% from 255) = 13.88%
BLUE value IS 114 (44.92% from 255) = 46.53%
R=39.59%
G=13.88%
B=46.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97341140.150.7000.55287.2554.0529.02
Hex612272F4603711f361d
Octal14142162171060674376635
Binary1100001100010111001011111000110011011110001111111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612272; }

 p { color: rgb(97,34,114); }

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

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

 a { background-color: rgb(97,34,114); }

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

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

 span { border-color: rgb(97,34,114); }

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