#663256

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

Shades of Palatinate Purple #663256

Tints of Palatinate Purple #663256

Color information

#663256 (or 0x663256) is unknown color: approx Palatinate Purple. HEX triplet: 66, 32 and 56. RGB value is (102,50,86). Sum of RGB (Red+Green+Blue) = 102+50+86=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #663256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663256 is #99CDA9. Grayscale: #454545. Windows color (decimal): -10079658 or 5648998. OLE color: 5648998.

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

Color convert

RGB1025086-
CMYK00.510.160.6
HSL318.46º34.21%29.8%-
HSV(B)318.46º50.98%40%-
XYZ8.35.789.48-
YUV69.65137.23151.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.86%
GREEN value IS 50 (19.92% from 255) = 21.01%
BLUE value IS 86 (33.98% from 255) = 36.13%
R=42.86%
G=21.01%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102508600.510.160.6318.4634.2129.8
Hex663256033103C13e221e
Octal1466212606320744764236
Binary1100110110010101011001100111000011110010011111010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663256; }

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

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

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

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

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

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

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

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