Shades of Hot Purple #551852
Tints of Hot Purple #551852
RGB
CMYK
RGB Variations
Color information
#551852 (or 0x551852) is known color: Hot Purple. HEX triplet: 55, 18 and 52. RGB value is (85,24,82). Sum of RGB (Red+Green+Blue) = 85+24+82=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #551852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551852 is #AAE7AD. Grayscale: #303030. Windows color (decimal): -11200430 or 5380181. OLE color: 5380181.
HSL color Cylindrical-coordinate representation of color #551852: hue angle of 302.95º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #551852 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 24 | 82 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.67 |
| HSL | 302.95º | 0.56% | 0.21% | - |
| HSV(B) | 302.95º | 0.72% | 0.33% | - |
| XYZ | 5.6 | 3.19 | 8.3 | - |
| YUV | 48.85 | 146.71 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 82 | 0 | 0.72 | 0.04 | 0.67 | 302.95 | 0.56 | 0.21 |
| Hex | 55 | 18 | 52 | 0 | 48 | 4 | 43 | 12F | 38 | 15 |
| Octal | 125 | 30 | 122 | 0 | 110 | 4 | 103 | 457 | 70 | 25 |
| Binary | 1010101 | 11000 | 1010010 | 0 | 1001000 | 100 | 1000011 | 100101111 | 111000 | 10101 |
Color Harmonies of #551852
Complementary color
Monochromatic Colors of #551852
Black with #551852
Text Example
Text Example
White with #551852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551852; }
p { color: rgb(85,24,82); }
H1.HeaderClassName
{
color: #551852;
}
.AnyTagClassName
{
color: #551852;
}
</style>
background-color css
<style>
a { background-color: #551852; }
a { background-color: rgb(85,24,82); }
div.DivClassName
{
background-color: #551852;
}
.BgClassName
{
background-color: #551852;
}
</style>
border-color css
<style>
span { border-color: #551852; }
span { border-color: rgb(85,24,82); }
td.TdClassName
{
border-color: #551852;
}
.TagClassName
{
border-color: #551852;
}
</style>