#612073

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

Shades of Seance #612073

Tints of Seance #612073

Color information

#612073 (or 0x612073) is unknown color: approx Seance. HEX triplet: 61, 20 and 73. RGB value is (97,32,115). Sum of RGB (Red+Green+Blue) = 97+32+115=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #612073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612073 is #9EDF8C. Grayscale: #3C3C3C. Windows color (decimal): -10411917 or 7544929. OLE color: 7544929.

HSL color Cylindrical-coordinate representation of color #612073: hue angle of 286.99º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #612073 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9732115-
CMYK0.160.7200.55
HSL286.99º56.46%28.82%-
HSV(B)286.99º72.17%45.1%-
XYZ8.544.8116.7-
YUV60.9158.53153.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.75%
GREEN value IS 32 (12.89% from 255) = 13.11%
BLUE value IS 115 (45.31% from 255) = 47.13%
R=39.75%
G=13.11%
B=47.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97321150.160.7200.55286.9956.4628.82
Hex612073104803711f381d
Octal14140163201100674377035
Binary11000011000001110011100001001000011011110001111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612073; }

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

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

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

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

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

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

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

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