Shades of Palatinate Purple #60015F
Tints of Palatinate Purple #60015F
RGB
CMYK
RGB Variations
Color information
#60015F (or 0x60015F) is known color: Palatinate Purple. HEX triplet: 60, 01 and 5F. RGB value is (96,1,95). Sum of RGB (Red+Green+Blue) = 96+1+95=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 95 (37.5% from 255 or 49.48% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #60015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60015F is #9FFEA0. Grayscale: #272727. Windows color (decimal): -10485409 or 6226272. OLE color: 6226272.
HSL color Cylindrical-coordinate representation of color #60015F: hue angle of 300.63º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60015F is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 1 | 95 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.62 |
| HSL | 300.63º | 0.98% | 0.19% | - |
| HSV(B) | 300.63º | 0.99% | 0.38% | - |
| XYZ | 6.9 | 3.33 | 11.11 | - |
| YUV | 40.12 | 158.97 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 95 | 0 | 0.99 | 0.01 | 0.62 | 300.63 | 0.98 | 0.19 |
| Hex | 60 | 1 | 5F | 0 | 63 | 1 | 3E | 12D | 62 | 13 |
| Octal | 140 | 1 | 137 | 0 | 143 | 1 | 76 | 455 | 142 | 23 |
| Binary | 1100000 | 1 | 1011111 | 0 | 1100011 | 1 | 111110 | 100101101 | 1100010 | 10011 |
Color Harmonies of #60015F
Complementary color
Monochromatic Colors of #60015F
Black with #60015F
Text Example
Text Example
White with #60015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60015F; }
p { color: rgb(96,1,95); }
H1.HeaderClassName
{
color: #60015F;
}
.AnyTagClassName
{
color: #60015F;
}
</style>
background-color css
<style>
a { background-color: #60015F; }
a { background-color: rgb(96,1,95); }
div.DivClassName
{
background-color: #60015F;
}
.BgClassName
{
background-color: #60015F;
}
</style>
border-color css
<style>
span { border-color: #60015F; }
span { border-color: rgb(96,1,95); }
td.TdClassName
{
border-color: #60015F;
}
.TagClassName
{
border-color: #60015F;
}
</style>