Shades of Purple Heart #5B3AAF
Tints of Purple Heart #5B3AAF
RGB
CMYK
RGB Variations
Color information
#5B3AAF (or 0x5B3AAF) is known color: Purple Heart. HEX triplet: 5B, 3A and AF. RGB value is (91,58,175). Sum of RGB (Red+Green+Blue) = 91+58+175=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B3AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3AAF is #A4C550. Grayscale: #505050. Windows color (decimal): -10798417 or 11483739. OLE color: 11483739.
HSL color Cylindrical-coordinate representation of color #5B3AAF: hue angle of 256.92º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B3AAF is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 58 | 175 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.31 |
| HSL | 256.92º | 0.5% | 0.46% | - |
| HSV(B) | 256.92º | 0.67% | 0.69% | - |
| XYZ | 13.57 | 8.35 | 41.45 | - |
| YUV | 81.21 | 180.93 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 58 | 175 | 0.48 | 0.67 | 0 | 0.31 | 256.92 | 0.5 | 0.46 |
| Hex | 5B | 3A | AF | 30 | 43 | 0 | 1F | 101 | 32 | 2E |
| Octal | 133 | 72 | 257 | 60 | 103 | 0 | 37 | 401 | 62 | 56 |
| Binary | 1011011 | 111010 | 10101111 | 110000 | 1000011 | 0 | 11111 | 100000001 | 110010 | 101110 |
Color Harmonies of #5B3AAF
Complementary color
Monochromatic Colors of #5B3AAF
Black with #5B3AAF
Text Example
Text Example
White with #5B3AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3AAF; }
p { color: rgb(91,58,175); }
H1.HeaderClassName
{
color: #5B3AAF;
}
.AnyTagClassName
{
color: #5B3AAF;
}
</style>
background-color css
<style>
a { background-color: #5B3AAF; }
a { background-color: rgb(91,58,175); }
div.DivClassName
{
background-color: #5B3AAF;
}
.BgClassName
{
background-color: #5B3AAF;
}
</style>
border-color css
<style>
span { border-color: #5B3AAF; }
span { border-color: rgb(91,58,175); }
td.TdClassName
{
border-color: #5B3AAF;
}
.TagClassName
{
border-color: #5B3AAF;
}
</style>