#662C78

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

Shades of Seance #662C78

Tints of Seance #662C78

Color information

#662C78 (or 0x662C78) is unknown color: approx Seance. HEX triplet: 66, 2C and 78. RGB value is (102,44,120). Sum of RGB (Red+Green+Blue) = 102+44+120=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #662C78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662C78 is #99D387. Grayscale: #454545. Windows color (decimal): -10081160 or 7875686. OLE color: 7875686.

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

Color convert

RGB10244120-
CMYK0.150.6300.53
HSL285.79º46.34%32.16%-
HSV(B)285.79º63.33%47.06%-
XYZ9.775.9818.41-
YUV70.01156.22150.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.35%
GREEN value IS 44 (17.58% from 255) = 16.54%
BLUE value IS 120 (47.27% from 255) = 45.11%
R=38.35%
G=16.54%
B=45.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102441200.150.6300.53285.7946.3432.16
Hex662C78F3F03511e2e20
Octal1465417017770654365640
Binary1100110101100111100011111111110110101100011110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,44,120); }

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

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

 a { background-color: rgb(102,44,120); }

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

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

 span { border-color: rgb(102,44,120); }

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