Shades of Hot Purple #55275F
Tints of Hot Purple #55275F
RGB
CMYK
RGB Variations
Color information
#55275F (or 0x55275F) is known color: Hot Purple. HEX triplet: 55, 27 and 5F. RGB value is (85,39,95). Sum of RGB (Red+Green+Blue) = 85+39+95=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 95 - color contains mainly: blue. Hex color #55275F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55275F is #AAD8A0. Grayscale: #3A3A3A. Windows color (decimal): -11196577 or 6235989. OLE color: 6235989.
HSL color Cylindrical-coordinate representation of color #55275F: hue angle of 289.29º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55275F is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 39 | 95 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.63 |
| HSL | 289.29º | 0.42% | 0.26% | - |
| HSV(B) | 289.29º | 0.59% | 0.37% | - |
| XYZ | 6.54 | 4.21 | 11.29 | - |
| YUV | 59.14 | 148.24 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 39 | 95 | 0.11 | 0.59 | 0 | 0.63 | 289.29 | 0.42 | 0.26 |
| Hex | 55 | 27 | 5F | B | 3B | 0 | 3F | 121 | 2A | 1A |
| Octal | 125 | 47 | 137 | 13 | 73 | 0 | 77 | 441 | 52 | 32 |
| Binary | 1010101 | 100111 | 1011111 | 1011 | 111011 | 0 | 111111 | 100100001 | 101010 | 11010 |
Color Harmonies of #55275F
Complementary color
Monochromatic Colors of #55275F
Black with #55275F
Text Example
Text Example
White with #55275F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55275F; }
p { color: rgb(85,39,95); }
H1.HeaderClassName
{
color: #55275F;
}
.AnyTagClassName
{
color: #55275F;
}
</style>
background-color css
<style>
a { background-color: #55275F; }
a { background-color: rgb(85,39,95); }
div.DivClassName
{
background-color: #55275F;
}
.BgClassName
{
background-color: #55275F;
}
</style>
border-color css
<style>
span { border-color: #55275F; }
span { border-color: rgb(85,39,95); }
td.TdClassName
{
border-color: #55275F;
}
.TagClassName
{
border-color: #55275F;
}
</style>