Shades of Purple Heart #5D12BD
Tints of Purple Heart #5D12BD
RGB
CMYK
RGB Variations
Color information
#5D12BD (or 0x5D12BD) is known color: Purple Heart. HEX triplet: 5D, 12 and BD. RGB value is (93,18,189). Sum of RGB (Red+Green+Blue) = 93+18+189=300 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 189 (74.22% from 255 or 63% from 300); Max value from RGB is 189 - color contains mainly: blue. Hex color #5D12BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D12BD is #A2ED42. Grayscale: #3B3B3B. Windows color (decimal): -10677571 or 12391005. OLE color: 12391005.
HSL color Cylindrical-coordinate representation of color #5D12BD: hue angle of 266.32º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D12BD is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 18 | 189 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.26 |
| HSL | 266.32º | 0.83% | 0.41% | - |
| HSV(B) | 266.32º | 0.9% | 0.74% | - |
| XYZ | 13.92 | 6.43 | 48.65 | - |
| YUV | 59.92 | 200.85 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 18 | 189 | 0.51 | 0.90 | 0 | 0.26 | 266.32 | 0.83 | 0.41 |
| Hex | 5D | 12 | BD | 33 | 5A | 0 | 1A | 10A | 53 | 29 |
| Octal | 135 | 22 | 275 | 63 | 132 | 0 | 32 | 412 | 123 | 51 |
| Binary | 1011101 | 10010 | 10111101 | 110011 | 1011010 | 0 | 11010 | 100001010 | 1010011 | 101001 |
Color Harmonies of #5D12BD
Complementary color
Monochromatic Colors of #5D12BD
Black with #5D12BD
Text Example
Text Example
White with #5D12BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D12BD; }
p { color: rgb(93,18,189); }
H1.HeaderClassName
{
color: #5D12BD;
}
.AnyTagClassName
{
color: #5D12BD;
}
</style>
background-color css
<style>
a { background-color: #5D12BD; }
a { background-color: rgb(93,18,189); }
div.DivClassName
{
background-color: #5D12BD;
}
.BgClassName
{
background-color: #5D12BD;
}
</style>
border-color css
<style>
span { border-color: #5D12BD; }
span { border-color: rgb(93,18,189); }
td.TdClassName
{
border-color: #5D12BD;
}
.TagClassName
{
border-color: #5D12BD;
}
</style>