Shades of Purple Heart #5A0BB8
Tints of Purple Heart #5A0BB8
RGB
CMYK
RGB Variations
Color information
#5A0BB8 (or 0x5A0BB8) is known color: Purple Heart. HEX triplet: 5A, 0B and B8. RGB value is (90,11,184). Sum of RGB (Red+Green+Blue) = 90+11+184=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 184 (72.27% from 255 or 64.56% from 285); Max value from RGB is 184 - color contains mainly: blue. Hex color #5A0BB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0BB8 is #A5F447. Grayscale: #353535. Windows color (decimal): -10875976 or 12061530. OLE color: 12061530.
HSL color Cylindrical-coordinate representation of color #5A0BB8: hue angle of 267.4º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0BB8 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 11 | 184 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.28 |
| HSL | 267.4º | 0.89% | 0.38% | - |
| HSV(B) | 267.4º | 0.94% | 0.72% | - |
| XYZ | 12.99 | 5.87 | 45.8 | - |
| YUV | 54.34 | 201.17 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 11 | 184 | 0.51 | 0.94 | 0 | 0.28 | 267.4 | 0.89 | 0.38 |
| Hex | 5A | B | B8 | 33 | 5E | 0 | 1C | 10B | 59 | 26 |
| Octal | 132 | 13 | 270 | 63 | 136 | 0 | 34 | 413 | 131 | 46 |
| Binary | 1011010 | 1011 | 10111000 | 110011 | 1011110 | 0 | 11100 | 100001011 | 1011001 | 100110 |
Color Harmonies of #5A0BB8
Complementary color
Monochromatic Colors of #5A0BB8
Black with #5A0BB8
Text Example
Text Example
White with #5A0BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0BB8; }
p { color: rgb(90,11,184); }
H1.HeaderClassName
{
color: #5A0BB8;
}
.AnyTagClassName
{
color: #5A0BB8;
}
</style>
background-color css
<style>
a { background-color: #5A0BB8; }
a { background-color: rgb(90,11,184); }
div.DivClassName
{
background-color: #5A0BB8;
}
.BgClassName
{
background-color: #5A0BB8;
}
</style>
border-color css
<style>
span { border-color: #5A0BB8; }
span { border-color: rgb(90,11,184); }
td.TdClassName
{
border-color: #5A0BB8;
}
.TagClassName
{
border-color: #5A0BB8;
}
</style>