Shades of Hot Purple #55125A
Tints of Hot Purple #55125A
RGB
CMYK
RGB Variations
Color information
#55125A (or 0x55125A) is known color: Hot Purple. HEX triplet: 55, 12 and 5A. RGB value is (85,18,90). Sum of RGB (Red+Green+Blue) = 85+18+90=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #55125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55125A is #AAEDA5. Grayscale: #2E2E2E. Windows color (decimal): -11201958 or 5902933. OLE color: 5902933.
HSL color Cylindrical-coordinate representation of color #55125A: hue angle of 295.83º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55125A is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 18 | 90 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.65 |
| HSL | 295.83º | 0.67% | 0.21% | - |
| HSV(B) | 295.83º | 0.8% | 0.35% | - |
| XYZ | 5.81 | 3.1 | 9.97 | - |
| YUV | 46.24 | 152.7 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 90 | 0.06 | 0.80 | 0 | 0.65 | 295.83 | 0.67 | 0.21 |
| Hex | 55 | 12 | 5A | 6 | 50 | 0 | 41 | 128 | 43 | 15 |
| Octal | 125 | 22 | 132 | 6 | 120 | 0 | 101 | 450 | 103 | 25 |
| Binary | 1010101 | 10010 | 1011010 | 110 | 1010000 | 0 | 1000001 | 100101000 | 1000011 | 10101 |
Color Harmonies of #55125A
Complementary color
Monochromatic Colors of #55125A
Black with #55125A
Text Example
Text Example
White with #55125A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55125A; }
p { color: rgb(85,18,90); }
H1.HeaderClassName
{
color: #55125A;
}
.AnyTagClassName
{
color: #55125A;
}
</style>
background-color css
<style>
a { background-color: #55125A; }
a { background-color: rgb(85,18,90); }
div.DivClassName
{
background-color: #55125A;
}
.BgClassName
{
background-color: #55125A;
}
</style>
border-color css
<style>
span { border-color: #55125A; }
span { border-color: rgb(85,18,90); }
td.TdClassName
{
border-color: #55125A;
}
.TagClassName
{
border-color: #55125A;
}
</style>