Shades of Hot Purple #551B54
Tints of Hot Purple #551B54
RGB
CMYK
RGB Variations
Color information
#551B54 (or 0x551B54) is known color: Hot Purple. HEX triplet: 55, 1B and 54. RGB value is (85,27,84). Sum of RGB (Red+Green+Blue) = 85+27+84=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #551B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551B54 is #AAE4AB. Grayscale: #323232. Windows color (decimal): -11199660 or 5512021. OLE color: 5512021.
HSL color Cylindrical-coordinate representation of color #551B54: hue angle of 301.03º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #551B54 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 27 | 84 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.67 |
| HSL | 301.03º | 0.52% | 0.22% | - |
| HSV(B) | 301.03º | 0.68% | 0.33% | - |
| XYZ | 5.74 | 3.36 | 8.73 | - |
| YUV | 50.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 84 | 0 | 0.68 | 0.01 | 0.67 | 301.03 | 0.52 | 0.22 |
| Hex | 55 | 1B | 54 | 0 | 44 | 1 | 43 | 12D | 34 | 16 |
| Octal | 125 | 33 | 124 | 0 | 104 | 1 | 103 | 455 | 64 | 26 |
| Binary | 1010101 | 11011 | 1010100 | 0 | 1000100 | 1 | 1000011 | 100101101 | 110100 | 10110 |
Color Harmonies of #551B54
Complementary color
Monochromatic Colors of #551B54
Black with #551B54
Text Example
Text Example
White with #551B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B54; }
p { color: rgb(85,27,84); }
H1.HeaderClassName
{
color: #551B54;
}
.AnyTagClassName
{
color: #551B54;
}
</style>
background-color css
<style>
a { background-color: #551B54; }
a { background-color: rgb(85,27,84); }
div.DivClassName
{
background-color: #551B54;
}
.BgClassName
{
background-color: #551B54;
}
</style>
border-color css
<style>
span { border-color: #551B54; }
span { border-color: rgb(85,27,84); }
td.TdClassName
{
border-color: #551B54;
}
.TagClassName
{
border-color: #551B54;
}
</style>