#66177A

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

Shades of Seance #66177A

Tints of Seance #66177A

Color information

#66177A (or 0x66177A) is unknown color: approx Seance. HEX triplet: 66, 17 and 7A. RGB value is (102,23,122). Sum of RGB (Red+Green+Blue) = 102+23+122=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #66177A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66177A is #99E885. Grayscale: #393939. Windows color (decimal): -10086534 or 8001382. OLE color: 8001382.

HSL color Cylindrical-coordinate representation of color #66177A: hue angle of 287.88º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66177A is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10223122-
CMYK0.160.8100.52
HSL287.88º68.28%28.43%-
HSV(B)287.88º81.15%47.84%-
XYZ9.34.8418.86-
YUV57.91164.17159.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.30%
GREEN value IS 23 (9.38% from 255) = 9.31%
BLUE value IS 122 (48.05% from 255) = 49.39%
R=41.30%
G=9.31%
B=49.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal102231220.160.8100.52287.8868.2828.43
Hex66177A1051034120441c
Octal146271722012106444010434
Binary11001101011111110101000010100010110100100100000100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66177A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66177A; }

 p { color: rgb(102,23,122); }

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

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

 a { background-color: rgb(102,23,122); }

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

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

 span { border-color: rgb(102,23,122); }

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