Shades of Palatinate Purple #60125B
Tints of Palatinate Purple #60125B
RGB
CMYK
RGB Variations
Color information
#60125B (or 0x60125B) is known color: Palatinate Purple. HEX triplet: 60, 12 and 5B. RGB value is (96,18,91). Sum of RGB (Red+Green+Blue) = 96+18+91=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #60125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60125B is #9FEDA4. Grayscale: #313131. Windows color (decimal): -10481061 or 5968480. OLE color: 5968480.
HSL color Cylindrical-coordinate representation of color #60125B: hue angle of 303.85º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #60125B is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 18 | 91 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.62 |
| HSL | 303.85º | 0.68% | 0.22% | - |
| HSV(B) | 303.85º | 0.81% | 0.38% | - |
| XYZ | 6.93 | 3.67 | 10.24 | - |
| YUV | 49.64 | 151.34 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 18 | 91 | 0 | 0.81 | 0.05 | 0.62 | 303.85 | 0.68 | 0.22 |
| Hex | 60 | 12 | 5B | 0 | 51 | 5 | 3E | 130 | 44 | 16 |
| Octal | 140 | 22 | 133 | 0 | 121 | 5 | 76 | 460 | 104 | 26 |
| Binary | 1100000 | 10010 | 1011011 | 0 | 1010001 | 101 | 111110 | 100110000 | 1000100 | 10110 |
Color Harmonies of #60125B
Complementary color
Monochromatic Colors of #60125B
Black with #60125B
Text Example
Text Example
White with #60125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60125B; }
p { color: rgb(96,18,91); }
H1.HeaderClassName
{
color: #60125B;
}
.AnyTagClassName
{
color: #60125B;
}
</style>
background-color css
<style>
a { background-color: #60125B; }
a { background-color: rgb(96,18,91); }
div.DivClassName
{
background-color: #60125B;
}
.BgClassName
{
background-color: #60125B;
}
</style>
border-color css
<style>
span { border-color: #60125B; }
span { border-color: rgb(96,18,91); }
td.TdClassName
{
border-color: #60125B;
}
.TagClassName
{
border-color: #60125B;
}
</style>