Shades of Hot Purple #552A5D
Tints of Hot Purple #552A5D
RGB
CMYK
RGB Variations
Color information
#552A5D (or 0x552A5D) is known color: Hot Purple. HEX triplet: 55, 2A and 5D. RGB value is (85,42,93). Sum of RGB (Red+Green+Blue) = 85+42+93=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 93 - color contains mainly: blue. Hex color #552A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552A5D is #AAD5A2. Grayscale: #3C3C3C. Windows color (decimal): -11195811 or 6105685. OLE color: 6105685.
HSL color Cylindrical-coordinate representation of color #552A5D: hue angle of 290.59º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #552A5D is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 42 | 93 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.64 |
| HSL | 290.59º | 0.38% | 0.26% | - |
| HSV(B) | 290.59º | 0.55% | 0.36% | - |
| XYZ | 6.55 | 4.38 | 10.86 | - |
| YUV | 60.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 93 | 0.09 | 0.55 | 0 | 0.64 | 290.59 | 0.38 | 0.26 |
| Hex | 55 | 2A | 5D | 9 | 37 | 0 | 40 | 123 | 26 | 1A |
| Octal | 125 | 52 | 135 | 11 | 67 | 0 | 100 | 443 | 46 | 32 |
| Binary | 1010101 | 101010 | 1011101 | 1001 | 110111 | 0 | 1000000 | 100100011 | 100110 | 11010 |
Color Harmonies of #552A5D
Complementary color
Monochromatic Colors of #552A5D
Black with #552A5D
Text Example
Text Example
White with #552A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552A5D; }
p { color: rgb(85,42,93); }
H1.HeaderClassName
{
color: #552A5D;
}
.AnyTagClassName
{
color: #552A5D;
}
</style>
background-color css
<style>
a { background-color: #552A5D; }
a { background-color: rgb(85,42,93); }
div.DivClassName
{
background-color: #552A5D;
}
.BgClassName
{
background-color: #552A5D;
}
</style>
border-color css
<style>
span { border-color: #552A5D; }
span { border-color: rgb(85,42,93); }
td.TdClassName
{
border-color: #552A5D;
}
.TagClassName
{
border-color: #552A5D;
}
</style>