Shades of Palatinate Purple #63175F
Tints of Palatinate Purple #63175F
RGB
CMYK
RGB Variations
Color information
#63175F (or 0x63175F) is known color: Palatinate Purple. HEX triplet: 63, 17 and 5F. RGB value is (99,23,95). Sum of RGB (Red+Green+Blue) = 99+23+95=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #63175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63175F is #9CE8A0. Grayscale: #353535. Windows color (decimal): -10283169 or 6231907. OLE color: 6231907.
HSL color Cylindrical-coordinate representation of color #63175F: hue angle of 303.16º 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 #63175F is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 23 | 95 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.61 |
| HSL | 303.16º | 0.62% | 0.24% | - |
| HSV(B) | 303.16º | 0.77% | 0.39% | - |
| XYZ | 7.52 | 4.09 | 11.22 | - |
| YUV | 53.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 23 | 95 | 0 | 0.77 | 0.04 | 0.61 | 303.16 | 0.62 | 0.24 |
| Hex | 63 | 17 | 5F | 0 | 4D | 4 | 3D | 12F | 3E | 18 |
| Octal | 143 | 27 | 137 | 0 | 115 | 4 | 75 | 457 | 76 | 30 |
| Binary | 1100011 | 10111 | 1011111 | 0 | 1001101 | 100 | 111101 | 100101111 | 111110 | 11000 |
Color Harmonies of #63175F
Complementary color
Monochromatic Colors of #63175F
Black with #63175F
Text Example
Text Example
White with #63175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63175F; }
p { color: rgb(99,23,95); }
H1.HeaderClassName
{
color: #63175F;
}
.AnyTagClassName
{
color: #63175F;
}
</style>
background-color css
<style>
a { background-color: #63175F; }
a { background-color: rgb(99,23,95); }
div.DivClassName
{
background-color: #63175F;
}
.BgClassName
{
background-color: #63175F;
}
</style>
border-color css
<style>
span { border-color: #63175F; }
span { border-color: rgb(99,23,95); }
td.TdClassName
{
border-color: #63175F;
}
.TagClassName
{
border-color: #63175F;
}
</style>