#662077

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

Shades of Seance #662077

Tints of Seance #662077

Color information

#662077 (or 0x662077) is unknown color: approx Seance. HEX triplet: 66, 20 and 77. RGB value is (102,32,119). Sum of RGB (Red+Green+Blue) = 102+32+119=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #662077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662077 is #99DF88. Grayscale: #3E3E3E. Windows color (decimal): -10084233 or 7807078. OLE color: 7807078.

HSL color Cylindrical-coordinate representation of color #662077: hue angle of 288.28º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #662077 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10232119-
CMYK0.140.7300.53
HSL288.28º57.62%29.61%-
HSV(B)288.28º73.11%46.67%-
XYZ9.335.1917.96-
YUV62.85159.69155.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.32%
GREEN value IS 32 (12.89% from 255) = 12.65%
BLUE value IS 119 (46.88% from 255) = 47.04%
R=40.32%
G=12.65%
B=47.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102321190.140.7300.53288.2857.6229.61
Hex662077E490351203a1e
Octal14640167161110654407236
Binary1100110100000111011111101001001011010110010000011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662077; }

 p { color: rgb(102,32,119); }

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

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

 a { background-color: rgb(102,32,119); }

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

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

 span { border-color: rgb(102,32,119); }

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