Shades of Hot Purple #551258
Tints of Hot Purple #551258
RGB
CMYK
RGB Variations
Color information
#551258 (or 0x551258) is known color: Hot Purple. HEX triplet: 55, 12 and 58. RGB value is (85,18,88). Sum of RGB (Red+Green+Blue) = 85+18+88=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #551258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551258 is #AAEDA7. Grayscale: #2D2D2D. Windows color (decimal): -11201960 or 5771861. OLE color: 5771861.
HSL color Cylindrical-coordinate representation of color #551258: hue angle of 297.43º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551258 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 18 | 88 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.65 |
| HSL | 297.43º | 0.66% | 0.21% | - |
| HSV(B) | 297.43º | 0.8% | 0.35% | - |
| XYZ | 5.72 | 3.07 | 9.52 | - |
| YUV | 46.01 | 151.7 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 88 | 0.03 | 0.80 | 0 | 0.65 | 297.43 | 0.66 | 0.21 |
| Hex | 55 | 12 | 58 | 3 | 50 | 0 | 41 | 129 | 42 | 15 |
| Octal | 125 | 22 | 130 | 3 | 120 | 0 | 101 | 451 | 102 | 25 |
| Binary | 1010101 | 10010 | 1011000 | 11 | 1010000 | 0 | 1000001 | 100101001 | 1000010 | 10101 |
Color Harmonies of #551258
Complementary color
Monochromatic Colors of #551258
Black with #551258
Text Example
Text Example
White with #551258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551258; }
p { color: rgb(85,18,88); }
H1.HeaderClassName
{
color: #551258;
}
.AnyTagClassName
{
color: #551258;
}
</style>
background-color css
<style>
a { background-color: #551258; }
a { background-color: rgb(85,18,88); }
div.DivClassName
{
background-color: #551258;
}
.BgClassName
{
background-color: #551258;
}
</style>
border-color css
<style>
span { border-color: #551258; }
span { border-color: rgb(85,18,88); }
td.TdClassName
{
border-color: #551258;
}
.TagClassName
{
border-color: #551258;
}
</style>