Shades of Purple Heart #5B2EAF
Tints of Purple Heart #5B2EAF
RGB
CMYK
RGB Variations
Color information
#5B2EAF (or 0x5B2EAF) is known color: Purple Heart. HEX triplet: 5B, 2E and AF. RGB value is (91,46,175). Sum of RGB (Red+Green+Blue) = 91+46+175=312 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.17% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B2EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2EAF is #A4D150. Grayscale: #494949. Windows color (decimal): -10801489 or 11480667. OLE color: 11480667.
HSL color Cylindrical-coordinate representation of color #5B2EAF: hue angle of 260.93º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B2EAF is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 46 | 175 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.31 |
| HSL | 260.93º | 0.58% | 0.43% | - |
| HSV(B) | 260.93º | 0.74% | 0.69% | - |
| XYZ | 13.03 | 7.27 | 41.27 | - |
| YUV | 74.16 | 184.91 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 46 | 175 | 0.48 | 0.74 | 0 | 0.31 | 260.93 | 0.58 | 0.43 |
| Hex | 5B | 2E | AF | 30 | 4A | 0 | 1F | 105 | 3A | 2B |
| Octal | 133 | 56 | 257 | 60 | 112 | 0 | 37 | 405 | 72 | 53 |
| Binary | 1011011 | 101110 | 10101111 | 110000 | 1001010 | 0 | 11111 | 100000101 | 111010 | 101011 |
Color Harmonies of #5B2EAF
Complementary color
Monochromatic Colors of #5B2EAF
Black with #5B2EAF
Text Example
Text Example
White with #5B2EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2EAF; }
p { color: rgb(91,46,175); }
H1.HeaderClassName
{
color: #5B2EAF;
}
.AnyTagClassName
{
color: #5B2EAF;
}
</style>
background-color css
<style>
a { background-color: #5B2EAF; }
a { background-color: rgb(91,46,175); }
div.DivClassName
{
background-color: #5B2EAF;
}
.BgClassName
{
background-color: #5B2EAF;
}
</style>
border-color css
<style>
span { border-color: #5B2EAF; }
span { border-color: rgb(91,46,175); }
td.TdClassName
{
border-color: #5B2EAF;
}
.TagClassName
{
border-color: #5B2EAF;
}
</style>