Shades of Palatinate Purple #63085C
Tints of Palatinate Purple #63085C
RGB
CMYK
RGB Variations
Color information
#63085C (or 0x63085C) is known color: Palatinate Purple. HEX triplet: 63, 08 and 5C. RGB value is (99,8,92). Sum of RGB (Red+Green+Blue) = 99+8+92=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #63085C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63085C is #9CF7A3. Grayscale: #2C2C2C. Windows color (decimal): -10287012 or 6031459. OLE color: 6031459.
HSL color Cylindrical-coordinate representation of color #63085C: hue angle of 304.62º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #63085C is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 8 | 92 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.61 |
| HSL | 304.62º | 0.85% | 0.21% | - |
| HSV(B) | 304.62º | 0.92% | 0.39% | - |
| XYZ | 7.16 | 3.6 | 10.44 | - |
| YUV | 44.79 | 154.65 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 8 | 92 | 0 | 0.92 | 0.07 | 0.61 | 304.62 | 0.85 | 0.21 |
| Hex | 63 | 8 | 5C | 0 | 5C | 7 | 3D | 131 | 55 | 15 |
| Octal | 143 | 10 | 134 | 0 | 134 | 7 | 75 | 461 | 125 | 25 |
| Binary | 1100011 | 1000 | 1011100 | 0 | 1011100 | 111 | 111101 | 100110001 | 1010101 | 10101 |
Color Harmonies of #63085C
Complementary color
Monochromatic Colors of #63085C
Black with #63085C
Text Example
Text Example
White with #63085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63085C; }
p { color: rgb(99,8,92); }
H1.HeaderClassName
{
color: #63085C;
}
.AnyTagClassName
{
color: #63085C;
}
</style>
background-color css
<style>
a { background-color: #63085C; }
a { background-color: rgb(99,8,92); }
div.DivClassName
{
background-color: #63085C;
}
.BgClassName
{
background-color: #63085C;
}
</style>
border-color css
<style>
span { border-color: #63085C; }
span { border-color: rgb(99,8,92); }
td.TdClassName
{
border-color: #63085C;
}
.TagClassName
{
border-color: #63085C;
}
</style>