Shades of Purple Heart #7512D0
Tints of Purple Heart #7512D0
RGB
CMYK
RGB Variations
Color information
#7512D0 (or 0x7512D0) is known color: Purple Heart. HEX triplet: 75, 12 and D0. RGB value is (117,18,208). Sum of RGB (Red+Green+Blue) = 117+18+208=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 208 (81.64% from 255 or 60.64% from 343); Max value from RGB is 208 - color contains mainly: blue. Hex color #7512D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7512D0 is #8AED2F. Grayscale: #444444. Windows color (decimal): -9104688 or 13636213. OLE color: 13636213.
HSL color Cylindrical-coordinate representation of color #7512D0: hue angle of 271.26º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7512D0 is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 18 | 208 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.18 |
| HSL | 271.26º | 0.84% | 0.44% | - |
| HSV(B) | 271.26º | 0.91% | 0.82% | - |
| XYZ | 18.94 | 8.77 | 60.37 | - |
| YUV | 69.26 | 206.3 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 18 | 208 | 0.44 | 0.91 | 0 | 0.18 | 271.26 | 0.84 | 0.44 |
| Hex | 75 | 12 | D0 | 2C | 5B | 0 | 12 | 10F | 54 | 2C |
| Octal | 165 | 22 | 320 | 54 | 133 | 0 | 22 | 417 | 124 | 54 |
| Binary | 1110101 | 10010 | 11010000 | 101100 | 1011011 | 0 | 10010 | 100001111 | 1010100 | 101100 |
Color Harmonies of #7512D0
Complementary color
Monochromatic Colors of #7512D0
Black with #7512D0
Text Example
Text Example
White with #7512D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7512D0; }
p { color: rgb(117,18,208); }
H1.HeaderClassName
{
color: #7512D0;
}
.AnyTagClassName
{
color: #7512D0;
}
</style>
background-color css
<style>
a { background-color: #7512D0; }
a { background-color: rgb(117,18,208); }
div.DivClassName
{
background-color: #7512D0;
}
.BgClassName
{
background-color: #7512D0;
}
</style>
border-color css
<style>
span { border-color: #7512D0; }
span { border-color: rgb(117,18,208); }
td.TdClassName
{
border-color: #7512D0;
}
.TagClassName
{
border-color: #7512D0;
}
</style>