#611B79

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

Shades of Seance #611B79

Tints of Seance #611B79

Color information

#611B79 (or 0x611B79) is unknown color: approx Seance. HEX triplet: 61, 1B and 79. RGB value is (97,27,121). Sum of RGB (Red+Green+Blue) = 97+27+121=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #611B79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611B79 is #9EE486. Grayscale: #3A3A3A. Windows color (decimal): -10413191 or 7936865. OLE color: 7936865.

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

Color convert

RGB9727121-
CMYK0.200.7800.53
HSL284.68º63.51%29.02%-
HSV(B)284.68º77.69%47.45%-
XYZ8.774.7118.54-
YUV58.65163.19155.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 27 (10.94% from 255) = 11.02%
BLUE value IS 121 (47.66% from 255) = 49.39%
R=39.59%
G=11.02%
B=49.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97271210.200.7800.53284.6863.5129.02
Hex611B79144E03511d401d
Octal141331712411606543510035
Binary11000011101111110011010010011100110101100011101100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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