Shades of Palatinate Purple #601353
Tints of Palatinate Purple #601353
RGB
CMYK
RGB Variations
Color information
#601353 (or 0x601353) is known color: Palatinate Purple. HEX triplet: 60, 13 and 53. RGB value is (96,19,83). Sum of RGB (Red+Green+Blue) = 96+19+83=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #601353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601353 is #9FECAC. Grayscale: #313131. Windows color (decimal): -10480813 or 5444448. OLE color: 5444448.
HSL color Cylindrical-coordinate representation of color #601353: hue angle of 310.13º 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 #601353 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 19 | 83 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.62 |
| HSL | 310.13º | 0.67% | 0.23% | - |
| HSV(B) | 310.13º | 0.8% | 0.38% | - |
| XYZ | 6.62 | 3.58 | 8.53 | - |
| YUV | 49.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 19 | 83 | 0 | 0.80 | 0.14 | 0.62 | 310.13 | 0.67 | 0.23 |
| Hex | 60 | 13 | 53 | 0 | 50 | E | 3E | 136 | 43 | 17 |
| Octal | 140 | 23 | 123 | 0 | 120 | 16 | 76 | 466 | 103 | 27 |
| Binary | 1100000 | 10011 | 1010011 | 0 | 1010000 | 1110 | 111110 | 100110110 | 1000011 | 10111 |
Color Harmonies of #601353
Complementary color
Monochromatic Colors of #601353
Black with #601353
Text Example
Text Example
White with #601353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601353; }
p { color: rgb(96,19,83); }
H1.HeaderClassName
{
color: #601353;
}
.AnyTagClassName
{
color: #601353;
}
</style>
background-color css
<style>
a { background-color: #601353; }
a { background-color: rgb(96,19,83); }
div.DivClassName
{
background-color: #601353;
}
.BgClassName
{
background-color: #601353;
}
</style>
border-color css
<style>
span { border-color: #601353; }
span { border-color: rgb(96,19,83); }
td.TdClassName
{
border-color: #601353;
}
.TagClassName
{
border-color: #601353;
}
</style>