Shades of Palatinate Purple #55174F
Tints of Palatinate Purple #55174F
RGB
CMYK
RGB Variations
Color information
#55174F (or 0x55174F) is known color: Palatinate Purple. HEX triplet: 55, 17 and 4F. RGB value is (85,23,79). Sum of RGB (Red+Green+Blue) = 85+23+79=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #55174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55174F is #AAE8B0. Grayscale: #2F2F2F. Windows color (decimal): -11200689 or 5183317. OLE color: 5183317.
HSL color Cylindrical-coordinate representation of color #55174F: hue angle of 305.81º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55174F is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 23 | 79 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.67 |
| HSL | 305.81º | 0.57% | 0.21% | - |
| HSV(B) | 305.81º | 0.73% | 0.33% | - |
| XYZ | 5.46 | 3.11 | 7.71 | - |
| YUV | 47.92 | 145.54 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 79 | 0 | 0.73 | 0.07 | 0.67 | 305.81 | 0.57 | 0.21 |
| Hex | 55 | 17 | 4F | 0 | 49 | 7 | 43 | 132 | 39 | 15 |
| Octal | 125 | 27 | 117 | 0 | 111 | 7 | 103 | 462 | 71 | 25 |
| Binary | 1010101 | 10111 | 1001111 | 0 | 1001001 | 111 | 1000011 | 100110010 | 111001 | 10101 |
Color Harmonies of #55174F
Complementary color
Monochromatic Colors of #55174F
Black with #55174F
Text Example
Text Example
White with #55174F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55174F; }
p { color: rgb(85,23,79); }
H1.HeaderClassName
{
color: #55174F;
}
.AnyTagClassName
{
color: #55174F;
}
</style>
background-color css
<style>
a { background-color: #55174F; }
a { background-color: rgb(85,23,79); }
div.DivClassName
{
background-color: #55174F;
}
.BgClassName
{
background-color: #55174F;
}
</style>
border-color css
<style>
span { border-color: #55174F; }
span { border-color: rgb(85,23,79); }
td.TdClassName
{
border-color: #55174F;
}
.TagClassName
{
border-color: #55174F;
}
</style>