#63205E

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

Shades of Palatinate Purple #63205E

Tints of Palatinate Purple #63205E

Color information

#63205E (or 0x63205E) is unknown color: approx Palatinate Purple. HEX triplet: 63, 20 and 5E. RGB value is (99,32,94). Sum of RGB (Red+Green+Blue) = 99+32+94=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 99 - color contains mainly: red. Hex color #63205E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63205E is #9CDFA1. Grayscale: #3A3A3A. Windows color (decimal): -10280866 or 6168675. OLE color: 6168675.

HSL color Cylindrical-coordinate representation of color #63205E: hue angle of 304.48º 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 #63205E is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB993294-
CMYK00.680.050.61
HSL304.48º51.15%25.69%-
HSV(B)304.48º67.68%38.82%-
XYZ7.684.4911.05-
YUV59.1147.7156.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44%
GREEN value IS 32 (12.89% from 255) = 14.22%
BLUE value IS 94 (37.11% from 255) = 41.78%
R=44%
G=14.22%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99329400.680.050.61304.4851.1525.69
Hex63205E04453D130331a
Octal1434013601045754606332
Binary110001110000010111100100010010111110110011000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63205E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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