Shades of Purple Heart #5115CD
Tints of Purple Heart #5115CD
RGB
CMYK
RGB Variations
Color information
#5115CD (or 0x5115CD) is known color: Purple Heart. HEX triplet: 51, 15 and CD. RGB value is (81,21,205). Sum of RGB (Red+Green+Blue) = 81+21+205=307 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.38% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 205 (80.47% from 255 or 66.78% from 307); Max value from RGB is 205 - color contains mainly: blue. Hex color #5115CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5115CD is #AEEA32. Grayscale: #3B3B3B. Windows color (decimal): -11463219 or 13440337. OLE color: 13440337.
HSL color Cylindrical-coordinate representation of color #5115CD: hue angle of 259.57º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5115CD is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 21 | 205 | - |
| CMYK | 0.60 | 0.90 | 0 | 0.20 |
| HSL | 259.57º | 0.81% | 0.44% | - |
| HSV(B) | 259.57º | 0.9% | 0.8% | - |
| XYZ | 14.68 | 6.69 | 58.28 | - |
| YUV | 59.92 | 209.88 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 205 | 0.60 | 0.90 | 0 | 0.20 | 259.57 | 0.81 | 0.44 |
| Hex | 51 | 15 | CD | 3C | 5A | 0 | 14 | 104 | 51 | 2C |
| Octal | 121 | 25 | 315 | 74 | 132 | 0 | 24 | 404 | 121 | 54 |
| Binary | 1010001 | 10101 | 11001101 | 111100 | 1011010 | 0 | 10100 | 100000100 | 1010001 | 101100 |
Color Harmonies of #5115CD
Complementary color
Monochromatic Colors of #5115CD
Black with #5115CD
Text Example
Text Example
White with #5115CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5115CD; }
p { color: rgb(81,21,205); }
H1.HeaderClassName
{
color: #5115CD;
}
.AnyTagClassName
{
color: #5115CD;
}
</style>
background-color css
<style>
a { background-color: #5115CD; }
a { background-color: rgb(81,21,205); }
div.DivClassName
{
background-color: #5115CD;
}
.BgClassName
{
background-color: #5115CD;
}
</style>
border-color css
<style>
span { border-color: #5115CD; }
span { border-color: rgb(81,21,205); }
td.TdClassName
{
border-color: #5115CD;
}
.TagClassName
{
border-color: #5115CD;
}
</style>