Shades of Palatinate Purple #60085E
Tints of Palatinate Purple #60085E
RGB
CMYK
RGB Variations
Color information
#60085E (or 0x60085E) is known color: Palatinate Purple. HEX triplet: 60, 08 and 5E. RGB value is (96,8,94). Sum of RGB (Red+Green+Blue) = 96+8+94=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #60085E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60085E is #9FF7A1. Grayscale: #2B2B2B. Windows color (decimal): -10483618 or 6162528. OLE color: 6162528.
HSL color Cylindrical-coordinate representation of color #60085E: hue angle of 301.36º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #60085E is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 8 | 94 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.62 |
| HSL | 301.36º | 0.85% | 0.2% | - |
| HSV(B) | 301.36º | 0.92% | 0.38% | - |
| XYZ | 6.93 | 3.47 | 10.89 | - |
| YUV | 44.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 8 | 94 | 0 | 0.92 | 0.02 | 0.62 | 301.36 | 0.85 | 0.2 |
| Hex | 60 | 8 | 5E | 0 | 5C | 2 | 3E | 12D | 55 | 14 |
| Octal | 140 | 10 | 136 | 0 | 134 | 2 | 76 | 455 | 125 | 24 |
| Binary | 1100000 | 1000 | 1011110 | 0 | 1011100 | 10 | 111110 | 100101101 | 1010101 | 10100 |
Color Harmonies of #60085E
Complementary color
Monochromatic Colors of #60085E
Black with #60085E
Text Example
Text Example
White with #60085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60085E; }
p { color: rgb(96,8,94); }
H1.HeaderClassName
{
color: #60085E;
}
.AnyTagClassName
{
color: #60085E;
}
</style>
background-color css
<style>
a { background-color: #60085E; }
a { background-color: rgb(96,8,94); }
div.DivClassName
{
background-color: #60085E;
}
.BgClassName
{
background-color: #60085E;
}
</style>
border-color css
<style>
span { border-color: #60085E; }
span { border-color: rgb(96,8,94); }
td.TdClassName
{
border-color: #60085E;
}
.TagClassName
{
border-color: #60085E;
}
</style>