Shades of Hot Purple #55045A
Tints of Hot Purple #55045A
RGB
CMYK
RGB Variations
Color information
#55045A (or 0x55045A) is known color: Hot Purple. HEX triplet: 55, 04 and 5A. RGB value is (85,4,90). Sum of RGB (Red+Green+Blue) = 85+4+90=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #55045A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55045A is #AAFBA5. Grayscale: #252525. Windows color (decimal): -11205542 or 5899349. OLE color: 5899349.
HSL color Cylindrical-coordinate representation of color #55045A: hue angle of 296.51º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55045A is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 4 | 90 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.65 |
| HSL | 296.51º | 0.91% | 0.18% | - |
| HSV(B) | 296.51º | 0.96% | 0.35% | - |
| XYZ | 5.64 | 2.76 | 9.91 | - |
| YUV | 38.02 | 157.34 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 90 | 0.06 | 0.96 | 0 | 0.65 | 296.51 | 0.91 | 0.18 |
| Hex | 55 | 4 | 5A | 6 | 60 | 0 | 41 | 129 | 5B | 12 |
| Octal | 125 | 4 | 132 | 6 | 140 | 0 | 101 | 451 | 133 | 22 |
| Binary | 1010101 | 100 | 1011010 | 110 | 1100000 | 0 | 1000001 | 100101001 | 1011011 | 10010 |
Color Harmonies of #55045A
Complementary color
Monochromatic Colors of #55045A
Black with #55045A
Text Example
Text Example
White with #55045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55045A; }
p { color: rgb(85,4,90); }
H1.HeaderClassName
{
color: #55045A;
}
.AnyTagClassName
{
color: #55045A;
}
</style>
background-color css
<style>
a { background-color: #55045A; }
a { background-color: rgb(85,4,90); }
div.DivClassName
{
background-color: #55045A;
}
.BgClassName
{
background-color: #55045A;
}
</style>
border-color css
<style>
span { border-color: #55045A; }
span { border-color: rgb(85,4,90); }
td.TdClassName
{
border-color: #55045A;
}
.TagClassName
{
border-color: #55045A;
}
</style>