Shades of Purple Heart #5D2BBF
Tints of Purple Heart #5D2BBF
RGB
CMYK
RGB Variations
Color information
#5D2BBF (or 0x5D2BBF) is known color: Purple Heart. HEX triplet: 5D, 2B and BF. RGB value is (93,43,191). Sum of RGB (Red+Green+Blue) = 93+43+191=327 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.44% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D2BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2BBF is #A2D440. Grayscale: #4A4A4A. Windows color (decimal): -10671169 or 12528477. OLE color: 12528477.
HSL color Cylindrical-coordinate representation of color #5D2BBF: hue angle of 260.27º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D2BBF is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 43 | 191 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.25 |
| HSL | 260.27º | 0.63% | 0.46% | - |
| HSV(B) | 260.27º | 0.77% | 0.75% | - |
| XYZ | 14.78 | 7.82 | 50.02 | - |
| YUV | 74.82 | 193.57 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 43 | 191 | 0.51 | 0.77 | 0 | 0.25 | 260.27 | 0.63 | 0.46 |
| Hex | 5D | 2B | BF | 33 | 4D | 0 | 19 | 104 | 3F | 2E |
| Octal | 135 | 53 | 277 | 63 | 115 | 0 | 31 | 404 | 77 | 56 |
| Binary | 1011101 | 101011 | 10111111 | 110011 | 1001101 | 0 | 11001 | 100000100 | 111111 | 101110 |
Color Harmonies of #5D2BBF
Complementary color
Monochromatic Colors of #5D2BBF
Black with #5D2BBF
Text Example
Text Example
White with #5D2BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2BBF; }
p { color: rgb(93,43,191); }
H1.HeaderClassName
{
color: #5D2BBF;
}
.AnyTagClassName
{
color: #5D2BBF;
}
</style>
background-color css
<style>
a { background-color: #5D2BBF; }
a { background-color: rgb(93,43,191); }
div.DivClassName
{
background-color: #5D2BBF;
}
.BgClassName
{
background-color: #5D2BBF;
}
</style>
border-color css
<style>
span { border-color: #5D2BBF; }
span { border-color: rgb(93,43,191); }
td.TdClassName
{
border-color: #5D2BBF;
}
.TagClassName
{
border-color: #5D2BBF;
}
</style>