Shades of Purple Heart #5D12C9
Tints of Purple Heart #5D12C9
RGB
CMYK
RGB Variations
Color information
#5D12C9 (or 0x5D12C9) is known color: Purple Heart. HEX triplet: 5D, 12 and C9. RGB value is (93,18,201). Sum of RGB (Red+Green+Blue) = 93+18+201=312 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.81% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 201 (78.91% from 255 or 64.42% from 312); Max value from RGB is 201 - color contains mainly: blue. Hex color #5D12C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D12C9 is #A2ED36. Grayscale: #3C3C3C. Windows color (decimal): -10677559 or 13177437. OLE color: 13177437.
HSL color Cylindrical-coordinate representation of color #5D12C9: hue angle of 264.59º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D12C9 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 18 | 201 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.21 |
| HSL | 264.59º | 0.84% | 0.43% | - |
| HSV(B) | 264.59º | 0.91% | 0.79% | - |
| XYZ | 15.27 | 6.98 | 55.8 | - |
| YUV | 61.29 | 206.85 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 18 | 201 | 0.54 | 0.91 | 0 | 0.21 | 264.59 | 0.84 | 0.43 |
| Hex | 5D | 12 | C9 | 36 | 5B | 0 | 15 | 109 | 54 | 2B |
| Octal | 135 | 22 | 311 | 66 | 133 | 0 | 25 | 411 | 124 | 53 |
| Binary | 1011101 | 10010 | 11001001 | 110110 | 1011011 | 0 | 10101 | 100001001 | 1010100 | 101011 |
Color Harmonies of #5D12C9
Complementary color
Monochromatic Colors of #5D12C9
Black with #5D12C9
Text Example
Text Example
White with #5D12C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D12C9; }
p { color: rgb(93,18,201); }
H1.HeaderClassName
{
color: #5D12C9;
}
.AnyTagClassName
{
color: #5D12C9;
}
</style>
background-color css
<style>
a { background-color: #5D12C9; }
a { background-color: rgb(93,18,201); }
div.DivClassName
{
background-color: #5D12C9;
}
.BgClassName
{
background-color: #5D12C9;
}
</style>
border-color css
<style>
span { border-color: #5D12C9; }
span { border-color: rgb(93,18,201); }
td.TdClassName
{
border-color: #5D12C9;
}
.TagClassName
{
border-color: #5D12C9;
}
</style>