#63205D

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

Shades of Palatinate Purple #63205D

Tints of Palatinate Purple #63205D

Color information

#63205D (or 0x63205D) is unknown color: approx Palatinate Purple. HEX triplet: 63, 20 and 5D. RGB value is (99,32,93). Sum of RGB (Red+Green+Blue) = 99+32+93=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 99 - color contains mainly: red. Hex color #63205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63205D is #9CDFA2. Grayscale: #3A3A3A. Windows color (decimal): -10280867 or 6103139. OLE color: 6103139.

HSL color Cylindrical-coordinate representation of color #63205D: hue angle of 305.37º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #63205D is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB993293-
CMYK00.680.060.61
HSL305.37º51.15%25.69%-
HSV(B)305.37º67.68%38.82%-
XYZ7.644.4810.82-
YUV58.99147.2156.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.20%
GREEN value IS 32 (12.89% from 255) = 14.29%
BLUE value IS 93 (36.72% from 255) = 41.52%
R=44.20%
G=14.29%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99329300.680.060.61305.3751.1525.69
Hex63205D04463D131331a
Octal1434013501046754616332
Binary110001110000010111010100010011011110110011000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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