Shades of Hot Purple #55275A
Tints of Hot Purple #55275A
RGB
CMYK
RGB Variations
Color information
#55275A (or 0x55275A) is known color: Hot Purple. HEX triplet: 55, 27 and 5A. RGB value is (85,39,90). Sum of RGB (Red+Green+Blue) = 85+39+90=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #55275A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55275A is #AAD8A5. Grayscale: #3A3A3A. Windows color (decimal): -11196582 or 5908309. OLE color: 5908309.
HSL color Cylindrical-coordinate representation of color #55275A: hue angle of 294.12º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55275A is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 39 | 90 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.65 |
| HSL | 294.12º | 0.4% | 0.25% | - |
| HSV(B) | 294.12º | 0.57% | 0.35% | - |
| XYZ | 6.32 | 4.12 | 10.14 | - |
| YUV | 58.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 39 | 90 | 0.06 | 0.57 | 0 | 0.65 | 294.12 | 0.4 | 0.25 |
| Hex | 55 | 27 | 5A | 6 | 39 | 0 | 41 | 126 | 28 | 19 |
| Octal | 125 | 47 | 132 | 6 | 71 | 0 | 101 | 446 | 50 | 31 |
| Binary | 1010101 | 100111 | 1011010 | 110 | 111001 | 0 | 1000001 | 100100110 | 101000 | 11001 |
Color Harmonies of #55275A
Complementary color
Monochromatic Colors of #55275A
Black with #55275A
Text Example
Text Example
White with #55275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55275A; }
p { color: rgb(85,39,90); }
H1.HeaderClassName
{
color: #55275A;
}
.AnyTagClassName
{
color: #55275A;
}
</style>
background-color css
<style>
a { background-color: #55275A; }
a { background-color: rgb(85,39,90); }
div.DivClassName
{
background-color: #55275A;
}
.BgClassName
{
background-color: #55275A;
}
</style>
border-color css
<style>
span { border-color: #55275A; }
span { border-color: rgb(85,39,90); }
td.TdClassName
{
border-color: #55275A;
}
.TagClassName
{
border-color: #55275A;
}
</style>