Shades of Hot Purple #55045B
Tints of Hot Purple #55045B
RGB
CMYK
RGB Variations
Color information
#55045B (or 0x55045B) is known color: Hot Purple. HEX triplet: 55, 04 and 5B. RGB value is (85,4,91). Sum of RGB (Red+Green+Blue) = 85+4+91=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #55045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55045B is #AAFBA4. Grayscale: #252525. Windows color (decimal): -11205541 or 5964885. OLE color: 5964885.
HSL color Cylindrical-coordinate representation of color #55045B: hue angle of 295.86º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55045B is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 4 | 91 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.64 |
| HSL | 295.86º | 0.92% | 0.19% | - |
| HSV(B) | 295.86º | 0.96% | 0.36% | - |
| XYZ | 5.68 | 2.77 | 10.13 | - |
| YUV | 38.14 | 157.84 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 91 | 0.07 | 0.96 | 0 | 0.64 | 295.86 | 0.92 | 0.19 |
| Hex | 55 | 4 | 5B | 7 | 60 | 0 | 40 | 128 | 5C | 13 |
| Octal | 125 | 4 | 133 | 7 | 140 | 0 | 100 | 450 | 134 | 23 |
| Binary | 1010101 | 100 | 1011011 | 111 | 1100000 | 0 | 1000000 | 100101000 | 1011100 | 10011 |
Color Harmonies of #55045B
Complementary color
Monochromatic Colors of #55045B
Black with #55045B
Text Example
Text Example
White with #55045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55045B; }
p { color: rgb(85,4,91); }
H1.HeaderClassName
{
color: #55045B;
}
.AnyTagClassName
{
color: #55045B;
}
</style>
background-color css
<style>
a { background-color: #55045B; }
a { background-color: rgb(85,4,91); }
div.DivClassName
{
background-color: #55045B;
}
.BgClassName
{
background-color: #55045B;
}
</style>
border-color css
<style>
span { border-color: #55045B; }
span { border-color: rgb(85,4,91); }
td.TdClassName
{
border-color: #55045B;
}
.TagClassName
{
border-color: #55045B;
}
</style>