#611475

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

Shades of Seance #611475

Tints of Seance #611475

Color information

#611475 (or 0x611475) is unknown color: approx Seance. HEX triplet: 61, 14 and 75. RGB value is (97,20,117). Sum of RGB (Red+Green+Blue) = 97+20+117=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #611475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611475 is #9EEB8A. Grayscale: #353535. Windows color (decimal): -10414987 or 7672929. OLE color: 7672929.

HSL color Cylindrical-coordinate representation of color #611475: hue angle of 287.63º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #611475 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9720117-
CMYK0.170.8300.54
HSL287.63º70.8%26.86%-
HSV(B)287.63º82.91%45.88%-
XYZ8.394.3317.22-
YUV54.08163.51158.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.45%
GREEN value IS 20 (8.20% from 255) = 8.55%
BLUE value IS 117 (46.09% from 255) = 50%
R=41.45%
G=8.55%
B=50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97201170.170.8300.54287.6370.826.86
Hex6114751153036120471b
Octal141241652112306644010733
Binary11000011010011101011000110100110110110100100000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611475; }

 p { color: rgb(97,20,117); }

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

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

 a { background-color: rgb(97,20,117); }

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

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

 span { border-color: rgb(97,20,117); }

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