Shades of Hot Purple #55085A
Tints of Hot Purple #55085A
RGB
CMYK
RGB Variations
Color information
#55085A (or 0x55085A) is known color: Hot Purple. HEX triplet: 55, 08 and 5A. RGB value is (85,8,90). Sum of RGB (Red+Green+Blue) = 85+8+90=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #55085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55085A is #AAF7A5. Grayscale: #282828. Windows color (decimal): -11204518 or 5900373. OLE color: 5900373.
HSL color Cylindrical-coordinate representation of color #55085A: hue angle of 296.34º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55085A is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 8 | 90 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.65 |
| HSL | 296.34º | 0.84% | 0.19% | - |
| HSV(B) | 296.34º | 0.91% | 0.35% | - |
| XYZ | 5.68 | 2.84 | 9.92 | - |
| YUV | 40.37 | 156.01 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 90 | 0.06 | 0.91 | 0 | 0.65 | 296.34 | 0.84 | 0.19 |
| Hex | 55 | 8 | 5A | 6 | 5B | 0 | 41 | 128 | 54 | 13 |
| Octal | 125 | 10 | 132 | 6 | 133 | 0 | 101 | 450 | 124 | 23 |
| Binary | 1010101 | 1000 | 1011010 | 110 | 1011011 | 0 | 1000001 | 100101000 | 1010100 | 10011 |
Color Harmonies of #55085A
Complementary color
Monochromatic Colors of #55085A
Black with #55085A
Text Example
Text Example
White with #55085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55085A; }
p { color: rgb(85,8,90); }
H1.HeaderClassName
{
color: #55085A;
}
.AnyTagClassName
{
color: #55085A;
}
</style>
background-color css
<style>
a { background-color: #55085A; }
a { background-color: rgb(85,8,90); }
div.DivClassName
{
background-color: #55085A;
}
.BgClassName
{
background-color: #55085A;
}
</style>
border-color css
<style>
span { border-color: #55085A; }
span { border-color: rgb(85,8,90); }
td.TdClassName
{
border-color: #55085A;
}
.TagClassName
{
border-color: #55085A;
}
</style>