#611E7C

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

Shades of Seance #611E7C

Tints of Seance #611E7C

Color information

#611E7C (or 0x611E7C) is unknown color: approx Seance. HEX triplet: 61, 1E and 7C. RGB value is (97,30,124). Sum of RGB (Red+Green+Blue) = 97+30+124=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #611E7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611E7C is #9EE183. Grayscale: #3C3C3C. Windows color (decimal): -10412420 or 8134241. OLE color: 8134241.

HSL color Cylindrical-coordinate representation of color #611E7C: hue angle of 282.77º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #611E7C is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9730124-
CMYK0.220.7600.51
HSL282.77º61.04%30.2%-
HSV(B)282.77º75.81%48.63%-
XYZ9.034.9319.54-
YUV60.75163.7153.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.65%
GREEN value IS 30 (12.11% from 255) = 11.95%
BLUE value IS 124 (48.83% from 255) = 49.40%
R=38.65%
G=11.95%
B=49.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal97301240.220.7600.51282.7761.0430.2
Hex611E7C164C03311b3d1e
Octal14136174261140634337536
Binary1100001111101111100101101001100011001110001101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,30,124); }

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

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

 a { background-color: rgb(97,30,124); }

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

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

 span { border-color: rgb(97,30,124); }

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