Shades of Purple Heart #5B2FBD
Tints of Purple Heart #5B2FBD
RGB
CMYK
RGB Variations
Color information
#5B2FBD (or 0x5B2FBD) is known color: Purple Heart. HEX triplet: 5B, 2F and BD. RGB value is (91,47,189). Sum of RGB (Red+Green+Blue) = 91+47+189=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #5B2FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2FBD is #A4D042. Grayscale: #4B4B4B. Windows color (decimal): -10801219 or 12398427. OLE color: 12398427.
HSL color Cylindrical-coordinate representation of color #5B2FBD: hue angle of 258.59º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B2FBD is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 47 | 189 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.26 |
| HSL | 258.59º | 0.6% | 0.46% | - |
| HSV(B) | 258.59º | 0.75% | 0.74% | - |
| XYZ | 14.52 | 7.93 | 48.91 | - |
| YUV | 76.34 | 191.58 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 47 | 189 | 0.52 | 0.75 | 0 | 0.26 | 258.59 | 0.6 | 0.46 |
| Hex | 5B | 2F | BD | 34 | 4B | 0 | 1A | 103 | 3C | 2E |
| Octal | 133 | 57 | 275 | 64 | 113 | 0 | 32 | 403 | 74 | 56 |
| Binary | 1011011 | 101111 | 10111101 | 110100 | 1001011 | 0 | 11010 | 100000011 | 111100 | 101110 |
Color Harmonies of #5B2FBD
Complementary color
Monochromatic Colors of #5B2FBD
Black with #5B2FBD
Text Example
Text Example
White with #5B2FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2FBD; }
p { color: rgb(91,47,189); }
H1.HeaderClassName
{
color: #5B2FBD;
}
.AnyTagClassName
{
color: #5B2FBD;
}
</style>
background-color css
<style>
a { background-color: #5B2FBD; }
a { background-color: rgb(91,47,189); }
div.DivClassName
{
background-color: #5B2FBD;
}
.BgClassName
{
background-color: #5B2FBD;
}
</style>
border-color css
<style>
span { border-color: #5B2FBD; }
span { border-color: rgb(91,47,189); }
td.TdClassName
{
border-color: #5B2FBD;
}
.TagClassName
{
border-color: #5B2FBD;
}
</style>