Shades of Hot Purple #55065F
Tints of Hot Purple #55065F
RGB
CMYK
RGB Variations
Color information
#55065F (or 0x55065F) is known color: Hot Purple. HEX triplet: 55, 06 and 5F. RGB value is (85,6,95). Sum of RGB (Red+Green+Blue) = 85+6+95=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 95 (37.5% from 255 or 51.08% from 186); Max value from RGB is 95 - color contains mainly: blue. Hex color #55065F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55065F is #AAF9A0. Grayscale: #272727. Windows color (decimal): -11205025 or 6227541. OLE color: 6227541.
HSL color Cylindrical-coordinate representation of color #55065F: hue angle of 293.26º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55065F is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 6 | 95 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.63 |
| HSL | 293.26º | 0.88% | 0.2% | - |
| HSV(B) | 293.26º | 0.94% | 0.37% | - |
| XYZ | 5.88 | 2.89 | 11.07 | - |
| YUV | 39.77 | 159.17 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 95 | 0.11 | 0.94 | 0 | 0.63 | 293.26 | 0.88 | 0.2 |
| Hex | 55 | 6 | 5F | B | 5E | 0 | 3F | 125 | 58 | 14 |
| Octal | 125 | 6 | 137 | 13 | 136 | 0 | 77 | 445 | 130 | 24 |
| Binary | 1010101 | 110 | 1011111 | 1011 | 1011110 | 0 | 111111 | 100100101 | 1011000 | 10100 |
Color Harmonies of #55065F
Complementary color
Monochromatic Colors of #55065F
Black with #55065F
Text Example
Text Example
White with #55065F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55065F; }
p { color: rgb(85,6,95); }
H1.HeaderClassName
{
color: #55065F;
}
.AnyTagClassName
{
color: #55065F;
}
</style>
background-color css
<style>
a { background-color: #55065F; }
a { background-color: rgb(85,6,95); }
div.DivClassName
{
background-color: #55065F;
}
.BgClassName
{
background-color: #55065F;
}
</style>
border-color css
<style>
span { border-color: #55065F; }
span { border-color: rgb(85,6,95); }
td.TdClassName
{
border-color: #55065F;
}
.TagClassName
{
border-color: #55065F;
}
</style>