Shades of Purple Heart #552AB5
Tints of Purple Heart #552AB5
RGB
CMYK
RGB Variations
Color information
#552AB5 (or 0x552AB5) is known color: Purple Heart. HEX triplet: 55, 2A and B5. RGB value is (85,42,181). Sum of RGB (Red+Green+Blue) = 85+42+181=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 181 (71.09% from 255 or 58.77% from 308); Max value from RGB is 181 - color contains mainly: blue. Hex color #552AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552AB5 is #AAD54A. Grayscale: #464646. Windows color (decimal): -11195723 or 11872853. OLE color: 11872853.
HSL color Cylindrical-coordinate representation of color #552AB5: hue angle of 258.56º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #552AB5 is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 42 | 181 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.29 |
| HSL | 258.56º | 0.62% | 0.44% | - |
| HSV(B) | 258.56º | 0.77% | 0.71% | - |
| XYZ | 12.91 | 6.92 | 44.37 | - |
| YUV | 70.7 | 190.25 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 181 | 0.53 | 0.77 | 0 | 0.29 | 258.56 | 0.62 | 0.44 |
| Hex | 55 | 2A | B5 | 35 | 4D | 0 | 1D | 103 | 3E | 2C |
| Octal | 125 | 52 | 265 | 65 | 115 | 0 | 35 | 403 | 76 | 54 |
| Binary | 1010101 | 101010 | 10110101 | 110101 | 1001101 | 0 | 11101 | 100000011 | 111110 | 101100 |
Color Harmonies of #552AB5
Complementary color
Monochromatic Colors of #552AB5
Black with #552AB5
Text Example
Text Example
White with #552AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552AB5; }
p { color: rgb(85,42,181); }
H1.HeaderClassName
{
color: #552AB5;
}
.AnyTagClassName
{
color: #552AB5;
}
</style>
background-color css
<style>
a { background-color: #552AB5; }
a { background-color: rgb(85,42,181); }
div.DivClassName
{
background-color: #552AB5;
}
.BgClassName
{
background-color: #552AB5;
}
</style>
border-color css
<style>
span { border-color: #552AB5; }
span { border-color: rgb(85,42,181); }
td.TdClassName
{
border-color: #552AB5;
}
.TagClassName
{
border-color: #552AB5;
}
</style>