Shades of Palatinate Purple #601752
Tints of Palatinate Purple #601752
RGB
CMYK
RGB Variations
Color information
#601752 (or 0x601752) is known color: Palatinate Purple. HEX triplet: 60, 17 and 52. RGB value is (96,23,82). Sum of RGB (Red+Green+Blue) = 96+23+82=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #601752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601752 is #9FE8AD. Grayscale: #333333. Windows color (decimal): -10479790 or 5379936. OLE color: 5379936.
HSL color Cylindrical-coordinate representation of color #601752: hue angle of 311.51º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #601752 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 23 | 82 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.62 |
| HSL | 311.51º | 0.61% | 0.23% | - |
| HSV(B) | 311.51º | 0.76% | 0.38% | - |
| XYZ | 6.65 | 3.71 | 8.35 | - |
| YUV | 51.55 | 145.18 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 82 | 0 | 0.76 | 0.15 | 0.62 | 311.51 | 0.61 | 0.23 |
| Hex | 60 | 17 | 52 | 0 | 4C | F | 3E | 138 | 3D | 17 |
| Octal | 140 | 27 | 122 | 0 | 114 | 17 | 76 | 470 | 75 | 27 |
| Binary | 1100000 | 10111 | 1010010 | 0 | 1001100 | 1111 | 111110 | 100111000 | 111101 | 10111 |
Color Harmonies of #601752
Complementary color
Monochromatic Colors of #601752
Black with #601752
Text Example
Text Example
White with #601752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601752; }
p { color: rgb(96,23,82); }
H1.HeaderClassName
{
color: #601752;
}
.AnyTagClassName
{
color: #601752;
}
</style>
background-color css
<style>
a { background-color: #601752; }
a { background-color: rgb(96,23,82); }
div.DivClassName
{
background-color: #601752;
}
.BgClassName
{
background-color: #601752;
}
</style>
border-color css
<style>
span { border-color: #601752; }
span { border-color: rgb(96,23,82); }
td.TdClassName
{
border-color: #601752;
}
.TagClassName
{
border-color: #601752;
}
</style>