Shades of Palatinate Purple #600863
Tints of Palatinate Purple #600863
RGB
CMYK
RGB Variations
Color information
#600863 (or 0x600863) is known color: Palatinate Purple. HEX triplet: 60, 08 and 63. RGB value is (96,8,99). Sum of RGB (Red+Green+Blue) = 96+8+99=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #600863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600863 is #9FF79C. Grayscale: #2C2C2C. Windows color (decimal): -10483613 or 6490208. OLE color: 6490208.
HSL color Cylindrical-coordinate representation of color #600863: hue angle of 298.02º 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 #600863 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 8 | 99 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.61 |
| HSL | 298.02º | 0.85% | 0.21% | - |
| HSV(B) | 298.02º | 0.92% | 0.39% | - |
| XYZ | 7.16 | 3.56 | 12.11 | - |
| YUV | 44.69 | 158.65 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 8 | 99 | 0.03 | 0.92 | 0 | 0.61 | 298.02 | 0.85 | 0.21 |
| Hex | 60 | 8 | 63 | 3 | 5C | 0 | 3D | 12A | 55 | 15 |
| Octal | 140 | 10 | 143 | 3 | 134 | 0 | 75 | 452 | 125 | 25 |
| Binary | 1100000 | 1000 | 1100011 | 11 | 1011100 | 0 | 111101 | 100101010 | 1010101 | 10101 |
Color Harmonies of #600863
Complementary color
Monochromatic Colors of #600863
Black with #600863
Text Example
Text Example
White with #600863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600863; }
p { color: rgb(96,8,99); }
H1.HeaderClassName
{
color: #600863;
}
.AnyTagClassName
{
color: #600863;
}
</style>
background-color css
<style>
a { background-color: #600863; }
a { background-color: rgb(96,8,99); }
div.DivClassName
{
background-color: #600863;
}
.BgClassName
{
background-color: #600863;
}
</style>
border-color css
<style>
span { border-color: #600863; }
span { border-color: rgb(96,8,99); }
td.TdClassName
{
border-color: #600863;
}
.TagClassName
{
border-color: #600863;
}
</style>