Shades of Purple Heart #5502B8
Tints of Purple Heart #5502B8
RGB
CMYK
RGB Variations
Color information
#5502B8 (or 0x5502B8) is known color: Purple Heart. HEX triplet: 55, 02 and B8. RGB value is (85,2,184). Sum of RGB (Red+Green+Blue) = 85+2+184=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 184 (72.27% from 255 or 67.90% from 271); Max value from RGB is 184 - color contains mainly: blue. Hex color #5502B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5502B8 is #AAFD47. Grayscale: #2E2E2E. Windows color (decimal): -11205960 or 12059221. OLE color: 12059221.
HSL color Cylindrical-coordinate representation of color #5502B8: hue angle of 267.36º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5502B8 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 2 | 184 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.28 |
| HSL | 267.36º | 0.98% | 0.36% | - |
| HSV(B) | 267.36º | 0.99% | 0.72% | - |
| XYZ | 12.42 | 5.44 | 45.74 | - |
| YUV | 47.57 | 205 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 184 | 0.54 | 0.99 | 0 | 0.28 | 267.36 | 0.98 | 0.36 |
| Hex | 55 | 2 | B8 | 36 | 63 | 0 | 1C | 10B | 62 | 24 |
| Octal | 125 | 2 | 270 | 66 | 143 | 0 | 34 | 413 | 142 | 44 |
| Binary | 1010101 | 10 | 10111000 | 110110 | 1100011 | 0 | 11100 | 100001011 | 1100010 | 100100 |
Color Harmonies of #5502B8
Complementary color
Monochromatic Colors of #5502B8
Black with #5502B8
Text Example
Text Example
White with #5502B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5502B8; }
p { color: rgb(85,2,184); }
H1.HeaderClassName
{
color: #5502B8;
}
.AnyTagClassName
{
color: #5502B8;
}
</style>
background-color css
<style>
a { background-color: #5502B8; }
a { background-color: rgb(85,2,184); }
div.DivClassName
{
background-color: #5502B8;
}
.BgClassName
{
background-color: #5502B8;
}
</style>
border-color css
<style>
span { border-color: #5502B8; }
span { border-color: rgb(85,2,184); }
td.TdClassName
{
border-color: #5502B8;
}
.TagClassName
{
border-color: #5502B8;
}
</style>