Shades of Palatinate Purple #60005A
Tints of Palatinate Purple #60005A
RGB
CMYK
RGB Variations
Color information
#60005A (or 0x60005A) is known color: Palatinate Purple. HEX triplet: 60, 00 and 5A. RGB value is (96,0,90). Sum of RGB (Red+Green+Blue) = 96+0+90=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #60005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60005A is #9FFFA5. Grayscale: #262626. Windows color (decimal): -10485670 or 5898336. OLE color: 5898336.
HSL color Cylindrical-coordinate representation of color #60005A: hue angle of 303.75º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60005A is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.06 | 0.62 |
| HSL | 303.75º | 1% | 0.19% | - |
| HSV(B) | 303.75º | 1% | 0.38% | - |
| XYZ | 6.67 | 3.22 | 9.94 | - |
| YUV | 38.96 | 156.8 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 90 | 0 | 1 | 0.06 | 0.62 | 303.75 | 1 | 0.19 |
| Hex | 60 | 0 | 5A | 0 | 64 | 6 | 3E | 130 | 64 | 13 |
| Octal | 140 | 0 | 132 | 0 | 144 | 6 | 76 | 460 | 144 | 23 |
| Binary | 1100000 | 0 | 1011010 | 0 | 1100100 | 110 | 111110 | 100110000 | 1100100 | 10011 |
Color Harmonies of #60005A
Complementary color
Monochromatic Colors of #60005A
Black with #60005A
Text Example
Text Example
White with #60005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60005A; }
p { color: rgb(96,0,90); }
H1.HeaderClassName
{
color: #60005A;
}
.AnyTagClassName
{
color: #60005A;
}
</style>
background-color css
<style>
a { background-color: #60005A; }
a { background-color: rgb(96,0,90); }
div.DivClassName
{
background-color: #60005A;
}
.BgClassName
{
background-color: #60005A;
}
</style>
border-color css
<style>
span { border-color: #60005A; }
span { border-color: rgb(96,0,90); }
td.TdClassName
{
border-color: #60005A;
}
.TagClassName
{
border-color: #60005A;
}
</style>