Shades of Hot Purple #55385D
Tints of Hot Purple #55385D
RGB
CMYK
RGB Variations
Color information
#55385D (or 0x55385D) is known color: Hot Purple. HEX triplet: 55, 38 and 5D. RGB value is (85,56,93). Sum of RGB (Red+Green+Blue) = 85+56+93=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 93 - color contains mainly: blue. Hex color #55385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55385D is #AAC7A2. Grayscale: #444444. Windows color (decimal): -11192227 or 6109269. OLE color: 6109269.
HSL color Cylindrical-coordinate representation of color #55385D: hue angle of 287.03º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55385D is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 56 | 93 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.64 |
| HSL | 287.03º | 0.25% | 0.29% | - |
| HSV(B) | 287.03º | 0.4% | 0.36% | - |
| XYZ | 7.14 | 5.55 | 11.05 | - |
| YUV | 68.89 | 141.61 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 93 | 0.09 | 0.40 | 0 | 0.64 | 287.03 | 0.25 | 0.29 |
| Hex | 55 | 38 | 5D | 9 | 28 | 0 | 40 | 11F | 19 | 1D |
| Octal | 125 | 70 | 135 | 11 | 50 | 0 | 100 | 437 | 31 | 35 |
| Binary | 1010101 | 111000 | 1011101 | 1001 | 101000 | 0 | 1000000 | 100011111 | 11001 | 11101 |
Color Harmonies of #55385D
Complementary color
Monochromatic Colors of #55385D
Black with #55385D
Text Example
Text Example
White with #55385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55385D; }
p { color: rgb(85,56,93); }
H1.HeaderClassName
{
color: #55385D;
}
.AnyTagClassName
{
color: #55385D;
}
</style>
background-color css
<style>
a { background-color: #55385D; }
a { background-color: rgb(85,56,93); }
div.DivClassName
{
background-color: #55385D;
}
.BgClassName
{
background-color: #55385D;
}
</style>
border-color css
<style>
span { border-color: #55385D; }
span { border-color: rgb(85,56,93); }
td.TdClassName
{
border-color: #55385D;
}
.TagClassName
{
border-color: #55385D;
}
</style>