Shades of Hot Purple #55065A
Tints of Hot Purple #55065A
RGB
CMYK
RGB Variations
Color information
#55065A (or 0x55065A) is known color: Hot Purple. HEX triplet: 55, 06 and 5A. RGB value is (85,6,90). Sum of RGB (Red+Green+Blue) = 85+6+90=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #55065A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55065A is #AAF9A5. Grayscale: #262626. Windows color (decimal): -11205030 or 5899861. OLE color: 5899861.
HSL color Cylindrical-coordinate representation of color #55065A: hue angle of 296.43º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55065A is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 6 | 90 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.65 |
| HSL | 296.43º | 0.88% | 0.19% | - |
| HSV(B) | 296.43º | 0.93% | 0.35% | - |
| XYZ | 5.66 | 2.8 | 9.92 | - |
| YUV | 39.2 | 156.67 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 90 | 0.06 | 0.93 | 0 | 0.65 | 296.43 | 0.88 | 0.19 |
| Hex | 55 | 6 | 5A | 6 | 5D | 0 | 41 | 128 | 58 | 13 |
| Octal | 125 | 6 | 132 | 6 | 135 | 0 | 101 | 450 | 130 | 23 |
| Binary | 1010101 | 110 | 1011010 | 110 | 1011101 | 0 | 1000001 | 100101000 | 1011000 | 10011 |
Color Harmonies of #55065A
Complementary color
Monochromatic Colors of #55065A
Black with #55065A
Text Example
Text Example
White with #55065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55065A; }
p { color: rgb(85,6,90); }
H1.HeaderClassName
{
color: #55065A;
}
.AnyTagClassName
{
color: #55065A;
}
</style>
background-color css
<style>
a { background-color: #55065A; }
a { background-color: rgb(85,6,90); }
div.DivClassName
{
background-color: #55065A;
}
.BgClassName
{
background-color: #55065A;
}
</style>
border-color css
<style>
span { border-color: #55065A; }
span { border-color: rgb(85,6,90); }
td.TdClassName
{
border-color: #55065A;
}
.TagClassName
{
border-color: #55065A;
}
</style>