Shades of Purple Heart #7115CD
Tints of Purple Heart #7115CD
RGB
CMYK
RGB Variations
Color information
#7115CD (or 0x7115CD) is known color: Purple Heart. HEX triplet: 71, 15 and CD. RGB value is (113,21,205). Sum of RGB (Red+Green+Blue) = 113+21+205=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #7115CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7115CD is #8EEA32. Grayscale: #444444. Windows color (decimal): -9366067 or 13440369. OLE color: 13440369.
HSL color Cylindrical-coordinate representation of color #7115CD: hue angle of 270º 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 #7115CD is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 21 | 205 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.20 |
| HSL | 270º | 0.81% | 0.44% | - |
| HSV(B) | 270º | 0.9% | 0.8% | - |
| XYZ | 18.1 | 8.45 | 58.44 | - |
| YUV | 69.48 | 204.48 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 21 | 205 | 0.45 | 0.90 | 0 | 0.20 | 270 | 0.81 | 0.44 |
| Hex | 71 | 15 | CD | 2D | 5A | 0 | 14 | 10E | 51 | 2C |
| Octal | 161 | 25 | 315 | 55 | 132 | 0 | 24 | 416 | 121 | 54 |
| Binary | 1110001 | 10101 | 11001101 | 101101 | 1011010 | 0 | 10100 | 100001110 | 1010001 | 101100 |
Color Harmonies of #7115CD
Complementary color
Monochromatic Colors of #7115CD
Black with #7115CD
Text Example
Text Example
White with #7115CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7115CD; }
p { color: rgb(113,21,205); }
H1.HeaderClassName
{
color: #7115CD;
}
.AnyTagClassName
{
color: #7115CD;
}
</style>
background-color css
<style>
a { background-color: #7115CD; }
a { background-color: rgb(113,21,205); }
div.DivClassName
{
background-color: #7115CD;
}
.BgClassName
{
background-color: #7115CD;
}
</style>
border-color css
<style>
span { border-color: #7115CD; }
span { border-color: rgb(113,21,205); }
td.TdClassName
{
border-color: #7115CD;
}
.TagClassName
{
border-color: #7115CD;
}
</style>