Shades of Palatinate Purple #601358
Tints of Palatinate Purple #601358
RGB
CMYK
RGB Variations
Color information
#601358 (or 0x601358) is known color: Palatinate Purple. HEX triplet: 60, 13 and 58. RGB value is (96,19,88). Sum of RGB (Red+Green+Blue) = 96+19+88=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #601358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601358 is #9FECA7. Grayscale: #313131. Windows color (decimal): -10480808 or 5772128. OLE color: 5772128.
HSL color Cylindrical-coordinate representation of color #601358: hue angle of 306.23º 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 #601358 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 19 | 88 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.62 |
| HSL | 306.23º | 0.67% | 0.23% | - |
| HSV(B) | 306.23º | 0.8% | 0.38% | - |
| XYZ | 6.82 | 3.66 | 9.58 | - |
| YUV | 49.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 19 | 88 | 0 | 0.80 | 0.08 | 0.62 | 306.23 | 0.67 | 0.23 |
| Hex | 60 | 13 | 58 | 0 | 50 | 8 | 3E | 132 | 43 | 17 |
| Octal | 140 | 23 | 130 | 0 | 120 | 10 | 76 | 462 | 103 | 27 |
| Binary | 1100000 | 10011 | 1011000 | 0 | 1010000 | 1000 | 111110 | 100110010 | 1000011 | 10111 |
Color Harmonies of #601358
Complementary color
Monochromatic Colors of #601358
Black with #601358
Text Example
Text Example
White with #601358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601358; }
p { color: rgb(96,19,88); }
H1.HeaderClassName
{
color: #601358;
}
.AnyTagClassName
{
color: #601358;
}
</style>
background-color css
<style>
a { background-color: #601358; }
a { background-color: rgb(96,19,88); }
div.DivClassName
{
background-color: #601358;
}
.BgClassName
{
background-color: #601358;
}
</style>
border-color css
<style>
span { border-color: #601358; }
span { border-color: rgb(96,19,88); }
td.TdClassName
{
border-color: #601358;
}
.TagClassName
{
border-color: #601358;
}
</style>