Shades of Purple Heart #5D27BA
Tints of Purple Heart #5D27BA
RGB
CMYK
RGB Variations
Color information
#5D27BA (or 0x5D27BA) is known color: Purple Heart. HEX triplet: 5D, 27 and BA. RGB value is (93,39,186). Sum of RGB (Red+Green+Blue) = 93+39+186=318 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.25% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D27BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D27BA is #A2D845. Grayscale: #474747. Windows color (decimal): -10672198 or 12199773. OLE color: 12199773.
HSL color Cylindrical-coordinate representation of color #5D27BA: hue angle of 262.04º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D27BA is Cyan = 0.5, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 39 | 186 | - |
| CMYK | 0.5 | 0.79 | 0 | 0.27 |
| HSL | 262.04º | 0.65% | 0.44% | - |
| HSV(B) | 262.04º | 0.79% | 0.73% | - |
| XYZ | 14.1 | 7.32 | 47.12 | - |
| YUV | 71.9 | 192.39 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 39 | 186 | 0.5 | 0.79 | 0 | 0.27 | 262.04 | 0.65 | 0.44 |
| Hex | 5D | 27 | BA | 32 | 4F | 0 | 1B | 106 | 41 | 2C |
| Octal | 135 | 47 | 272 | 62 | 117 | 0 | 33 | 406 | 101 | 54 |
| Binary | 1011101 | 100111 | 10111010 | 110010 | 1001111 | 0 | 11011 | 100000110 | 1000001 | 101100 |
Color Harmonies of #5D27BA
Complementary color
Monochromatic Colors of #5D27BA
Black with #5D27BA
Text Example
Text Example
White with #5D27BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D27BA; }
p { color: rgb(93,39,186); }
H1.HeaderClassName
{
color: #5D27BA;
}
.AnyTagClassName
{
color: #5D27BA;
}
</style>
background-color css
<style>
a { background-color: #5D27BA; }
a { background-color: rgb(93,39,186); }
div.DivClassName
{
background-color: #5D27BA;
}
.BgClassName
{
background-color: #5D27BA;
}
</style>
border-color css
<style>
span { border-color: #5D27BA; }
span { border-color: rgb(93,39,186); }
td.TdClassName
{
border-color: #5D27BA;
}
.TagClassName
{
border-color: #5D27BA;
}
</style>