Shades of Hot Purple #55245A
Tints of Hot Purple #55245A
RGB
CMYK
RGB Variations
Color information
#55245A (or 0x55245A) is known color: Hot Purple. HEX triplet: 55, 24 and 5A. RGB value is (85,36,90). Sum of RGB (Red+Green+Blue) = 85+36+90=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #55245A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55245A is #AADBA5. Grayscale: #383838. Windows color (decimal): -11197350 or 5907541. OLE color: 5907541.
HSL color Cylindrical-coordinate representation of color #55245A: hue angle of 294.44º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55245A is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 36 | 90 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.65 |
| HSL | 294.44º | 0.43% | 0.25% | - |
| HSV(B) | 294.44º | 0.6% | 0.35% | - |
| XYZ | 6.22 | 3.93 | 10.1 | - |
| YUV | 56.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 36 | 90 | 0.06 | 0.60 | 0 | 0.65 | 294.44 | 0.43 | 0.25 |
| Hex | 55 | 24 | 5A | 6 | 3C | 0 | 41 | 126 | 2B | 19 |
| Octal | 125 | 44 | 132 | 6 | 74 | 0 | 101 | 446 | 53 | 31 |
| Binary | 1010101 | 100100 | 1011010 | 110 | 111100 | 0 | 1000001 | 100100110 | 101011 | 11001 |
Color Harmonies of #55245A
Complementary color
Monochromatic Colors of #55245A
Black with #55245A
Text Example
Text Example
White with #55245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55245A; }
p { color: rgb(85,36,90); }
H1.HeaderClassName
{
color: #55245A;
}
.AnyTagClassName
{
color: #55245A;
}
</style>
background-color css
<style>
a { background-color: #55245A; }
a { background-color: rgb(85,36,90); }
div.DivClassName
{
background-color: #55245A;
}
.BgClassName
{
background-color: #55245A;
}
</style>
border-color css
<style>
span { border-color: #55245A; }
span { border-color: rgb(85,36,90); }
td.TdClassName
{
border-color: #55245A;
}
.TagClassName
{
border-color: #55245A;
}
</style>