Shades of Hot Purple #55055A
Tints of Hot Purple #55055A
RGB
CMYK
RGB Variations
Color information
#55055A (or 0x55055A) is known color: Hot Purple. HEX triplet: 55, 05 and 5A. RGB value is (85,5,90). Sum of RGB (Red+Green+Blue) = 85+5+90=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #55055A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55055A is #AAFAA5. Grayscale: #262626. Windows color (decimal): -11205286 or 5899605. OLE color: 5899605.
HSL color Cylindrical-coordinate representation of color #55055A: hue angle of 296.47º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55055A is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 5 | 90 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.65 |
| HSL | 296.47º | 0.89% | 0.19% | - |
| HSV(B) | 296.47º | 0.94% | 0.35% | - |
| XYZ | 5.65 | 2.78 | 9.91 | - |
| YUV | 38.61 | 157 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 90 | 0.06 | 0.94 | 0 | 0.65 | 296.47 | 0.89 | 0.19 |
| Hex | 55 | 5 | 5A | 6 | 5E | 0 | 41 | 128 | 59 | 13 |
| Octal | 125 | 5 | 132 | 6 | 136 | 0 | 101 | 450 | 131 | 23 |
| Binary | 1010101 | 101 | 1011010 | 110 | 1011110 | 0 | 1000001 | 100101000 | 1011001 | 10011 |
Color Harmonies of #55055A
Complementary color
Monochromatic Colors of #55055A
Black with #55055A
Text Example
Text Example
White with #55055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55055A; }
p { color: rgb(85,5,90); }
H1.HeaderClassName
{
color: #55055A;
}
.AnyTagClassName
{
color: #55055A;
}
</style>
background-color css
<style>
a { background-color: #55055A; }
a { background-color: rgb(85,5,90); }
div.DivClassName
{
background-color: #55055A;
}
.BgClassName
{
background-color: #55055A;
}
</style>
border-color css
<style>
span { border-color: #55055A; }
span { border-color: rgb(85,5,90); }
td.TdClassName
{
border-color: #55055A;
}
.TagClassName
{
border-color: #55055A;
}
</style>