Shades of Hot Purple #55285A
Tints of Hot Purple #55285A
RGB
CMYK
RGB Variations
Color information
#55285A (or 0x55285A) is known color: Hot Purple. HEX triplet: 55, 28 and 5A. RGB value is (85,40,90). Sum of RGB (Red+Green+Blue) = 85+40+90=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #55285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55285A is #AAD7A5. Grayscale: #3A3A3A. Windows color (decimal): -11196326 or 5908565. OLE color: 5908565.
HSL color Cylindrical-coordinate representation of color #55285A: hue angle of 294º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55285A is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 40 | 90 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.65 |
| HSL | 294º | 0.38% | 0.25% | - |
| HSV(B) | 294º | 0.56% | 0.35% | - |
| XYZ | 6.35 | 4.19 | 10.15 | - |
| YUV | 59.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 40 | 90 | 0.06 | 0.56 | 0 | 0.65 | 294 | 0.38 | 0.25 |
| Hex | 55 | 28 | 5A | 6 | 38 | 0 | 41 | 126 | 26 | 19 |
| Octal | 125 | 50 | 132 | 6 | 70 | 0 | 101 | 446 | 46 | 31 |
| Binary | 1010101 | 101000 | 1011010 | 110 | 111000 | 0 | 1000001 | 100100110 | 100110 | 11001 |
Color Harmonies of #55285A
Complementary color
Monochromatic Colors of #55285A
Black with #55285A
Text Example
Text Example
White with #55285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55285A; }
p { color: rgb(85,40,90); }
H1.HeaderClassName
{
color: #55285A;
}
.AnyTagClassName
{
color: #55285A;
}
</style>
background-color css
<style>
a { background-color: #55285A; }
a { background-color: rgb(85,40,90); }
div.DivClassName
{
background-color: #55285A;
}
.BgClassName
{
background-color: #55285A;
}
</style>
border-color css
<style>
span { border-color: #55285A; }
span { border-color: rgb(85,40,90); }
td.TdClassName
{
border-color: #55285A;
}
.TagClassName
{
border-color: #55285A;
}
</style>