Shades of Hot Purple #551453
Tints of Hot Purple #551453
RGB
CMYK
RGB Variations
Color information
#551453 (or 0x551453) is known color: Hot Purple. HEX triplet: 55, 14 and 53. RGB value is (85,20,83). Sum of RGB (Red+Green+Blue) = 85+20+83=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #551453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551453 is #AAEBAC. Grayscale: #2E2E2E. Windows color (decimal): -11201453 or 5444693. OLE color: 5444693.
HSL color Cylindrical-coordinate representation of color #551453: hue angle of 301.85º 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 #551453 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 83 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.67 |
| HSL | 301.85º | 0.62% | 0.21% | - |
| HSV(B) | 301.85º | 0.76% | 0.33% | - |
| XYZ | 5.56 | 3.06 | 8.48 | - |
| YUV | 46.62 | 148.53 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 83 | 0 | 0.76 | 0.02 | 0.67 | 301.85 | 0.62 | 0.21 |
| Hex | 55 | 14 | 53 | 0 | 4C | 2 | 43 | 12E | 3E | 15 |
| Octal | 125 | 24 | 123 | 0 | 114 | 2 | 103 | 456 | 76 | 25 |
| Binary | 1010101 | 10100 | 1010011 | 0 | 1001100 | 10 | 1000011 | 100101110 | 111110 | 10101 |
Color Harmonies of #551453
Complementary color
Monochromatic Colors of #551453
Black with #551453
Text Example
Text Example
White with #551453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551453; }
p { color: rgb(85,20,83); }
H1.HeaderClassName
{
color: #551453;
}
.AnyTagClassName
{
color: #551453;
}
</style>
background-color css
<style>
a { background-color: #551453; }
a { background-color: rgb(85,20,83); }
div.DivClassName
{
background-color: #551453;
}
.BgClassName
{
background-color: #551453;
}
</style>
border-color css
<style>
span { border-color: #551453; }
span { border-color: rgb(85,20,83); }
td.TdClassName
{
border-color: #551453;
}
.TagClassName
{
border-color: #551453;
}
</style>