#663556

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

Shades of Palatinate Purple #663556

Tints of Palatinate Purple #663556

Color information

#663556 (or 0x663556) is unknown color: approx Palatinate Purple. HEX triplet: 66, 35 and 56. RGB value is (102,53,86). Sum of RGB (Red+Green+Blue) = 102+53+86=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #663556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663556 is #99CAA9. Grayscale: #474747. Windows color (decimal): -10078890 or 5649766. OLE color: 5649766.

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

Color convert

RGB1025386-
CMYK00.480.160.6
HSL319.59º31.61%30.39%-
HSV(B)319.59º48.04%40%-
XYZ8.436.049.53-
YUV71.41136.23149.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.32%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 86 (33.98% from 255) = 35.68%
R=42.32%
G=21.99%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102538600.480.160.6319.5931.6130.39
Hex663556030103C140201e
Octal1466512606020745004036
Binary1100110110101101011001100001000011110010100000010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663556; }

 p { color: rgb(102,53,86); }

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

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

 a { background-color: rgb(102,53,86); }

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

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

 span { border-color: rgb(102,53,86); }

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