Shades of Hot Purple #551A52
Tints of Hot Purple #551A52
RGB
CMYK
RGB Variations
Color information
#551A52 (or 0x551A52) is known color: Hot Purple. HEX triplet: 55, 1A and 52. RGB value is (85,26,82). Sum of RGB (Red+Green+Blue) = 85+26+82=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #551A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551A52 is #AAE5AD. Grayscale: #313131. Windows color (decimal): -11199918 or 5380693. OLE color: 5380693.
HSL color Cylindrical-coordinate representation of color #551A52: hue angle of 303.05º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #551A52 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 26 | 82 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.67 |
| HSL | 303.05º | 0.53% | 0.22% | - |
| HSV(B) | 303.05º | 0.69% | 0.33% | - |
| XYZ | 5.64 | 3.28 | 8.32 | - |
| YUV | 50.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 26 | 82 | 0 | 0.69 | 0.04 | 0.67 | 303.05 | 0.53 | 0.22 |
| Hex | 55 | 1A | 52 | 0 | 45 | 4 | 43 | 12F | 35 | 16 |
| Octal | 125 | 32 | 122 | 0 | 105 | 4 | 103 | 457 | 65 | 26 |
| Binary | 1010101 | 11010 | 1010010 | 0 | 1000101 | 100 | 1000011 | 100101111 | 110101 | 10110 |
Color Harmonies of #551A52
Complementary color
Monochromatic Colors of #551A52
Black with #551A52
Text Example
Text Example
White with #551A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551A52; }
p { color: rgb(85,26,82); }
H1.HeaderClassName
{
color: #551A52;
}
.AnyTagClassName
{
color: #551A52;
}
</style>
background-color css
<style>
a { background-color: #551A52; }
a { background-color: rgb(85,26,82); }
div.DivClassName
{
background-color: #551A52;
}
.BgClassName
{
background-color: #551A52;
}
</style>
border-color css
<style>
span { border-color: #551A52; }
span { border-color: rgb(85,26,82); }
td.TdClassName
{
border-color: #551A52;
}
.TagClassName
{
border-color: #551A52;
}
</style>