Shades of Hot Purple #55205A
Tints of Hot Purple #55205A
RGB
CMYK
RGB Variations
Color information
#55205A (or 0x55205A) is known color: Hot Purple. HEX triplet: 55, 20 and 5A. RGB value is (85,32,90). Sum of RGB (Red+Green+Blue) = 85+32+90=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #55205A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55205A is #AADFA5. Grayscale: #363636. Windows color (decimal): -11198374 or 5906517. OLE color: 5906517.
HSL color Cylindrical-coordinate representation of color #55205A: hue angle of 294.83º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55205A is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 32 | 90 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.65 |
| HSL | 294.83º | 0.48% | 0.24% | - |
| HSV(B) | 294.83º | 0.64% | 0.35% | - |
| XYZ | 6.11 | 3.7 | 10.07 | - |
| YUV | 54.46 | 148.06 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 90 | 0.06 | 0.64 | 0 | 0.65 | 294.83 | 0.48 | 0.24 |
| Hex | 55 | 20 | 5A | 6 | 40 | 0 | 41 | 127 | 30 | 18 |
| Octal | 125 | 40 | 132 | 6 | 100 | 0 | 101 | 447 | 60 | 30 |
| Binary | 1010101 | 100000 | 1011010 | 110 | 1000000 | 0 | 1000001 | 100100111 | 110000 | 11000 |
Color Harmonies of #55205A
Complementary color
Monochromatic Colors of #55205A
Black with #55205A
Text Example
Text Example
White with #55205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55205A; }
p { color: rgb(85,32,90); }
H1.HeaderClassName
{
color: #55205A;
}
.AnyTagClassName
{
color: #55205A;
}
</style>
background-color css
<style>
a { background-color: #55205A; }
a { background-color: rgb(85,32,90); }
div.DivClassName
{
background-color: #55205A;
}
.BgClassName
{
background-color: #55205A;
}
</style>
border-color css
<style>
span { border-color: #55205A; }
span { border-color: rgb(85,32,90); }
td.TdClassName
{
border-color: #55205A;
}
.TagClassName
{
border-color: #55205A;
}
</style>