Shades of Hot Purple #551A5C
Tints of Hot Purple #551A5C
RGB
CMYK
RGB Variations
Color information
#551A5C (or 0x551A5C) is known color: Hot Purple. HEX triplet: 55, 1A and 5C. RGB value is (85,26,92). Sum of RGB (Red+Green+Blue) = 85+26+92=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #551A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551A5C is #AAE5A3. Grayscale: #323232. Windows color (decimal): -11199908 or 6036053. OLE color: 6036053.
HSL color Cylindrical-coordinate representation of color #551A5C: hue angle of 293.64º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #551A5C is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 26 | 92 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.64 |
| HSL | 293.64º | 0.56% | 0.23% | - |
| HSV(B) | 293.64º | 0.72% | 0.36% | - |
| XYZ | 6.05 | 3.44 | 10.47 | - |
| YUV | 51.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 26 | 92 | 0.08 | 0.72 | 0 | 0.64 | 293.64 | 0.56 | 0.23 |
| Hex | 55 | 1A | 5C | 8 | 48 | 0 | 40 | 126 | 38 | 17 |
| Octal | 125 | 32 | 134 | 10 | 110 | 0 | 100 | 446 | 70 | 27 |
| Binary | 1010101 | 11010 | 1011100 | 1000 | 1001000 | 0 | 1000000 | 100100110 | 111000 | 10111 |
Color Harmonies of #551A5C
Complementary color
Monochromatic Colors of #551A5C
Black with #551A5C
Text Example
Text Example
White with #551A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551A5C; }
p { color: rgb(85,26,92); }
H1.HeaderClassName
{
color: #551A5C;
}
.AnyTagClassName
{
color: #551A5C;
}
</style>
background-color css
<style>
a { background-color: #551A5C; }
a { background-color: rgb(85,26,92); }
div.DivClassName
{
background-color: #551A5C;
}
.BgClassName
{
background-color: #551A5C;
}
</style>
border-color css
<style>
span { border-color: #551A5C; }
span { border-color: rgb(85,26,92); }
td.TdClassName
{
border-color: #551A5C;
}
.TagClassName
{
border-color: #551A5C;
}
</style>