Shades of Hot Purple #55155A
Tints of Hot Purple #55155A
RGB
CMYK
RGB Variations
Color information
#55155A (or 0x55155A) is known color: Hot Purple. HEX triplet: 55, 15 and 5A. RGB value is (85,21,90). Sum of RGB (Red+Green+Blue) = 85+21+90=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #55155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55155A is #AAEAA5. Grayscale: #2F2F2F. Windows color (decimal): -11201190 or 5903701. OLE color: 5903701.
HSL color Cylindrical-coordinate representation of color #55155A: hue angle of 295.65º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55155A is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 21 | 90 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.65 |
| HSL | 295.65º | 0.62% | 0.22% | - |
| HSV(B) | 295.65º | 0.77% | 0.35% | - |
| XYZ | 5.86 | 3.21 | 9.98 | - |
| YUV | 48 | 151.7 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 90 | 0.06 | 0.77 | 0 | 0.65 | 295.65 | 0.62 | 0.22 |
| Hex | 55 | 15 | 5A | 6 | 4D | 0 | 41 | 128 | 3E | 16 |
| Octal | 125 | 25 | 132 | 6 | 115 | 0 | 101 | 450 | 76 | 26 |
| Binary | 1010101 | 10101 | 1011010 | 110 | 1001101 | 0 | 1000001 | 100101000 | 111110 | 10110 |
Color Harmonies of #55155A
Complementary color
Monochromatic Colors of #55155A
Black with #55155A
Text Example
Text Example
White with #55155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55155A; }
p { color: rgb(85,21,90); }
H1.HeaderClassName
{
color: #55155A;
}
.AnyTagClassName
{
color: #55155A;
}
</style>
background-color css
<style>
a { background-color: #55155A; }
a { background-color: rgb(85,21,90); }
div.DivClassName
{
background-color: #55155A;
}
.BgClassName
{
background-color: #55155A;
}
</style>
border-color css
<style>
span { border-color: #55155A; }
span { border-color: rgb(85,21,90); }
td.TdClassName
{
border-color: #55155A;
}
.TagClassName
{
border-color: #55155A;
}
</style>