#662D79

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

Shades of Seance #662D79

Tints of Seance #662D79

Color information

#662D79 (or 0x662D79) is unknown color: approx Seance. HEX triplet: 66, 2D and 79. RGB value is (102,45,121). Sum of RGB (Red+Green+Blue) = 102+45+121=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 121 - color contains mainly: blue. Hex color #662D79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662D79 is #99D286. Grayscale: #464646. Windows color (decimal): -10080903 or 7941478. OLE color: 7941478.

HSL color Cylindrical-coordinate representation of color #662D79: hue angle of 285º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #662D79 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10245121-
CMYK0.160.6300.53
HSL285º45.78%32.55%-
HSV(B)285º62.81%47.45%-
XYZ9.876.0818.74-
YUV70.71156.38150.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.06%
GREEN value IS 45 (17.97% from 255) = 16.79%
BLUE value IS 121 (47.66% from 255) = 45.15%
R=38.06%
G=16.79%
B=45.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102451210.160.6300.5328545.7832.55
Hex662D79103F03511d2e21
Octal1465517120770654355641
Binary11001101011011111001100001111110110101100011101101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662D79; }

 p { color: rgb(102,45,121); }

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

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

 a { background-color: rgb(102,45,121); }

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

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

 span { border-color: rgb(102,45,121); }

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