Shades of Hot Purple #551253
Tints of Hot Purple #551253
RGB
CMYK
RGB Variations
Color information
#551253 (or 0x551253) is known color: Hot Purple. HEX triplet: 55, 12 and 53. RGB value is (85,18,83). Sum of RGB (Red+Green+Blue) = 85+18+83=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #551253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551253 is #AAEDAC. Grayscale: #2D2D2D. Windows color (decimal): -11201965 or 5444181. OLE color: 5444181.
HSL color Cylindrical-coordinate representation of color #551253: hue angle of 301.79º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551253 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 18 | 83 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.67 |
| HSL | 301.79º | 0.65% | 0.2% | - |
| HSV(B) | 301.79º | 0.79% | 0.33% | - |
| XYZ | 5.52 | 2.99 | 8.47 | - |
| YUV | 45.44 | 149.2 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 83 | 0 | 0.79 | 0.02 | 0.67 | 301.79 | 0.65 | 0.2 |
| Hex | 55 | 12 | 53 | 0 | 4F | 2 | 43 | 12E | 41 | 14 |
| Octal | 125 | 22 | 123 | 0 | 117 | 2 | 103 | 456 | 101 | 24 |
| Binary | 1010101 | 10010 | 1010011 | 0 | 1001111 | 10 | 1000011 | 100101110 | 1000001 | 10100 |
Color Harmonies of #551253
Complementary color
Monochromatic Colors of #551253
Black with #551253
Text Example
Text Example
White with #551253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551253; }
p { color: rgb(85,18,83); }
H1.HeaderClassName
{
color: #551253;
}
.AnyTagClassName
{
color: #551253;
}
</style>
background-color css
<style>
a { background-color: #551253; }
a { background-color: rgb(85,18,83); }
div.DivClassName
{
background-color: #551253;
}
.BgClassName
{
background-color: #551253;
}
</style>
border-color css
<style>
span { border-color: #551253; }
span { border-color: rgb(85,18,83); }
td.TdClassName
{
border-color: #551253;
}
.TagClassName
{
border-color: #551253;
}
</style>