#611D7B

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

Shades of Seance #611D7B

Tints of Seance #611D7B

Color information

#611D7B (or 0x611D7B) is unknown color: approx Seance. HEX triplet: 61, 1D and 7B. RGB value is (97,29,123). Sum of RGB (Red+Green+Blue) = 97+29+123=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 123 (48.44% from 255 or 49.40% from 249); Max value from RGB is 123 - color contains mainly: blue. Hex color #611D7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611D7B is #9EE284. Grayscale: #3B3B3B. Windows color (decimal): -10412677 or 8068449. OLE color: 8068449.

HSL color Cylindrical-coordinate representation of color #611D7B: hue angle of 283.4º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #611D7B is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9729123-
CMYK0.210.7600.52
HSL283.4º61.84%29.8%-
HSV(B)283.4º76.42%48.24%-
XYZ8.944.8519.2-
YUV60.05163.53154.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.96%
GREEN value IS 29 (11.72% from 255) = 11.65%
BLUE value IS 123 (48.44% from 255) = 49.40%
R=38.96%
G=11.65%
B=49.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97291230.210.7600.52283.461.8429.8
Hex611D7B154C03411b3e1e
Octal14135173251140644337636
Binary1100001111011111011101011001100011010010001101111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,29,123); }

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

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

 a { background-color: rgb(97,29,123); }

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

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

 span { border-color: rgb(97,29,123); }

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