#663263

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

Shades of Palatinate Purple #663263

Tints of Palatinate Purple #663263

Color information

#663263 (or 0x663263) is unknown color: approx Palatinate Purple. HEX triplet: 66, 32 and 63. RGB value is (102,50,99). Sum of RGB (Red+Green+Blue) = 102+50+99=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #663263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663263 is #99CD9C. Grayscale: #464646. Windows color (decimal): -10079645 or 6500966. OLE color: 6500966.

HSL color Cylindrical-coordinate representation of color #663263: hue angle of 303.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 #663263 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB1025099-
CMYK00.510.030.6
HSL303.46º34.21%29.8%-
HSV(B)303.46º50.98%40%-
XYZ8.876.0112.5-
YUV71.13143.73150.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.64%
GREEN value IS 50 (19.92% from 255) = 19.92%
BLUE value IS 99 (39.06% from 255) = 39.44%
R=40.64%
G=19.92%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102509900.510.030.6303.4634.2129.8
Hex66326303333C12f221e
Octal146621430633744574236
Binary1100110110010110001101100111111110010010111110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663263; }

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

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

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

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

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

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

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

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