#663172

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

Shades of Seance #663172

Tints of Seance #663172

Color information

#663172 (or 0x663172) is unknown color: approx Seance. HEX triplet: 66, 31 and 72. RGB value is (102,49,114). Sum of RGB (Red+Green+Blue) = 102+49+114=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #663172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663172 is #99CE8D. Grayscale: #484848. Windows color (decimal): -10079886 or 7483750. OLE color: 7483750.

HSL color Cylindrical-coordinate representation of color #663172: hue angle of 288.92º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #663172 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10249114-
CMYK0.110.5700.55
HSL288.92º39.88%31.96%-
HSV(B)288.92º57.02%44.71%-
XYZ9.626.2416.62-
YUV72.26151.56149.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.49%
GREEN value IS 49 (19.53% from 255) = 18.49%
BLUE value IS 114 (44.92% from 255) = 43.02%
R=38.49%
G=18.49%
B=43.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102491140.110.5700.55288.9239.8831.96
Hex663172B390371212820
Octal1466116213710674415040
Binary1100110110001111001010111110010110111100100001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663172; }

 p { color: rgb(102,49,114); }

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

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

 a { background-color: rgb(102,49,114); }

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

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

 span { border-color: rgb(102,49,114); }

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