Shades of Palatinate Purple #60134F
Tints of Palatinate Purple #60134F
RGB
CMYK
RGB Variations
Color information
#60134F (or 0x60134F) is known color: Palatinate Purple. HEX triplet: 60, 13 and 4F. RGB value is (96,19,79). Sum of RGB (Red+Green+Blue) = 96+19+79=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #60134F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60134F is #9FECB0. Grayscale: #303030. Windows color (decimal): -10480817 or 5182304. OLE color: 5182304.
HSL color Cylindrical-coordinate representation of color #60134F: hue angle of 313.25º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60134F is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 19 | 79 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.62 |
| HSL | 313.25º | 0.67% | 0.23% | - |
| HSV(B) | 313.25º | 0.8% | 0.38% | - |
| XYZ | 6.47 | 3.52 | 7.74 | - |
| YUV | 48.86 | 145.01 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 19 | 79 | 0 | 0.80 | 0.18 | 0.62 | 313.25 | 0.67 | 0.23 |
| Hex | 60 | 13 | 4F | 0 | 50 | 12 | 3E | 139 | 43 | 17 |
| Octal | 140 | 23 | 117 | 0 | 120 | 22 | 76 | 471 | 103 | 27 |
| Binary | 1100000 | 10011 | 1001111 | 0 | 1010000 | 10010 | 111110 | 100111001 | 1000011 | 10111 |
Color Harmonies of #60134F
Complementary color
Monochromatic Colors of #60134F
Black with #60134F
Text Example
Text Example
White with #60134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60134F; }
p { color: rgb(96,19,79); }
H1.HeaderClassName
{
color: #60134F;
}
.AnyTagClassName
{
color: #60134F;
}
</style>
background-color css
<style>
a { background-color: #60134F; }
a { background-color: rgb(96,19,79); }
div.DivClassName
{
background-color: #60134F;
}
.BgClassName
{
background-color: #60134F;
}
</style>
border-color css
<style>
span { border-color: #60134F; }
span { border-color: rgb(96,19,79); }
td.TdClassName
{
border-color: #60134F;
}
.TagClassName
{
border-color: #60134F;
}
</style>