Shades of Purple Heart #5D0CBF
Tints of Purple Heart #5D0CBF
RGB
CMYK
RGB Variations
Color information
#5D0CBF (or 0x5D0CBF) is known color: Purple Heart. HEX triplet: 5D, 0C and BF. RGB value is (93,12,191). Sum of RGB (Red+Green+Blue) = 93+12+191=296 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.42% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D0CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0CBF is #A2F340. Grayscale: #373737. Windows color (decimal): -10679105 or 12520541. OLE color: 12520541.
HSL color Cylindrical-coordinate representation of color #5D0CBF: hue angle of 267.15º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D0CBF is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 12 | 191 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.25 |
| HSL | 267.15º | 0.88% | 0.4% | - |
| HSV(B) | 267.15º | 0.94% | 0.75% | - |
| XYZ | 14.05 | 6.35 | 49.78 | - |
| YUV | 56.63 | 203.84 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 12 | 191 | 0.51 | 0.94 | 0 | 0.25 | 267.15 | 0.88 | 0.4 |
| Hex | 5D | C | BF | 33 | 5E | 0 | 19 | 10B | 58 | 28 |
| Octal | 135 | 14 | 277 | 63 | 136 | 0 | 31 | 413 | 130 | 50 |
| Binary | 1011101 | 1100 | 10111111 | 110011 | 1011110 | 0 | 11001 | 100001011 | 1011000 | 101000 |
Color Harmonies of #5D0CBF
Complementary color
Monochromatic Colors of #5D0CBF
Black with #5D0CBF
Text Example
Text Example
White with #5D0CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0CBF; }
p { color: rgb(93,12,191); }
H1.HeaderClassName
{
color: #5D0CBF;
}
.AnyTagClassName
{
color: #5D0CBF;
}
</style>
background-color css
<style>
a { background-color: #5D0CBF; }
a { background-color: rgb(93,12,191); }
div.DivClassName
{
background-color: #5D0CBF;
}
.BgClassName
{
background-color: #5D0CBF;
}
</style>
border-color css
<style>
span { border-color: #5D0CBF; }
span { border-color: rgb(93,12,191); }
td.TdClassName
{
border-color: #5D0CBF;
}
.TagClassName
{
border-color: #5D0CBF;
}
</style>