Shades of Palatinate Purple #63085F
Tints of Palatinate Purple #63085F
RGB
CMYK
RGB Variations
Color information
#63085F (or 0x63085F) is known color: Palatinate Purple. HEX triplet: 63, 08 and 5F. RGB value is (99,8,95). Sum of RGB (Red+Green+Blue) = 99+8+95=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 95 (37.5% from 255 or 47.03% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #63085F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63085F is #9CF7A0. Grayscale: #2C2C2C. Windows color (decimal): -10287009 or 6228067. OLE color: 6228067.
HSL color Cylindrical-coordinate representation of color #63085F: hue angle of 302.64º 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 #63085F is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 8 | 95 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.61 |
| HSL | 302.64º | 0.85% | 0.21% | - |
| HSV(B) | 302.64º | 0.92% | 0.39% | - |
| XYZ | 7.3 | 3.65 | 11.15 | - |
| YUV | 45.13 | 156.15 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 8 | 95 | 0 | 0.92 | 0.04 | 0.61 | 302.64 | 0.85 | 0.21 |
| Hex | 63 | 8 | 5F | 0 | 5C | 4 | 3D | 12F | 55 | 15 |
| Octal | 143 | 10 | 137 | 0 | 134 | 4 | 75 | 457 | 125 | 25 |
| Binary | 1100011 | 1000 | 1011111 | 0 | 1011100 | 100 | 111101 | 100101111 | 1010101 | 10101 |
Color Harmonies of #63085F
Complementary color
Monochromatic Colors of #63085F
Black with #63085F
Text Example
Text Example
White with #63085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63085F; }
p { color: rgb(99,8,95); }
H1.HeaderClassName
{
color: #63085F;
}
.AnyTagClassName
{
color: #63085F;
}
</style>
background-color css
<style>
a { background-color: #63085F; }
a { background-color: rgb(99,8,95); }
div.DivClassName
{
background-color: #63085F;
}
.BgClassName
{
background-color: #63085F;
}
</style>
border-color css
<style>
span { border-color: #63085F; }
span { border-color: rgb(99,8,95); }
td.TdClassName
{
border-color: #63085F;
}
.TagClassName
{
border-color: #63085F;
}
</style>