Shades of Purple Heart #5B28AD
Tints of Purple Heart #5B28AD
RGB
CMYK
RGB Variations
Color information
#5B28AD (or 0x5B28AD) is known color: Purple Heart. HEX triplet: 5B, 28 and AD. RGB value is (91,40,173). Sum of RGB (Red+Green+Blue) = 91+40+173=304 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.93% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B28AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B28AD is #A4D752. Grayscale: #454545. Windows color (decimal): -10803027 or 11348059. OLE color: 11348059.
HSL color Cylindrical-coordinate representation of color #5B28AD: hue angle of 263.01º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B28AD is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 40 | 173 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.32 |
| HSL | 263.01º | 0.62% | 0.42% | - |
| HSV(B) | 263.01º | 0.77% | 0.68% | - |
| XYZ | 12.62 | 6.76 | 40.17 | - |
| YUV | 70.41 | 185.9 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 40 | 173 | 0.47 | 0.77 | 0 | 0.32 | 263.01 | 0.62 | 0.42 |
| Hex | 5B | 28 | AD | 2F | 4D | 0 | 20 | 107 | 3E | 2A |
| Octal | 133 | 50 | 255 | 57 | 115 | 0 | 40 | 407 | 76 | 52 |
| Binary | 1011011 | 101000 | 10101101 | 101111 | 1001101 | 0 | 100000 | 100000111 | 111110 | 101010 |
Color Harmonies of #5B28AD
Complementary color
Monochromatic Colors of #5B28AD
Black with #5B28AD
Text Example
Text Example
White with #5B28AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B28AD; }
p { color: rgb(91,40,173); }
H1.HeaderClassName
{
color: #5B28AD;
}
.AnyTagClassName
{
color: #5B28AD;
}
</style>
background-color css
<style>
a { background-color: #5B28AD; }
a { background-color: rgb(91,40,173); }
div.DivClassName
{
background-color: #5B28AD;
}
.BgClassName
{
background-color: #5B28AD;
}
</style>
border-color css
<style>
span { border-color: #5B28AD; }
span { border-color: rgb(91,40,173); }
td.TdClassName
{
border-color: #5B28AD;
}
.TagClassName
{
border-color: #5B28AD;
}
</style>