Shades of Palatinate Purple #63125C
Tints of Palatinate Purple #63125C
RGB
CMYK
RGB Variations
Color information
#63125C (or 0x63125C) is known color: Palatinate Purple. HEX triplet: 63, 12 and 5C. RGB value is (99,18,92). Sum of RGB (Red+Green+Blue) = 99+18+92=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #63125C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63125C is #9CEDA3. Grayscale: #323232. Windows color (decimal): -10284452 or 6034019. OLE color: 6034019.
HSL color Cylindrical-coordinate representation of color #63125C: hue angle of 305.19º 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 #63125C is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 18 | 92 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.61 |
| HSL | 305.19º | 0.69% | 0.23% | - |
| HSV(B) | 305.19º | 0.82% | 0.39% | - |
| XYZ | 7.29 | 3.86 | 10.49 | - |
| YUV | 50.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 18 | 92 | 0 | 0.82 | 0.07 | 0.61 | 305.19 | 0.69 | 0.23 |
| Hex | 63 | 12 | 5C | 0 | 52 | 7 | 3D | 131 | 45 | 17 |
| Octal | 143 | 22 | 134 | 0 | 122 | 7 | 75 | 461 | 105 | 27 |
| Binary | 1100011 | 10010 | 1011100 | 0 | 1010010 | 111 | 111101 | 100110001 | 1000101 | 10111 |
Color Harmonies of #63125C
Complementary color
Monochromatic Colors of #63125C
Black with #63125C
Text Example
Text Example
White with #63125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63125C; }
p { color: rgb(99,18,92); }
H1.HeaderClassName
{
color: #63125C;
}
.AnyTagClassName
{
color: #63125C;
}
</style>
background-color css
<style>
a { background-color: #63125C; }
a { background-color: rgb(99,18,92); }
div.DivClassName
{
background-color: #63125C;
}
.BgClassName
{
background-color: #63125C;
}
</style>
border-color css
<style>
span { border-color: #63125C; }
span { border-color: rgb(99,18,92); }
td.TdClassName
{
border-color: #63125C;
}
.TagClassName
{
border-color: #63125C;
}
</style>