Shades of Hot Purple #55145C
Tints of Hot Purple #55145C
RGB
CMYK
RGB Variations
Color information
#55145C (or 0x55145C) is known color: Hot Purple. HEX triplet: 55, 14 and 5C. RGB value is (85,20,92). Sum of RGB (Red+Green+Blue) = 85+20+92=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #55145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55145C is #AAEBA3. Grayscale: #2F2F2F. Windows color (decimal): -11201444 or 6034517. OLE color: 6034517.
HSL color Cylindrical-coordinate representation of color #55145C: hue angle of 294.17º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55145C is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 20 | 92 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.64 |
| HSL | 294.17º | 0.64% | 0.22% | - |
| HSV(B) | 294.17º | 0.78% | 0.36% | - |
| XYZ | 5.93 | 3.2 | 10.43 | - |
| YUV | 47.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 92 | 0.08 | 0.78 | 0 | 0.64 | 294.17 | 0.64 | 0.22 |
| Hex | 55 | 14 | 5C | 8 | 4E | 0 | 40 | 126 | 40 | 16 |
| Octal | 125 | 24 | 134 | 10 | 116 | 0 | 100 | 446 | 100 | 26 |
| Binary | 1010101 | 10100 | 1011100 | 1000 | 1001110 | 0 | 1000000 | 100100110 | 1000000 | 10110 |
Color Harmonies of #55145C
Complementary color
Monochromatic Colors of #55145C
Black with #55145C
Text Example
Text Example
White with #55145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55145C; }
p { color: rgb(85,20,92); }
H1.HeaderClassName
{
color: #55145C;
}
.AnyTagClassName
{
color: #55145C;
}
</style>
background-color css
<style>
a { background-color: #55145C; }
a { background-color: rgb(85,20,92); }
div.DivClassName
{
background-color: #55145C;
}
.BgClassName
{
background-color: #55145C;
}
</style>
border-color css
<style>
span { border-color: #55145C; }
span { border-color: rgb(85,20,92); }
td.TdClassName
{
border-color: #55145C;
}
.TagClassName
{
border-color: #55145C;
}
</style>