Shades of Palatinate Purple #63125F
Tints of Palatinate Purple #63125F
RGB
CMYK
RGB Variations
Color information
#63125F (or 0x63125F) is known color: Palatinate Purple. HEX triplet: 63, 12 and 5F. RGB value is (99,18,95). Sum of RGB (Red+Green+Blue) = 99+18+95=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #63125F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63125F is #9CEDA0. Grayscale: #323232. Windows color (decimal): -10284449 or 6230627. OLE color: 6230627.
HSL color Cylindrical-coordinate representation of color #63125F: hue angle of 302.96º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #63125F is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 18 | 95 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.61 |
| HSL | 302.96º | 0.69% | 0.23% | - |
| HSV(B) | 302.96º | 0.82% | 0.39% | - |
| XYZ | 7.43 | 3.91 | 11.19 | - |
| YUV | 51 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 18 | 95 | 0 | 0.82 | 0.04 | 0.61 | 302.96 | 0.69 | 0.23 |
| Hex | 63 | 12 | 5F | 0 | 52 | 4 | 3D | 12F | 45 | 17 |
| Octal | 143 | 22 | 137 | 0 | 122 | 4 | 75 | 457 | 105 | 27 |
| Binary | 1100011 | 10010 | 1011111 | 0 | 1010010 | 100 | 111101 | 100101111 | 1000101 | 10111 |
Color Harmonies of #63125F
Complementary color
Monochromatic Colors of #63125F
Black with #63125F
Text Example
Text Example
White with #63125F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63125F; }
p { color: rgb(99,18,95); }
H1.HeaderClassName
{
color: #63125F;
}
.AnyTagClassName
{
color: #63125F;
}
</style>
background-color css
<style>
a { background-color: #63125F; }
a { background-color: rgb(99,18,95); }
div.DivClassName
{
background-color: #63125F;
}
.BgClassName
{
background-color: #63125F;
}
</style>
border-color css
<style>
span { border-color: #63125F; }
span { border-color: rgb(99,18,95); }
td.TdClassName
{
border-color: #63125F;
}
.TagClassName
{
border-color: #63125F;
}
</style>