Shades of Hot Purple #55365B
Tints of Hot Purple #55365B
RGB
CMYK
RGB Variations
Color information
#55365B (or 0x55365B) is known color: Hot Purple. HEX triplet: 55, 36 and 5B. RGB value is (85,54,91). Sum of RGB (Red+Green+Blue) = 85+54+91=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 91 - color contains mainly: blue. Hex color #55365B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55365B is #AAC9A4. Grayscale: #434343. Windows color (decimal): -11192741 or 5977685. OLE color: 5977685.
HSL color Cylindrical-coordinate representation of color #55365B: hue angle of 290.27º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55365B is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 54 | 91 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.64 |
| HSL | 290.27º | 0.26% | 0.28% | - |
| HSV(B) | 290.27º | 0.41% | 0.36% | - |
| XYZ | 6.95 | 5.32 | 10.56 | - |
| YUV | 67.49 | 141.27 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 91 | 0.07 | 0.41 | 0 | 0.64 | 290.27 | 0.26 | 0.28 |
| Hex | 55 | 36 | 5B | 7 | 29 | 0 | 40 | 122 | 1A | 1C |
| Octal | 125 | 66 | 133 | 7 | 51 | 0 | 100 | 442 | 32 | 34 |
| Binary | 1010101 | 110110 | 1011011 | 111 | 101001 | 0 | 1000000 | 100100010 | 11010 | 11100 |
Color Harmonies of #55365B
Complementary color
Monochromatic Colors of #55365B
Black with #55365B
Text Example
Text Example
White with #55365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55365B; }
p { color: rgb(85,54,91); }
H1.HeaderClassName
{
color: #55365B;
}
.AnyTagClassName
{
color: #55365B;
}
</style>
background-color css
<style>
a { background-color: #55365B; }
a { background-color: rgb(85,54,91); }
div.DivClassName
{
background-color: #55365B;
}
.BgClassName
{
background-color: #55365B;
}
</style>
border-color css
<style>
span { border-color: #55365B; }
span { border-color: rgb(85,54,91); }
td.TdClassName
{
border-color: #55365B;
}
.TagClassName
{
border-color: #55365B;
}
</style>