#63355D

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

Shades of Palatinate Purple #63355D

Tints of Palatinate Purple #63355D

Color information

#63355D (or 0x63355D) is unknown color: approx Palatinate Purple. HEX triplet: 63, 35 and 5D. RGB value is (99,53,93). Sum of RGB (Red+Green+Blue) = 99+53+93=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #63355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63355D is #9CCAA2. Grayscale: #474747. Windows color (decimal): -10275491 or 6108515. OLE color: 6108515.

HSL color Cylindrical-coordinate representation of color #63355D: hue angle of 307.83º 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 #63355D is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB995393-
CMYK00.460.060.61
HSL307.83º30.26%29.8%-
HSV(B)307.83º46.46%38.82%-
XYZ8.395.9911.07-
YUV71.31140.24147.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.41%
GREEN value IS 53 (21.09% from 255) = 21.63%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=40.41%
G=21.63%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99539300.460.060.61307.8330.2629.8
Hex63355D02E63D1341e1e
Octal143651350566754643636
Binary1100011110101101110101011101101111011001101001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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