Shades of Purple Heart #5113CD
Tints of Purple Heart #5113CD
RGB
CMYK
RGB Variations
Color information
#5113CD (or 0x5113CD) is known color: Purple Heart. HEX triplet: 51, 13 and CD. RGB value is (81,19,205). Sum of RGB (Red+Green+Blue) = 81+19+205=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 205 (80.47% from 255 or 67.21% from 305); Max value from RGB is 205 - color contains mainly: blue. Hex color #5113CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5113CD is #AEEC32. Grayscale: #3A3A3A. Windows color (decimal): -11463731 or 13439825. OLE color: 13439825.
HSL color Cylindrical-coordinate representation of color #5113CD: hue angle of 260º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5113CD is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 19 | 205 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.20 |
| HSL | 260º | 0.83% | 0.44% | - |
| HSV(B) | 260º | 0.91% | 0.8% | - |
| XYZ | 14.65 | 6.62 | 58.26 | - |
| YUV | 58.74 | 210.54 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 19 | 205 | 0.60 | 0.91 | 0 | 0.20 | 260 | 0.83 | 0.44 |
| Hex | 51 | 13 | CD | 3C | 5B | 0 | 14 | 104 | 53 | 2C |
| Octal | 121 | 23 | 315 | 74 | 133 | 0 | 24 | 404 | 123 | 54 |
| Binary | 1010001 | 10011 | 11001101 | 111100 | 1011011 | 0 | 10100 | 100000100 | 1010011 | 101100 |
Color Harmonies of #5113CD
Complementary color
Monochromatic Colors of #5113CD
Black with #5113CD
Text Example
Text Example
White with #5113CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5113CD; }
p { color: rgb(81,19,205); }
H1.HeaderClassName
{
color: #5113CD;
}
.AnyTagClassName
{
color: #5113CD;
}
</style>
background-color css
<style>
a { background-color: #5113CD; }
a { background-color: rgb(81,19,205); }
div.DivClassName
{
background-color: #5113CD;
}
.BgClassName
{
background-color: #5113CD;
}
</style>
border-color css
<style>
span { border-color: #5113CD; }
span { border-color: rgb(81,19,205); }
td.TdClassName
{
border-color: #5113CD;
}
.TagClassName
{
border-color: #5113CD;
}
</style>