Shades of Hot Purple #55045C
Tints of Hot Purple #55045C
RGB
CMYK
RGB Variations
Color information
#55045C (or 0x55045C) is known color: Hot Purple. HEX triplet: 55, 04 and 5C. RGB value is (85,4,92). Sum of RGB (Red+Green+Blue) = 85+4+92=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #55045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55045C is #AAFBA3. Grayscale: #252525. Windows color (decimal): -11205540 or 6030421. OLE color: 6030421.
HSL color Cylindrical-coordinate representation of color #55045C: hue angle of 295.23º 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 #55045C is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 4 | 92 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.64 |
| HSL | 295.23º | 0.92% | 0.19% | - |
| HSV(B) | 295.23º | 0.96% | 0.36% | - |
| XYZ | 5.72 | 2.79 | 10.36 | - |
| YUV | 38.25 | 158.34 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 92 | 0.08 | 0.96 | 0 | 0.64 | 295.23 | 0.92 | 0.19 |
| Hex | 55 | 4 | 5C | 8 | 60 | 0 | 40 | 127 | 5C | 13 |
| Octal | 125 | 4 | 134 | 10 | 140 | 0 | 100 | 447 | 134 | 23 |
| Binary | 1010101 | 100 | 1011100 | 1000 | 1100000 | 0 | 1000000 | 100100111 | 1011100 | 10011 |
Color Harmonies of #55045C
Complementary color
Monochromatic Colors of #55045C
Black with #55045C
Text Example
Text Example
White with #55045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55045C; }
p { color: rgb(85,4,92); }
H1.HeaderClassName
{
color: #55045C;
}
.AnyTagClassName
{
color: #55045C;
}
</style>
background-color css
<style>
a { background-color: #55045C; }
a { background-color: rgb(85,4,92); }
div.DivClassName
{
background-color: #55045C;
}
.BgClassName
{
background-color: #55045C;
}
</style>
border-color css
<style>
span { border-color: #55045C; }
span { border-color: rgb(85,4,92); }
td.TdClassName
{
border-color: #55045C;
}
.TagClassName
{
border-color: #55045C;
}
</style>