#663963

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

Shades of Palatinate Purple #663963

Tints of Palatinate Purple #663963

Color information

#663963 (or 0x663963) is unknown color: approx Palatinate Purple. HEX triplet: 66, 39 and 63. RGB value is (102,57,99). Sum of RGB (Red+Green+Blue) = 102+57+99=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 102 - color contains mainly: red. Hex color #663963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663963 is #99C69C. Grayscale: #4B4B4B. Windows color (decimal): -10077853 or 6502758. OLE color: 6502758.

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

Color convert

RGB1025799-
CMYK00.440.030.6
HSL304º28.3%31.18%-
HSV(B)304º44.12%40%-
XYZ9.196.6512.6-
YUV75.24141.41147.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.53%
GREEN value IS 57 (22.66% from 255) = 22.09%
BLUE value IS 99 (39.06% from 255) = 38.37%
R=39.53%
G=22.09%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102579900.440.030.630428.331.18
Hex66396302C33C1301c1f
Octal146711430543744603437
Binary110011011100111000110101100111111001001100001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663963; }

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

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

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

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

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

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

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

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