#611571

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

Shades of Seance #611571

Tints of Seance #611571

Color information

#611571 (or 0x611571) is unknown color: approx Seance. HEX triplet: 61, 15 and 71. RGB value is (97,21,113). Sum of RGB (Red+Green+Blue) = 97+21+113=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #611571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611571 is #9EEA8E. Grayscale: #353535. Windows color (decimal): -10414735 or 7411041. OLE color: 7411041.

HSL color Cylindrical-coordinate representation of color #611571: hue angle of 289.57º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #611571 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9721113-
CMYK0.140.8100.56
HSL289.57º68.66%26.27%-
HSV(B)289.57º81.42%44.31%-
XYZ8.184.2716.02-
YUV54.21161.18158.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.99%
GREEN value IS 21 (8.59% from 255) = 9.09%
BLUE value IS 113 (44.53% from 255) = 48.92%
R=41.99%
G=9.09%
B=48.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97211130.140.8100.56289.5768.6626.27
Hex611571E51038122451a
Octal141251611612107044210532
Binary1100001101011110001111010100010111000100100010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611571; }

 p { color: rgb(97,21,113); }

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

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

 a { background-color: rgb(97,21,113); }

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

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

 span { border-color: rgb(97,21,113); }

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