Shades of Purple Heart #5B3BAF
Tints of Purple Heart #5B3BAF
RGB
CMYK
RGB Variations
Color information
#5B3BAF (or 0x5B3BAF) is known color: Purple Heart. HEX triplet: 5B, 3B and AF. RGB value is (91,59,175). Sum of RGB (Red+Green+Blue) = 91+59+175=325 (43% of max value = 765). Red value is 91 (35.94% from 255 or 28% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B3BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3BAF is #A4C450. Grayscale: #515151. Windows color (decimal): -10798161 or 11483995. OLE color: 11483995.
HSL color Cylindrical-coordinate representation of color #5B3BAF: hue angle of 256.55º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B3BAF is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 59 | 175 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.31 |
| HSL | 256.55º | 0.5% | 0.46% | - |
| HSV(B) | 256.55º | 0.66% | 0.69% | - |
| XYZ | 13.62 | 8.45 | 41.47 | - |
| YUV | 81.79 | 180.6 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 59 | 175 | 0.48 | 0.66 | 0 | 0.31 | 256.55 | 0.5 | 0.46 |
| Hex | 5B | 3B | AF | 30 | 42 | 0 | 1F | 101 | 32 | 2E |
| Octal | 133 | 73 | 257 | 60 | 102 | 0 | 37 | 401 | 62 | 56 |
| Binary | 1011011 | 111011 | 10101111 | 110000 | 1000010 | 0 | 11111 | 100000001 | 110010 | 101110 |
Color Harmonies of #5B3BAF
Complementary color
Monochromatic Colors of #5B3BAF
Black with #5B3BAF
Text Example
Text Example
White with #5B3BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3BAF; }
p { color: rgb(91,59,175); }
H1.HeaderClassName
{
color: #5B3BAF;
}
.AnyTagClassName
{
color: #5B3BAF;
}
</style>
background-color css
<style>
a { background-color: #5B3BAF; }
a { background-color: rgb(91,59,175); }
div.DivClassName
{
background-color: #5B3BAF;
}
.BgClassName
{
background-color: #5B3BAF;
}
</style>
border-color css
<style>
span { border-color: #5B3BAF; }
span { border-color: rgb(91,59,175); }
td.TdClassName
{
border-color: #5B3BAF;
}
.TagClassName
{
border-color: #5B3BAF;
}
</style>