Shades of Hot Purple #551E5C
Tints of Hot Purple #551E5C
RGB
CMYK
RGB Variations
Color information
#551E5C (or 0x551E5C) is known color: Hot Purple. HEX triplet: 55, 1E and 5C. RGB value is (85,30,92). Sum of RGB (Red+Green+Blue) = 85+30+92=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #551E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551E5C is #AAE1A3. Grayscale: #353535. Windows color (decimal): -11198884 or 6037077. OLE color: 6037077.
HSL color Cylindrical-coordinate representation of color #551E5C: hue angle of 293.23º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #551E5C is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 30 | 92 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.64 |
| HSL | 293.23º | 0.51% | 0.24% | - |
| HSV(B) | 293.23º | 0.67% | 0.36% | - |
| XYZ | 6.14 | 3.63 | 10.5 | - |
| YUV | 53.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 92 | 0.08 | 0.67 | 0 | 0.64 | 293.23 | 0.51 | 0.24 |
| Hex | 55 | 1E | 5C | 8 | 43 | 0 | 40 | 125 | 33 | 18 |
| Octal | 125 | 36 | 134 | 10 | 103 | 0 | 100 | 445 | 63 | 30 |
| Binary | 1010101 | 11110 | 1011100 | 1000 | 1000011 | 0 | 1000000 | 100100101 | 110011 | 11000 |
Color Harmonies of #551E5C
Complementary color
Monochromatic Colors of #551E5C
Black with #551E5C
Text Example
Text Example
White with #551E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551E5C; }
p { color: rgb(85,30,92); }
H1.HeaderClassName
{
color: #551E5C;
}
.AnyTagClassName
{
color: #551E5C;
}
</style>
background-color css
<style>
a { background-color: #551E5C; }
a { background-color: rgb(85,30,92); }
div.DivClassName
{
background-color: #551E5C;
}
.BgClassName
{
background-color: #551E5C;
}
</style>
border-color css
<style>
span { border-color: #551E5C; }
span { border-color: rgb(85,30,92); }
td.TdClassName
{
border-color: #551E5C;
}
.TagClassName
{
border-color: #551E5C;
}
</style>