Shades of Palatinate Purple #57035B
Tints of Palatinate Purple #57035B
RGB
CMYK
RGB Variations
Color information
#57035B (or 0x57035B) is known color: Palatinate Purple. HEX triplet: 57, 03 and 5B. RGB value is (87,3,91). Sum of RGB (Red+Green+Blue) = 87+3+91=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #57035B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57035B is #A8FCA4. Grayscale: #252525. Windows color (decimal): -11074725 or 5964631. OLE color: 5964631.
HSL color Cylindrical-coordinate representation of color #57035B: hue angle of 297.27º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #57035B is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 3 | 91 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.64 |
| HSL | 297.27º | 0.94% | 0.18% | - |
| HSV(B) | 297.27º | 0.97% | 0.36% | - |
| XYZ | 5.85 | 2.85 | 10.14 | - |
| YUV | 38.15 | 157.83 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 3 | 91 | 0.04 | 0.97 | 0 | 0.64 | 297.27 | 0.94 | 0.18 |
| Hex | 57 | 3 | 5B | 4 | 61 | 0 | 40 | 129 | 5E | 12 |
| Octal | 127 | 3 | 133 | 4 | 141 | 0 | 100 | 451 | 136 | 22 |
| Binary | 1010111 | 11 | 1011011 | 100 | 1100001 | 0 | 1000000 | 100101001 | 1011110 | 10010 |
Color Harmonies of #57035B
Complementary color
Monochromatic Colors of #57035B
Black with #57035B
Text Example
Text Example
White with #57035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57035B; }
p { color: rgb(87,3,91); }
H1.HeaderClassName
{
color: #57035B;
}
.AnyTagClassName
{
color: #57035B;
}
</style>
background-color css
<style>
a { background-color: #57035B; }
a { background-color: rgb(87,3,91); }
div.DivClassName
{
background-color: #57035B;
}
.BgClassName
{
background-color: #57035B;
}
</style>
border-color css
<style>
span { border-color: #57035B; }
span { border-color: rgb(87,3,91); }
td.TdClassName
{
border-color: #57035B;
}
.TagClassName
{
border-color: #57035B;
}
</style>