Shades of Hot Purple #55025E
Tints of Hot Purple #55025E
RGB
CMYK
RGB Variations
Color information
#55025E (or 0x55025E) is known color: Hot Purple. HEX triplet: 55, 02 and 5E. RGB value is (85,2,94). Sum of RGB (Red+Green+Blue) = 85+2+94=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #55025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55025E is #AAFDA1. Grayscale: #252525. Windows color (decimal): -11206050 or 6160981. OLE color: 6160981.
HSL color Cylindrical-coordinate representation of color #55025E: hue angle of 294.13º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55025E is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 2 | 94 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.63 |
| HSL | 294.13º | 0.96% | 0.19% | - |
| HSV(B) | 294.13º | 0.98% | 0.37% | - |
| XYZ | 5.79 | 2.78 | 10.82 | - |
| YUV | 37.31 | 160 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 94 | 0.10 | 0.98 | 0 | 0.63 | 294.13 | 0.96 | 0.19 |
| Hex | 55 | 2 | 5E | A | 62 | 0 | 3F | 126 | 60 | 13 |
| Octal | 125 | 2 | 136 | 12 | 142 | 0 | 77 | 446 | 140 | 23 |
| Binary | 1010101 | 10 | 1011110 | 1010 | 1100010 | 0 | 111111 | 100100110 | 1100000 | 10011 |
Color Harmonies of #55025E
Complementary color
Monochromatic Colors of #55025E
Black with #55025E
Text Example
Text Example
White with #55025E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55025E; }
p { color: rgb(85,2,94); }
H1.HeaderClassName
{
color: #55025E;
}
.AnyTagClassName
{
color: #55025E;
}
</style>
background-color css
<style>
a { background-color: #55025E; }
a { background-color: rgb(85,2,94); }
div.DivClassName
{
background-color: #55025E;
}
.BgClassName
{
background-color: #55025E;
}
</style>
border-color css
<style>
span { border-color: #55025E; }
span { border-color: rgb(85,2,94); }
td.TdClassName
{
border-color: #55025E;
}
.TagClassName
{
border-color: #55025E;
}
</style>