Shades of Hot Purple #55385A
Tints of Hot Purple #55385A
RGB
CMYK
RGB Variations
Color information
#55385A (or 0x55385A) is known color: Hot Purple. HEX triplet: 55, 38 and 5A. RGB value is (85,56,90). Sum of RGB (Red+Green+Blue) = 85+56+90=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 90 - color contains mainly: blue. Hex color #55385A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55385A is #AAC7A5. Grayscale: #444444. Windows color (decimal): -11192230 or 5912661. OLE color: 5912661.
HSL color Cylindrical-coordinate representation of color #55385A: hue angle of 291.18º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55385A is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 56 | 90 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.65 |
| HSL | 291.18º | 0.23% | 0.29% | - |
| HSV(B) | 291.18º | 0.38% | 0.35% | - |
| XYZ | 7.01 | 5.5 | 10.36 | - |
| YUV | 68.55 | 140.11 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 90 | 0.06 | 0.38 | 0 | 0.65 | 291.18 | 0.23 | 0.29 |
| Hex | 55 | 38 | 5A | 6 | 26 | 0 | 41 | 123 | 17 | 1D |
| Octal | 125 | 70 | 132 | 6 | 46 | 0 | 101 | 443 | 27 | 35 |
| Binary | 1010101 | 111000 | 1011010 | 110 | 100110 | 0 | 1000001 | 100100011 | 10111 | 11101 |
Color Harmonies of #55385A
Complementary color
Monochromatic Colors of #55385A
Black with #55385A
Text Example
Text Example
White with #55385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55385A; }
p { color: rgb(85,56,90); }
H1.HeaderClassName
{
color: #55385A;
}
.AnyTagClassName
{
color: #55385A;
}
</style>
background-color css
<style>
a { background-color: #55385A; }
a { background-color: rgb(85,56,90); }
div.DivClassName
{
background-color: #55385A;
}
.BgClassName
{
background-color: #55385A;
}
</style>
border-color css
<style>
span { border-color: #55385A; }
span { border-color: rgb(85,56,90); }
td.TdClassName
{
border-color: #55385A;
}
.TagClassName
{
border-color: #55385A;
}
</style>