Shades of Hot Purple #551358
Tints of Hot Purple #551358
RGB
CMYK
RGB Variations
Color information
#551358 (or 0x551358) is known color: Hot Purple. HEX triplet: 55, 13 and 58. RGB value is (85,19,88). Sum of RGB (Red+Green+Blue) = 85+19+88=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #551358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551358 is #AAECA7. Grayscale: #2E2E2E. Windows color (decimal): -11201704 or 5772117. OLE color: 5772117.
HSL color Cylindrical-coordinate representation of color #551358: hue angle of 297.39º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551358 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 19 | 88 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.65 |
| HSL | 297.39º | 0.64% | 0.21% | - |
| HSV(B) | 297.39º | 0.78% | 0.35% | - |
| XYZ | 5.74 | 3.1 | 9.53 | - |
| YUV | 46.6 | 151.37 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 88 | 0.03 | 0.78 | 0 | 0.65 | 297.39 | 0.64 | 0.21 |
| Hex | 55 | 13 | 58 | 3 | 4E | 0 | 41 | 129 | 40 | 15 |
| Octal | 125 | 23 | 130 | 3 | 116 | 0 | 101 | 451 | 100 | 25 |
| Binary | 1010101 | 10011 | 1011000 | 11 | 1001110 | 0 | 1000001 | 100101001 | 1000000 | 10101 |
Color Harmonies of #551358
Complementary color
Monochromatic Colors of #551358
Black with #551358
Text Example
Text Example
White with #551358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551358; }
p { color: rgb(85,19,88); }
H1.HeaderClassName
{
color: #551358;
}
.AnyTagClassName
{
color: #551358;
}
</style>
background-color css
<style>
a { background-color: #551358; }
a { background-color: rgb(85,19,88); }
div.DivClassName
{
background-color: #551358;
}
.BgClassName
{
background-color: #551358;
}
</style>
border-color css
<style>
span { border-color: #551358; }
span { border-color: rgb(85,19,88); }
td.TdClassName
{
border-color: #551358;
}
.TagClassName
{
border-color: #551358;
}
</style>