#662877

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

Shades of Seance #662877

Tints of Seance #662877

Color information

#662877 (or 0x662877) is unknown color: approx Seance. HEX triplet: 66, 28 and 77. RGB value is (102,40,119). Sum of RGB (Red+Green+Blue) = 102+40+119=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #662877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662877 is #99D788. Grayscale: #434343. Windows color (decimal): -10082185 or 7809126. OLE color: 7809126.

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

Color convert

RGB10240119-
CMYK0.140.6600.53
HSL287.09º49.69%31.18%-
HSV(B)287.09º66.39%46.67%-
XYZ9.575.6718.04-
YUV67.54157.04152.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.08%
GREEN value IS 40 (16.02% from 255) = 15.33%
BLUE value IS 119 (46.88% from 255) = 45.59%
R=39.08%
G=15.33%
B=45.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102401190.140.6600.53287.0949.6931.18
Hex662877E4203511f321f
Octal14650167161020654376237
Binary1100110101000111011111101000010011010110001111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662877; }

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

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

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

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

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

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

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

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