Shades of Purple Heart #751DCF
Tints of Purple Heart #751DCF
RGB
CMYK
RGB Variations
Color information
#751DCF (or 0x751DCF) is known color: Purple Heart. HEX triplet: 75, 1D and CF. RGB value is (117,29,207). Sum of RGB (Red+Green+Blue) = 117+29+207=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #751DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751DCF is #8AE230. Grayscale: #4A4A4A. Windows color (decimal): -9101873 or 13573493. OLE color: 13573493.
HSL color Cylindrical-coordinate representation of color #751DCF: hue angle of 269.66º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751DCF is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 29 | 207 | - |
| CMYK | 0.43 | 0.86 | 0 | 0.19 |
| HSL | 269.66º | 0.75% | 0.46% | - |
| HSV(B) | 269.66º | 0.86% | 0.81% | - |
| XYZ | 19.04 | 9.17 | 59.8 | - |
| YUV | 75.6 | 202.15 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 207 | 0.43 | 0.86 | 0 | 0.19 | 269.66 | 0.75 | 0.46 |
| Hex | 75 | 1D | CF | 2B | 56 | 0 | 13 | 10E | 4B | 2E |
| Octal | 165 | 35 | 317 | 53 | 126 | 0 | 23 | 416 | 113 | 56 |
| Binary | 1110101 | 11101 | 11001111 | 101011 | 1010110 | 0 | 10011 | 100001110 | 1001011 | 101110 |
Color Harmonies of #751DCF
Complementary color
Monochromatic Colors of #751DCF
Black with #751DCF
Text Example
Text Example
White with #751DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751DCF; }
p { color: rgb(117,29,207); }
H1.HeaderClassName
{
color: #751DCF;
}
.AnyTagClassName
{
color: #751DCF;
}
</style>
background-color css
<style>
a { background-color: #751DCF; }
a { background-color: rgb(117,29,207); }
div.DivClassName
{
background-color: #751DCF;
}
.BgClassName
{
background-color: #751DCF;
}
</style>
border-color css
<style>
span { border-color: #751DCF; }
span { border-color: rgb(117,29,207); }
td.TdClassName
{
border-color: #751DCF;
}
.TagClassName
{
border-color: #751DCF;
}
</style>