Shades of Palatinate Purple #601A5C
Tints of Palatinate Purple #601A5C
RGB
CMYK
RGB Variations
Color information
#601A5C (or 0x601A5C) is known color: Palatinate Purple. HEX triplet: 60, 1A and 5C. RGB value is (96,26,92). Sum of RGB (Red+Green+Blue) = 96+26+92=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #601A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601A5C is #9FE5A3. Grayscale: #363636. Windows color (decimal): -10479012 or 6036064. OLE color: 6036064.
HSL color Cylindrical-coordinate representation of color #601A5C: hue angle of 303.43º 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 #601A5C is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 26 | 92 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.62 |
| HSL | 303.43º | 0.57% | 0.24% | - |
| HSV(B) | 303.43º | 0.73% | 0.38% | - |
| XYZ | 7.13 | 4 | 10.52 | - |
| YUV | 54.45 | 149.19 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 26 | 92 | 0 | 0.73 | 0.04 | 0.62 | 303.43 | 0.57 | 0.24 |
| Hex | 60 | 1A | 5C | 0 | 49 | 4 | 3E | 12F | 39 | 18 |
| Octal | 140 | 32 | 134 | 0 | 111 | 4 | 76 | 457 | 71 | 30 |
| Binary | 1100000 | 11010 | 1011100 | 0 | 1001001 | 100 | 111110 | 100101111 | 111001 | 11000 |
Color Harmonies of #601A5C
Complementary color
Monochromatic Colors of #601A5C
Black with #601A5C
Text Example
Text Example
White with #601A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601A5C; }
p { color: rgb(96,26,92); }
H1.HeaderClassName
{
color: #601A5C;
}
.AnyTagClassName
{
color: #601A5C;
}
</style>
background-color css
<style>
a { background-color: #601A5C; }
a { background-color: rgb(96,26,92); }
div.DivClassName
{
background-color: #601A5C;
}
.BgClassName
{
background-color: #601A5C;
}
</style>
border-color css
<style>
span { border-color: #601A5C; }
span { border-color: rgb(96,26,92); }
td.TdClassName
{
border-color: #601A5C;
}
.TagClassName
{
border-color: #601A5C;
}
</style>