Shades of Hot Purple #55015D
Tints of Hot Purple #55015D
RGB
CMYK
RGB Variations
Color information
#55015D (or 0x55015D) is known color: Hot Purple. HEX triplet: 55, 01 and 5D. RGB value is (85,1,93). Sum of RGB (Red+Green+Blue) = 85+1+93=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #55015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55015D is #AAFEA2. Grayscale: #242424. Windows color (decimal): -11206307 or 6095189. OLE color: 6095189.
HSL color Cylindrical-coordinate representation of color #55015D: hue angle of 294.78º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55015D is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 1 | 93 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.64 |
| HSL | 294.78º | 0.98% | 0.18% | - |
| HSV(B) | 294.78º | 0.99% | 0.36% | - |
| XYZ | 5.73 | 2.74 | 10.58 | - |
| YUV | 36.6 | 159.83 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 93 | 0.09 | 0.99 | 0 | 0.64 | 294.78 | 0.98 | 0.18 |
| Hex | 55 | 1 | 5D | 9 | 63 | 0 | 40 | 127 | 62 | 12 |
| Octal | 125 | 1 | 135 | 11 | 143 | 0 | 100 | 447 | 142 | 22 |
| Binary | 1010101 | 1 | 1011101 | 1001 | 1100011 | 0 | 1000000 | 100100111 | 1100010 | 10010 |
Color Harmonies of #55015D
Complementary color
Monochromatic Colors of #55015D
Black with #55015D
Text Example
Text Example
White with #55015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55015D; }
p { color: rgb(85,1,93); }
H1.HeaderClassName
{
color: #55015D;
}
.AnyTagClassName
{
color: #55015D;
}
</style>
background-color css
<style>
a { background-color: #55015D; }
a { background-color: rgb(85,1,93); }
div.DivClassName
{
background-color: #55015D;
}
.BgClassName
{
background-color: #55015D;
}
</style>
border-color css
<style>
span { border-color: #55015D; }
span { border-color: rgb(85,1,93); }
td.TdClassName
{
border-color: #55015D;
}
.TagClassName
{
border-color: #55015D;
}
</style>