Shades of Palatinate Purple #63255F
Tints of Palatinate Purple #63255F
RGB
CMYK
RGB Variations
Color information
#63255F (or 0x63255F) is known color: Palatinate Purple. HEX triplet: 63, 25 and 5F. RGB value is (99,37,95). Sum of RGB (Red+Green+Blue) = 99+37+95=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #63255F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63255F is #9CDAA0. Grayscale: #3D3D3D. Windows color (decimal): -10279585 or 6235491. OLE color: 6235491.
HSL color Cylindrical-coordinate representation of color #63255F: hue angle of 303.87º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #63255F is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 37 | 95 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.61 |
| HSL | 303.87º | 0.46% | 0.27% | - |
| HSV(B) | 303.87º | 0.63% | 0.39% | - |
| XYZ | 7.87 | 4.8 | 11.34 | - |
| YUV | 62.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 37 | 95 | 0 | 0.63 | 0.04 | 0.61 | 303.87 | 0.46 | 0.27 |
| Hex | 63 | 25 | 5F | 0 | 3F | 4 | 3D | 130 | 2E | 1B |
| Octal | 143 | 45 | 137 | 0 | 77 | 4 | 75 | 460 | 56 | 33 |
| Binary | 1100011 | 100101 | 1011111 | 0 | 111111 | 100 | 111101 | 100110000 | 101110 | 11011 |
Color Harmonies of #63255F
Complementary color
Monochromatic Colors of #63255F
Black with #63255F
Text Example
Text Example
White with #63255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63255F; }
p { color: rgb(99,37,95); }
H1.HeaderClassName
{
color: #63255F;
}
.AnyTagClassName
{
color: #63255F;
}
</style>
background-color css
<style>
a { background-color: #63255F; }
a { background-color: rgb(99,37,95); }
div.DivClassName
{
background-color: #63255F;
}
.BgClassName
{
background-color: #63255F;
}
</style>
border-color css
<style>
span { border-color: #63255F; }
span { border-color: rgb(99,37,95); }
td.TdClassName
{
border-color: #63255F;
}
.TagClassName
{
border-color: #63255F;
}
</style>