Shades of Hot Purple #55025D
Tints of Hot Purple #55025D
RGB
CMYK
RGB Variations
Color information
#55025D (or 0x55025D) is known color: Hot Purple. HEX triplet: 55, 02 and 5D. RGB value is (85,2,93). Sum of RGB (Red+Green+Blue) = 85+2+93=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #55025D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55025D is #AAFDA2. Grayscale: #242424. Windows color (decimal): -11206051 or 6095445. OLE color: 6095445.
HSL color Cylindrical-coordinate representation of color #55025D: hue angle of 294.73º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55025D is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 2 | 93 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.64 |
| HSL | 294.73º | 0.96% | 0.19% | - |
| HSV(B) | 294.73º | 0.98% | 0.36% | - |
| XYZ | 5.74 | 2.77 | 10.59 | - |
| YUV | 37.19 | 159.5 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 93 | 0.09 | 0.98 | 0 | 0.64 | 294.73 | 0.96 | 0.19 |
| Hex | 55 | 2 | 5D | 9 | 62 | 0 | 40 | 127 | 60 | 13 |
| Octal | 125 | 2 | 135 | 11 | 142 | 0 | 100 | 447 | 140 | 23 |
| Binary | 1010101 | 10 | 1011101 | 1001 | 1100010 | 0 | 1000000 | 100100111 | 1100000 | 10011 |
Color Harmonies of #55025D
Complementary color
Monochromatic Colors of #55025D
Black with #55025D
Text Example
Text Example
White with #55025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55025D; }
p { color: rgb(85,2,93); }
H1.HeaderClassName
{
color: #55025D;
}
.AnyTagClassName
{
color: #55025D;
}
</style>
background-color css
<style>
a { background-color: #55025D; }
a { background-color: rgb(85,2,93); }
div.DivClassName
{
background-color: #55025D;
}
.BgClassName
{
background-color: #55025D;
}
</style>
border-color css
<style>
span { border-color: #55025D; }
span { border-color: rgb(85,2,93); }
td.TdClassName
{
border-color: #55025D;
}
.TagClassName
{
border-color: #55025D;
}
</style>