#663159

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

Shades of Palatinate Purple #663159

Tints of Palatinate Purple #663159

Color information

#663159 (or 0x663159) is unknown color: approx Palatinate Purple. HEX triplet: 66, 31 and 59. RGB value is (102,49,89). Sum of RGB (Red+Green+Blue) = 102+49+89=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #663159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663159 is #99CEA6. Grayscale: #454545. Windows color (decimal): -10079911 or 5845350. OLE color: 5845350.

HSL color Cylindrical-coordinate representation of color #663159: hue angle of 314.72º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #663159 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB1024989-
CMYK00.520.130.6
HSL314.72º35.1%29.61%-
HSV(B)314.72º51.96%40%-
XYZ8.385.7410.12-
YUV69.41139.06151.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.5%
GREEN value IS 49 (19.53% from 255) = 20.42%
BLUE value IS 89 (35.16% from 255) = 37.08%
R=42.5%
G=20.42%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102498900.520.130.6314.7235.129.61
Hex663159034D3C13b231e
Octal1466113106415744734336
Binary110011011000110110010110100110111110010011101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663159; }

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

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

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

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

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

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

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

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