Shades of Hot Purple #55135A
Tints of Hot Purple #55135A
RGB
CMYK
RGB Variations
Color information
#55135A (or 0x55135A) is known color: Hot Purple. HEX triplet: 55, 13 and 5A. RGB value is (85,19,90). Sum of RGB (Red+Green+Blue) = 85+19+90=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #55135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55135A is #AAECA5. Grayscale: #2E2E2E. Windows color (decimal): -11201702 or 5903189. OLE color: 5903189.
HSL color Cylindrical-coordinate representation of color #55135A: hue angle of 295.77º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55135A is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 19 | 90 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.65 |
| HSL | 295.77º | 0.65% | 0.21% | - |
| HSV(B) | 295.77º | 0.79% | 0.35% | - |
| XYZ | 5.82 | 3.14 | 9.97 | - |
| YUV | 46.83 | 152.37 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 90 | 0.06 | 0.79 | 0 | 0.65 | 295.77 | 0.65 | 0.21 |
| Hex | 55 | 13 | 5A | 6 | 4F | 0 | 41 | 128 | 41 | 15 |
| Octal | 125 | 23 | 132 | 6 | 117 | 0 | 101 | 450 | 101 | 25 |
| Binary | 1010101 | 10011 | 1011010 | 110 | 1001111 | 0 | 1000001 | 100101000 | 1000001 | 10101 |
Color Harmonies of #55135A
Complementary color
Monochromatic Colors of #55135A
Black with #55135A
Text Example
Text Example
White with #55135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55135A; }
p { color: rgb(85,19,90); }
H1.HeaderClassName
{
color: #55135A;
}
.AnyTagClassName
{
color: #55135A;
}
</style>
background-color css
<style>
a { background-color: #55135A; }
a { background-color: rgb(85,19,90); }
div.DivClassName
{
background-color: #55135A;
}
.BgClassName
{
background-color: #55135A;
}
</style>
border-color css
<style>
span { border-color: #55135A; }
span { border-color: rgb(85,19,90); }
td.TdClassName
{
border-color: #55135A;
}
.TagClassName
{
border-color: #55135A;
}
</style>