Shades of Palatinate Purple #601A5D
Tints of Palatinate Purple #601A5D
RGB
CMYK
RGB Variations
Color information
#601A5D (or 0x601A5D) is known color: Palatinate Purple. HEX triplet: 60, 1A and 5D. RGB value is (96,26,93). Sum of RGB (Red+Green+Blue) = 96+26+93=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #601A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601A5D is #9FE5A2. Grayscale: #363636. Windows color (decimal): -10479011 or 6101600. OLE color: 6101600.
HSL color Cylindrical-coordinate representation of color #601A5D: hue angle of 302.57º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #601A5D is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 26 | 93 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.62 |
| HSL | 302.57º | 0.57% | 0.24% | - |
| HSV(B) | 302.57º | 0.73% | 0.38% | - |
| XYZ | 7.17 | 4.02 | 10.75 | - |
| YUV | 54.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 26 | 93 | 0 | 0.73 | 0.03 | 0.62 | 302.57 | 0.57 | 0.24 |
| Hex | 60 | 1A | 5D | 0 | 49 | 3 | 3E | 12F | 39 | 18 |
| Octal | 140 | 32 | 135 | 0 | 111 | 3 | 76 | 457 | 71 | 30 |
| Binary | 1100000 | 11010 | 1011101 | 0 | 1001001 | 11 | 111110 | 100101111 | 111001 | 11000 |
Color Harmonies of #601A5D
Complementary color
Monochromatic Colors of #601A5D
Black with #601A5D
Text Example
Text Example
White with #601A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601A5D; }
p { color: rgb(96,26,93); }
H1.HeaderClassName
{
color: #601A5D;
}
.AnyTagClassName
{
color: #601A5D;
}
</style>
background-color css
<style>
a { background-color: #601A5D; }
a { background-color: rgb(96,26,93); }
div.DivClassName
{
background-color: #601A5D;
}
.BgClassName
{
background-color: #601A5D;
}
</style>
border-color css
<style>
span { border-color: #601A5D; }
span { border-color: rgb(96,26,93); }
td.TdClassName
{
border-color: #601A5D;
}
.TagClassName
{
border-color: #601A5D;
}
</style>