#63355C

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

Shades of Palatinate Purple #63355C

Tints of Palatinate Purple #63355C

Color information

#63355C (or 0x63355C) is unknown color: approx Palatinate Purple. HEX triplet: 63, 35 and 5C. RGB value is (99,53,92). Sum of RGB (Red+Green+Blue) = 99+53+92=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 99 - color contains mainly: red. Hex color #63355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63355C is #9CCAA3. Grayscale: #474747. Windows color (decimal): -10275492 or 6042979. OLE color: 6042979.

HSL color Cylindrical-coordinate representation of color #63355C: hue angle of 309.13º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63355C is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB995392-
CMYK00.460.070.61
HSL309.13º30.26%29.8%-
HSV(B)309.13º46.46%38.82%-
XYZ8.355.9710.84-
YUV71.2139.74147.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.57%
GREEN value IS 53 (21.09% from 255) = 21.72%
BLUE value IS 92 (36.33% from 255) = 37.70%
R=40.57%
G=21.72%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99539200.460.070.61309.1330.2629.8
Hex63355C02E73D1351e1e
Octal143651340567754653636
Binary1100011110101101110001011101111111011001101011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63355C; }

 p { color: rgb(99,53,92); }

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

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

 a { background-color: rgb(99,53,92); }

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

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

 span { border-color: rgb(99,53,92); }

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