#611C79

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

Shades of Seance #611C79

Tints of Seance #611C79

Color information

#611C79 (or 0x611C79) is unknown color: approx Seance. HEX triplet: 61, 1C and 79. RGB value is (97,28,121). Sum of RGB (Red+Green+Blue) = 97+28+121=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #611C79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611C79 is #9EE386. Grayscale: #3A3A3A. Windows color (decimal): -10412935 or 7937121. OLE color: 7937121.

HSL color Cylindrical-coordinate representation of color #611C79: hue angle of 284.52º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #611C79 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9728121-
CMYK0.200.7700.53
HSL284.52º62.42%29.22%-
HSV(B)284.52º76.86%47.45%-
XYZ8.84.7518.54-
YUV59.23162.86154.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.43%
GREEN value IS 28 (11.33% from 255) = 11.38%
BLUE value IS 121 (47.66% from 255) = 49.19%
R=39.43%
G=11.38%
B=49.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97281210.200.7700.53284.5262.4229.22
Hex611C79144D03511d3e1d
Octal14134171241150654357635
Binary1100001111001111001101001001101011010110001110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611C79; }

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

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

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

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

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

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

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

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