Shades of Hot Purple #55255D
Tints of Hot Purple #55255D
RGB
CMYK
RGB Variations
Color information
#55255D (or 0x55255D) is known color: Hot Purple. HEX triplet: 55, 25 and 5D. RGB value is (85,37,93). Sum of RGB (Red+Green+Blue) = 85+37+93=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 93 - color contains mainly: blue. Hex color #55255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55255D is #AADAA2. Grayscale: #393939. Windows color (decimal): -11197091 or 6104405. OLE color: 6104405.
HSL color Cylindrical-coordinate representation of color #55255D: hue angle of 291.43º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55255D is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 37 | 93 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.64 |
| HSL | 291.43º | 0.43% | 0.25% | - |
| HSV(B) | 291.43º | 0.6% | 0.36% | - |
| XYZ | 6.38 | 4.04 | 10.8 | - |
| YUV | 57.74 | 147.9 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 93 | 0.09 | 0.60 | 0 | 0.64 | 291.43 | 0.43 | 0.25 |
| Hex | 55 | 25 | 5D | 9 | 3C | 0 | 40 | 123 | 2B | 19 |
| Octal | 125 | 45 | 135 | 11 | 74 | 0 | 100 | 443 | 53 | 31 |
| Binary | 1010101 | 100101 | 1011101 | 1001 | 111100 | 0 | 1000000 | 100100011 | 101011 | 11001 |
Color Harmonies of #55255D
Complementary color
Monochromatic Colors of #55255D
Black with #55255D
Text Example
Text Example
White with #55255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55255D; }
p { color: rgb(85,37,93); }
H1.HeaderClassName
{
color: #55255D;
}
.AnyTagClassName
{
color: #55255D;
}
</style>
background-color css
<style>
a { background-color: #55255D; }
a { background-color: rgb(85,37,93); }
div.DivClassName
{
background-color: #55255D;
}
.BgClassName
{
background-color: #55255D;
}
</style>
border-color css
<style>
span { border-color: #55255D; }
span { border-color: rgb(85,37,93); }
td.TdClassName
{
border-color: #55255D;
}
.TagClassName
{
border-color: #55255D;
}
</style>