#611578

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

Shades of Seance #611578

Tints of Seance #611578

Color information

#611578 (or 0x611578) is unknown color: approx Seance. HEX triplet: 61, 15 and 78. RGB value is (97,21,120). Sum of RGB (Red+Green+Blue) = 97+21+120=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #611578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611578 is #9EEA87. Grayscale: #363636. Windows color (decimal): -10414728 or 7869793. OLE color: 7869793.

HSL color Cylindrical-coordinate representation of color #611578: hue angle of 286.06º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #611578 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9721120-
CMYK0.190.8300.53
HSL286.06º70.21%27.65%-
HSV(B)286.06º82.5%47.06%-
XYZ8.594.4318.17-
YUV55.01164.68157.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.76%
GREEN value IS 21 (8.59% from 255) = 8.82%
BLUE value IS 120 (47.27% from 255) = 50.42%
R=40.76%
G=8.82%
B=50.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97211200.190.8300.53286.0670.2127.65
Hex611578135303511e461c
Octal141251702312306543610634
Binary11000011010111110001001110100110110101100011110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611578; }

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

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

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

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

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

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

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

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