Shades of Palatinate Purple #57015B
Tints of Palatinate Purple #57015B
RGB
CMYK
RGB Variations
Color information
#57015B (or 0x57015B) is known color: Palatinate Purple. HEX triplet: 57, 01 and 5B. RGB value is (87,1,91). Sum of RGB (Red+Green+Blue) = 87+1+91=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #57015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57015B is #A8FEA4. Grayscale: #242424. Windows color (decimal): -11075237 or 5964119. OLE color: 5964119.
HSL color Cylindrical-coordinate representation of color #57015B: hue angle of 297.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #57015B is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 1 | 91 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.64 |
| HSL | 297.33º | 0.98% | 0.18% | - |
| HSV(B) | 297.33º | 0.99% | 0.36% | - |
| XYZ | 5.83 | 2.8 | 10.13 | - |
| YUV | 36.97 | 158.49 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 91 | 0.04 | 0.99 | 0 | 0.64 | 297.33 | 0.98 | 0.18 |
| Hex | 57 | 1 | 5B | 4 | 63 | 0 | 40 | 129 | 62 | 12 |
| Octal | 127 | 1 | 133 | 4 | 143 | 0 | 100 | 451 | 142 | 22 |
| Binary | 1010111 | 1 | 1011011 | 100 | 1100011 | 0 | 1000000 | 100101001 | 1100010 | 10010 |
Color Harmonies of #57015B
Complementary color
Monochromatic Colors of #57015B
Black with #57015B
Text Example
Text Example
White with #57015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57015B; }
p { color: rgb(87,1,91); }
H1.HeaderClassName
{
color: #57015B;
}
.AnyTagClassName
{
color: #57015B;
}
</style>
background-color css
<style>
a { background-color: #57015B; }
a { background-color: rgb(87,1,91); }
div.DivClassName
{
background-color: #57015B;
}
.BgClassName
{
background-color: #57015B;
}
</style>
border-color css
<style>
span { border-color: #57015B; }
span { border-color: rgb(87,1,91); }
td.TdClassName
{
border-color: #57015B;
}
.TagClassName
{
border-color: #57015B;
}
</style>