#662477

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

Shades of Seance #662477

Tints of Seance #662477

Color information

#662477 (or 0x662477) is unknown color: approx Seance. HEX triplet: 66, 24 and 77. RGB value is (102,36,119). Sum of RGB (Red+Green+Blue) = 102+36+119=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #662477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662477 is #99DB88. Grayscale: #404040. Windows color (decimal): -10083209 or 7808102. OLE color: 7808102.

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

Color convert

RGB10236119-
CMYK0.140.7000.53
HSL287.71º53.55%30.39%-
HSV(B)287.71º69.75%46.67%-
XYZ9.445.4218-
YUV65.2158.37154.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.69%
GREEN value IS 36 (14.45% from 255) = 14.01%
BLUE value IS 119 (46.88% from 255) = 46.30%
R=39.69%
G=14.01%
B=46.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102361190.140.7000.53287.7153.5530.39
Hex662477E46035120361e
Octal14644167161060654406636
Binary1100110100100111011111101000110011010110010000011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662477; }

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

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

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

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

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

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

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

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