#661576

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

Shades of Seance #661576

Tints of Seance #661576

Color information

#661576 (or 0x661576) is unknown color: approx Seance. HEX triplet: 66, 15 and 76. RGB value is (102,21,118). Sum of RGB (Red+Green+Blue) = 102+21+118=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #661576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661576 is #99EA89. Grayscale: #373737. Windows color (decimal): -10087050 or 7738726. OLE color: 7738726.

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

Color convert

RGB10221118-
CMYK0.140.8200.54
HSL290.1º69.78%27.25%-
HSV(B)290.1º82.2%46.27%-
XYZ9.024.6717.57-
YUV56.28162.84160.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.32%
GREEN value IS 21 (8.59% from 255) = 8.71%
BLUE value IS 118 (46.48% from 255) = 48.96%
R=42.32%
G=8.71%
B=48.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102211180.140.8200.54290.169.7827.25
Hex661576E52036122461b
Octal146251661612206644210633
Binary1100110101011110110111010100100110110100100010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661576; }

 p { color: rgb(102,21,118); }

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

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

 a { background-color: rgb(102,21,118); }

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

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

 span { border-color: rgb(102,21,118); }

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