Shades of Purple Heart #5D27BF
Tints of Purple Heart #5D27BF
RGB
CMYK
RGB Variations
Color information
#5D27BF (or 0x5D27BF) is known color: Purple Heart. HEX triplet: 5D, 27 and BF. RGB value is (93,39,191). Sum of RGB (Red+Green+Blue) = 93+39+191=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D27BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D27BF is #A2D840. Grayscale: #474747. Windows color (decimal): -10672193 or 12527453. OLE color: 12527453.
HSL color Cylindrical-coordinate representation of color #5D27BF: hue angle of 261.32º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D27BF is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 39 | 191 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.25 |
| HSL | 261.32º | 0.66% | 0.45% | - |
| HSV(B) | 261.32º | 0.8% | 0.75% | - |
| XYZ | 14.64 | 7.54 | 49.97 | - |
| YUV | 72.47 | 194.89 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 39 | 191 | 0.51 | 0.80 | 0 | 0.25 | 261.32 | 0.66 | 0.45 |
| Hex | 5D | 27 | BF | 33 | 50 | 0 | 19 | 105 | 42 | 2D |
| Octal | 135 | 47 | 277 | 63 | 120 | 0 | 31 | 405 | 102 | 55 |
| Binary | 1011101 | 100111 | 10111111 | 110011 | 1010000 | 0 | 11001 | 100000101 | 1000010 | 101101 |
Color Harmonies of #5D27BF
Complementary color
Monochromatic Colors of #5D27BF
Black with #5D27BF
Text Example
Text Example
White with #5D27BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D27BF; }
p { color: rgb(93,39,191); }
H1.HeaderClassName
{
color: #5D27BF;
}
.AnyTagClassName
{
color: #5D27BF;
}
</style>
background-color css
<style>
a { background-color: #5D27BF; }
a { background-color: rgb(93,39,191); }
div.DivClassName
{
background-color: #5D27BF;
}
.BgClassName
{
background-color: #5D27BF;
}
</style>
border-color css
<style>
span { border-color: #5D27BF; }
span { border-color: rgb(93,39,191); }
td.TdClassName
{
border-color: #5D27BF;
}
.TagClassName
{
border-color: #5D27BF;
}
</style>