#63365F

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

Shades of Palatinate Purple #63365F

Tints of Palatinate Purple #63365F

Color information

#63365F (or 0x63365F) is unknown color: approx Palatinate Purple. HEX triplet: 63, 36 and 5F. RGB value is (99,54,95). Sum of RGB (Red+Green+Blue) = 99+54+95=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #63365F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63365F is #9CC9A0. Grayscale: #484848. Windows color (decimal): -10275233 or 6239843. OLE color: 6239843.

HSL color Cylindrical-coordinate representation of color #63365F: hue angle of 305.33º 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 #63365F is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB995495-
CMYK00.450.040.61
HSL305.33º29.41%30%-
HSV(B)305.33º45.45%38.82%-
XYZ8.536.1211.56-
YUV72.13140.91147.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.92%
GREEN value IS 54 (21.48% from 255) = 21.77%
BLUE value IS 95 (37.5% from 255) = 38.31%
R=39.92%
G=21.77%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99549500.450.040.61305.3329.4130
Hex63365F02D43D1311d1e
Octal143661370554754613536
Binary1100011110110101111101011011001111011001100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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