Shades of Purple Heart #5B26AD
Tints of Purple Heart #5B26AD
RGB
CMYK
RGB Variations
Color information
#5B26AD (or 0x5B26AD) is known color: Purple Heart. HEX triplet: 5B, 26 and AD. RGB value is (91,38,173). Sum of RGB (Red+Green+Blue) = 91+38+173=302 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.13% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B26AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B26AD is #A4D952. Grayscale: #444444. Windows color (decimal): -10803539 or 11347547. OLE color: 11347547.
HSL color Cylindrical-coordinate representation of color #5B26AD: hue angle of 263.56º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B26AD is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 38 | 173 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.32 |
| HSL | 263.56º | 0.64% | 0.41% | - |
| HSV(B) | 263.56º | 0.78% | 0.68% | - |
| XYZ | 12.55 | 6.63 | 40.15 | - |
| YUV | 69.24 | 186.56 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 38 | 173 | 0.47 | 0.78 | 0 | 0.32 | 263.56 | 0.64 | 0.41 |
| Hex | 5B | 26 | AD | 2F | 4E | 0 | 20 | 108 | 40 | 29 |
| Octal | 133 | 46 | 255 | 57 | 116 | 0 | 40 | 410 | 100 | 51 |
| Binary | 1011011 | 100110 | 10101101 | 101111 | 1001110 | 0 | 100000 | 100001000 | 1000000 | 101001 |
Color Harmonies of #5B26AD
Complementary color
Monochromatic Colors of #5B26AD
Black with #5B26AD
Text Example
Text Example
White with #5B26AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B26AD; }
p { color: rgb(91,38,173); }
H1.HeaderClassName
{
color: #5B26AD;
}
.AnyTagClassName
{
color: #5B26AD;
}
</style>
background-color css
<style>
a { background-color: #5B26AD; }
a { background-color: rgb(91,38,173); }
div.DivClassName
{
background-color: #5B26AD;
}
.BgClassName
{
background-color: #5B26AD;
}
</style>
border-color css
<style>
span { border-color: #5B26AD; }
span { border-color: rgb(91,38,173); }
td.TdClassName
{
border-color: #5B26AD;
}
.TagClassName
{
border-color: #5B26AD;
}
</style>