Shades of Hot Purple #551A5B
Tints of Hot Purple #551A5B
RGB
CMYK
RGB Variations
Color information
#551A5B (or 0x551A5B) is known color: Hot Purple. HEX triplet: 55, 1A and 5B. RGB value is (85,26,91). Sum of RGB (Red+Green+Blue) = 85+26+91=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #551A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551A5B is #AAE5A4. Grayscale: #323232. Windows color (decimal): -11199909 or 5970517. OLE color: 5970517.
HSL color Cylindrical-coordinate representation of color #551A5B: hue angle of 294.46º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #551A5B is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 26 | 91 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.64 |
| HSL | 294.46º | 0.56% | 0.23% | - |
| HSV(B) | 294.46º | 0.71% | 0.36% | - |
| XYZ | 6 | 3.43 | 10.24 | - |
| YUV | 51.05 | 150.55 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 26 | 91 | 0.07 | 0.71 | 0 | 0.64 | 294.46 | 0.56 | 0.23 |
| Hex | 55 | 1A | 5B | 7 | 47 | 0 | 40 | 126 | 38 | 17 |
| Octal | 125 | 32 | 133 | 7 | 107 | 0 | 100 | 446 | 70 | 27 |
| Binary | 1010101 | 11010 | 1011011 | 111 | 1000111 | 0 | 1000000 | 100100110 | 111000 | 10111 |
Color Harmonies of #551A5B
Complementary color
Monochromatic Colors of #551A5B
Black with #551A5B
Text Example
Text Example
White with #551A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551A5B; }
p { color: rgb(85,26,91); }
H1.HeaderClassName
{
color: #551A5B;
}
.AnyTagClassName
{
color: #551A5B;
}
</style>
background-color css
<style>
a { background-color: #551A5B; }
a { background-color: rgb(85,26,91); }
div.DivClassName
{
background-color: #551A5B;
}
.BgClassName
{
background-color: #551A5B;
}
</style>
border-color css
<style>
span { border-color: #551A5B; }
span { border-color: rgb(85,26,91); }
td.TdClassName
{
border-color: #551A5B;
}
.TagClassName
{
border-color: #551A5B;
}
</style>