Shades of Palatinate Purple #63175D
Tints of Palatinate Purple #63175D
RGB
CMYK
RGB Variations
Color information
#63175D (or 0x63175D) is known color: Palatinate Purple. HEX triplet: 63, 17 and 5D. RGB value is (99,23,93). Sum of RGB (Red+Green+Blue) = 99+23+93=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #63175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63175D is #9CE8A2. Grayscale: #353535. Windows color (decimal): -10283171 or 6100835. OLE color: 6100835.
HSL color Cylindrical-coordinate representation of color #63175D: hue angle of 304.74º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #63175D is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 23 | 93 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.61 |
| HSL | 304.74º | 0.62% | 0.24% | - |
| HSV(B) | 304.74º | 0.77% | 0.39% | - |
| XYZ | 7.43 | 4.06 | 10.75 | - |
| YUV | 53.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 23 | 93 | 0 | 0.77 | 0.06 | 0.61 | 304.74 | 0.62 | 0.24 |
| Hex | 63 | 17 | 5D | 0 | 4D | 6 | 3D | 131 | 3E | 18 |
| Octal | 143 | 27 | 135 | 0 | 115 | 6 | 75 | 461 | 76 | 30 |
| Binary | 1100011 | 10111 | 1011101 | 0 | 1001101 | 110 | 111101 | 100110001 | 111110 | 11000 |
Color Harmonies of #63175D
Complementary color
Monochromatic Colors of #63175D
Black with #63175D
Text Example
Text Example
White with #63175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63175D; }
p { color: rgb(99,23,93); }
H1.HeaderClassName
{
color: #63175D;
}
.AnyTagClassName
{
color: #63175D;
}
</style>
background-color css
<style>
a { background-color: #63175D; }
a { background-color: rgb(99,23,93); }
div.DivClassName
{
background-color: #63175D;
}
.BgClassName
{
background-color: #63175D;
}
</style>
border-color css
<style>
span { border-color: #63175D; }
span { border-color: rgb(99,23,93); }
td.TdClassName
{
border-color: #63175D;
}
.TagClassName
{
border-color: #63175D;
}
</style>