#63365D

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

Shades of Palatinate Purple #63365D

Tints of Palatinate Purple #63365D

Color information

#63365D (or 0x63365D) is unknown color: approx Palatinate Purple. HEX triplet: 63, 36 and 5D. RGB value is (99,54,93). Sum of RGB (Red+Green+Blue) = 99+54+93=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #63365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63365D is #9CC9A2. Grayscale: #474747. Windows color (decimal): -10275235 or 6108771. OLE color: 6108771.

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

Color convert

RGB995493-
CMYK00.450.060.61
HSL308º29.41%30%-
HSV(B)308º45.45%38.82%-
XYZ8.446.0811.08-
YUV71.9139.91147.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.24%
GREEN value IS 54 (21.48% from 255) = 21.95%
BLUE value IS 93 (36.72% from 255) = 37.80%
R=40.24%
G=21.95%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99549300.450.060.6130829.4130
Hex63365D02D63D1341d1e
Octal143661350556754643536
Binary1100011110110101110101011011101111011001101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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