Shades of Palatinate Purple #60015A
Tints of Palatinate Purple #60015A
RGB
CMYK
RGB Variations
Color information
#60015A (or 0x60015A) is known color: Palatinate Purple. HEX triplet: 60, 01 and 5A. RGB value is (96,1,90). Sum of RGB (Red+Green+Blue) = 96+1+90=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #60015A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60015A is #9FFEA5. Grayscale: #272727. Windows color (decimal): -10485414 or 5898592. OLE color: 5898592.
HSL color Cylindrical-coordinate representation of color #60015A: hue angle of 303.79º 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 #60015A is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 1 | 90 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.62 |
| HSL | 303.79º | 0.98% | 0.19% | - |
| HSV(B) | 303.79º | 0.99% | 0.38% | - |
| XYZ | 6.68 | 3.25 | 9.95 | - |
| YUV | 39.55 | 156.47 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 90 | 0 | 0.99 | 0.06 | 0.62 | 303.79 | 0.98 | 0.19 |
| Hex | 60 | 1 | 5A | 0 | 63 | 6 | 3E | 130 | 62 | 13 |
| Octal | 140 | 1 | 132 | 0 | 143 | 6 | 76 | 460 | 142 | 23 |
| Binary | 1100000 | 1 | 1011010 | 0 | 1100011 | 110 | 111110 | 100110000 | 1100010 | 10011 |
Color Harmonies of #60015A
Complementary color
Monochromatic Colors of #60015A
Black with #60015A
Text Example
Text Example
White with #60015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60015A; }
p { color: rgb(96,1,90); }
H1.HeaderClassName
{
color: #60015A;
}
.AnyTagClassName
{
color: #60015A;
}
</style>
background-color css
<style>
a { background-color: #60015A; }
a { background-color: rgb(96,1,90); }
div.DivClassName
{
background-color: #60015A;
}
.BgClassName
{
background-color: #60015A;
}
</style>
border-color css
<style>
span { border-color: #60015A; }
span { border-color: rgb(96,1,90); }
td.TdClassName
{
border-color: #60015A;
}
.TagClassName
{
border-color: #60015A;
}
</style>