Shades of Palatinate Purple #600D56
Tints of Palatinate Purple #600D56
RGB
CMYK
RGB Variations
Color information
#600D56 (or 0x600D56) is known color: Palatinate Purple. HEX triplet: 60, 0D and 56. RGB value is (96,13,86). Sum of RGB (Red+Green+Blue) = 96+13+86=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #600D56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600D56 is #9FF2A9. Grayscale: #2D2D2D. Windows color (decimal): -10482346 or 5639520. OLE color: 5639520.
HSL color Cylindrical-coordinate representation of color #600D56: hue angle of 307.23º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #600D56 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 13 | 86 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.62 |
| HSL | 307.23º | 0.76% | 0.21% | - |
| HSV(B) | 307.23º | 0.86% | 0.38% | - |
| XYZ | 6.65 | 3.45 | 9.12 | - |
| YUV | 46.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 13 | 86 | 0 | 0.86 | 0.10 | 0.62 | 307.23 | 0.76 | 0.21 |
| Hex | 60 | D | 56 | 0 | 56 | A | 3E | 133 | 4C | 15 |
| Octal | 140 | 15 | 126 | 0 | 126 | 12 | 76 | 463 | 114 | 25 |
| Binary | 1100000 | 1101 | 1010110 | 0 | 1010110 | 1010 | 111110 | 100110011 | 1001100 | 10101 |
Color Harmonies of #600D56
Complementary color
Monochromatic Colors of #600D56
Black with #600D56
Text Example
Text Example
White with #600D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600D56; }
p { color: rgb(96,13,86); }
H1.HeaderClassName
{
color: #600D56;
}
.AnyTagClassName
{
color: #600D56;
}
</style>
background-color css
<style>
a { background-color: #600D56; }
a { background-color: rgb(96,13,86); }
div.DivClassName
{
background-color: #600D56;
}
.BgClassName
{
background-color: #600D56;
}
</style>
border-color css
<style>
span { border-color: #600D56; }
span { border-color: rgb(96,13,86); }
td.TdClassName
{
border-color: #600D56;
}
.TagClassName
{
border-color: #600D56;
}
</style>