#663959

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

Shades of Palatinate Purple #663959

Tints of Palatinate Purple #663959

Color information

#663959 (or 0x663959) is unknown color: approx Palatinate Purple. HEX triplet: 66, 39 and 59. RGB value is (102,57,89). Sum of RGB (Red+Green+Blue) = 102+57+89=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #663959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663959 is #99C6A6. Grayscale: #4A4A4A. Windows color (decimal): -10077863 or 5847398. OLE color: 5847398.

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

Color convert

RGB1025789-
CMYK00.440.130.6
HSL317.33º28.3%31.18%-
HSV(B)317.33º44.12%40%-
XYZ8.756.4710.24-
YUV74.1136.41147.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.13%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 89 (35.16% from 255) = 35.89%
R=41.13%
G=22.98%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102578900.440.130.6317.3328.331.18
Hex66395902CD3C13d1c1f
Octal1467113105415744753437
Binary11001101110011011001010110011011111001001111011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663959; }

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

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

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

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

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

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

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

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