Shades of Purple Heart #7515D1
Tints of Purple Heart #7515D1
RGB
CMYK
RGB Variations
Color information
#7515D1 (or 0x7515D1) is known color: Purple Heart. HEX triplet: 75, 15 and D1. RGB value is (117,21,209). Sum of RGB (Red+Green+Blue) = 117+21+209=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 209 (82.03% from 255 or 60.23% from 347); Max value from RGB is 209 - color contains mainly: blue. Hex color #7515D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7515D1 is #8AEA2E. Grayscale: #464646. Windows color (decimal): -9103919 or 13702517. OLE color: 13702517.
HSL color Cylindrical-coordinate representation of color #7515D1: hue angle of 270.64º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7515D1 is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 21 | 209 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.18 |
| HSL | 270.64º | 0.82% | 0.45% | - |
| HSV(B) | 270.64º | 0.9% | 0.82% | - |
| XYZ | 19.11 | 8.92 | 61.04 | - |
| YUV | 71.14 | 205.8 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 21 | 209 | 0.44 | 0.90 | 0 | 0.18 | 270.64 | 0.82 | 0.45 |
| Hex | 75 | 15 | D1 | 2C | 5A | 0 | 12 | 10F | 52 | 2D |
| Octal | 165 | 25 | 321 | 54 | 132 | 0 | 22 | 417 | 122 | 55 |
| Binary | 1110101 | 10101 | 11010001 | 101100 | 1011010 | 0 | 10010 | 100001111 | 1010010 | 101101 |
Color Harmonies of #7515D1
Complementary color
Monochromatic Colors of #7515D1
Black with #7515D1
Text Example
Text Example
White with #7515D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7515D1; }
p { color: rgb(117,21,209); }
H1.HeaderClassName
{
color: #7515D1;
}
.AnyTagClassName
{
color: #7515D1;
}
</style>
background-color css
<style>
a { background-color: #7515D1; }
a { background-color: rgb(117,21,209); }
div.DivClassName
{
background-color: #7515D1;
}
.BgClassName
{
background-color: #7515D1;
}
</style>
border-color css
<style>
span { border-color: #7515D1; }
span { border-color: rgb(117,21,209); }
td.TdClassName
{
border-color: #7515D1;
}
.TagClassName
{
border-color: #7515D1;
}
</style>