Shades of Palatinate Purple #551450
Tints of Palatinate Purple #551450
RGB
CMYK
RGB Variations
Color information
#551450 (or 0x551450) is known color: Palatinate Purple. HEX triplet: 55, 14 and 50. RGB value is (85,20,80). Sum of RGB (Red+Green+Blue) = 85+20+80=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #551450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551450 is #AAEBAF. Grayscale: #2E2E2E. Windows color (decimal): -11201456 or 5248085. OLE color: 5248085.
HSL color Cylindrical-coordinate representation of color #551450: hue angle of 304.62º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #551450 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 80 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.67 |
| HSL | 304.62º | 0.62% | 0.21% | - |
| HSV(B) | 304.62º | 0.76% | 0.33% | - |
| XYZ | 5.44 | 3.01 | 7.88 | - |
| YUV | 46.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 80 | 0 | 0.76 | 0.06 | 0.67 | 304.62 | 0.62 | 0.21 |
| Hex | 55 | 14 | 50 | 0 | 4C | 6 | 43 | 131 | 3E | 15 |
| Octal | 125 | 24 | 120 | 0 | 114 | 6 | 103 | 461 | 76 | 25 |
| Binary | 1010101 | 10100 | 1010000 | 0 | 1001100 | 110 | 1000011 | 100110001 | 111110 | 10101 |
Color Harmonies of #551450
Complementary color
Monochromatic Colors of #551450
Black with #551450
Text Example
Text Example
White with #551450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551450; }
p { color: rgb(85,20,80); }
H1.HeaderClassName
{
color: #551450;
}
.AnyTagClassName
{
color: #551450;
}
</style>
background-color css
<style>
a { background-color: #551450; }
a { background-color: rgb(85,20,80); }
div.DivClassName
{
background-color: #551450;
}
.BgClassName
{
background-color: #551450;
}
</style>
border-color css
<style>
span { border-color: #551450; }
span { border-color: rgb(85,20,80); }
td.TdClassName
{
border-color: #551450;
}
.TagClassName
{
border-color: #551450;
}
</style>