#612179

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

Shades of Seance #612179

Tints of Seance #612179

Color information

#612179 (or 0x612179) is unknown color: approx Seance. HEX triplet: 61, 21 and 79. RGB value is (97,33,121). Sum of RGB (Red+Green+Blue) = 97+33+121=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #612179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612179 is #9EDE86. Grayscale: #3D3D3D. Windows color (decimal): -10411655 or 7938401. OLE color: 7938401.

HSL color Cylindrical-coordinate representation of color #612179: hue angle of 283.64º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #612179 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9733121-
CMYK0.200.7300.53
HSL283.64º57.14%30.2%-
HSV(B)283.64º72.73%47.45%-
XYZ8.925.0118.59-
YUV62.17161.2152.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.65%
GREEN value IS 33 (13.28% from 255) = 13.15%
BLUE value IS 121 (47.66% from 255) = 48.21%
R=38.65%
G=13.15%
B=48.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97331210.200.7300.53283.6457.1430.2
Hex612179144903511c391e
Octal14141171241110654347136
Binary11000011000011111001101001001001011010110001110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612179; }

 p { color: rgb(97,33,121); }

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

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

 a { background-color: rgb(97,33,121); }

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

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

 span { border-color: rgb(97,33,121); }

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