Shades of Hot Purple #55055B
Tints of Hot Purple #55055B
RGB
CMYK
RGB Variations
Color information
#55055B (or 0x55055B) is known color: Hot Purple. HEX triplet: 55, 05 and 5B. RGB value is (85,5,91). Sum of RGB (Red+Green+Blue) = 85+5+91=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #55055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55055B is #AAFAA4. Grayscale: #262626. Windows color (decimal): -11205285 or 5965141. OLE color: 5965141.
HSL color Cylindrical-coordinate representation of color #55055B: hue angle of 295.81º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55055B is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 5 | 91 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.64 |
| HSL | 295.81º | 0.9% | 0.19% | - |
| HSV(B) | 295.81º | 0.95% | 0.36% | - |
| XYZ | 5.69 | 2.8 | 10.14 | - |
| YUV | 38.72 | 157.5 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 91 | 0.07 | 0.95 | 0 | 0.64 | 295.81 | 0.9 | 0.19 |
| Hex | 55 | 5 | 5B | 7 | 5F | 0 | 40 | 128 | 5A | 13 |
| Octal | 125 | 5 | 133 | 7 | 137 | 0 | 100 | 450 | 132 | 23 |
| Binary | 1010101 | 101 | 1011011 | 111 | 1011111 | 0 | 1000000 | 100101000 | 1011010 | 10011 |
Color Harmonies of #55055B
Complementary color
Monochromatic Colors of #55055B
Black with #55055B
Text Example
Text Example
White with #55055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55055B; }
p { color: rgb(85,5,91); }
H1.HeaderClassName
{
color: #55055B;
}
.AnyTagClassName
{
color: #55055B;
}
</style>
background-color css
<style>
a { background-color: #55055B; }
a { background-color: rgb(85,5,91); }
div.DivClassName
{
background-color: #55055B;
}
.BgClassName
{
background-color: #55055B;
}
</style>
border-color css
<style>
span { border-color: #55055B; }
span { border-color: rgb(85,5,91); }
td.TdClassName
{
border-color: #55055B;
}
.TagClassName
{
border-color: #55055B;
}
</style>