Shades of Hot Purple #55025A
Tints of Hot Purple #55025A
RGB
CMYK
RGB Variations
Color information
#55025A (or 0x55025A) is known color: Hot Purple. HEX triplet: 55, 02 and 5A. RGB value is (85,2,90). Sum of RGB (Red+Green+Blue) = 85+2+90=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #55025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55025A is #AAFDA5. Grayscale: #242424. Windows color (decimal): -11206054 or 5898837. OLE color: 5898837.
HSL color Cylindrical-coordinate representation of color #55025A: hue angle of 296.59º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55025A is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 2 | 90 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.65 |
| HSL | 296.59º | 0.96% | 0.18% | - |
| HSV(B) | 296.59º | 0.98% | 0.35% | - |
| XYZ | 5.61 | 2.71 | 9.9 | - |
| YUV | 36.85 | 158 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 90 | 0.06 | 0.98 | 0 | 0.65 | 296.59 | 0.96 | 0.18 |
| Hex | 55 | 2 | 5A | 6 | 62 | 0 | 41 | 129 | 60 | 12 |
| Octal | 125 | 2 | 132 | 6 | 142 | 0 | 101 | 451 | 140 | 22 |
| Binary | 1010101 | 10 | 1011010 | 110 | 1100010 | 0 | 1000001 | 100101001 | 1100000 | 10010 |
Color Harmonies of #55025A
Complementary color
Monochromatic Colors of #55025A
Black with #55025A
Text Example
Text Example
White with #55025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55025A; }
p { color: rgb(85,2,90); }
H1.HeaderClassName
{
color: #55025A;
}
.AnyTagClassName
{
color: #55025A;
}
</style>
background-color css
<style>
a { background-color: #55025A; }
a { background-color: rgb(85,2,90); }
div.DivClassName
{
background-color: #55025A;
}
.BgClassName
{
background-color: #55025A;
}
</style>
border-color css
<style>
span { border-color: #55025A; }
span { border-color: rgb(85,2,90); }
td.TdClassName
{
border-color: #55025A;
}
.TagClassName
{
border-color: #55025A;
}
</style>