Shades of Purple Heart #7410CF
Tints of Purple Heart #7410CF
RGB
CMYK
RGB Variations
Color information
#7410CF (or 0x7410CF) is known color: Purple Heart. HEX triplet: 74, 10 and CF. RGB value is (116,16,207). Sum of RGB (Red+Green+Blue) = 116+16+207=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #7410CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7410CF is #8BEF30. Grayscale: #434343. Windows color (decimal): -9170737 or 13570164. OLE color: 13570164.
HSL color Cylindrical-coordinate representation of color #7410CF: hue angle of 271.41º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7410CF is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 16 | 207 | - |
| CMYK | 0.44 | 0.92 | 0 | 0.19 |
| HSL | 271.41º | 0.86% | 0.44% | - |
| HSV(B) | 271.41º | 0.92% | 0.81% | - |
| XYZ | 18.65 | 8.59 | 59.71 | - |
| YUV | 67.67 | 206.63 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 16 | 207 | 0.44 | 0.92 | 0 | 0.19 | 271.41 | 0.86 | 0.44 |
| Hex | 74 | 10 | CF | 2C | 5C | 0 | 13 | 10F | 56 | 2C |
| Octal | 164 | 20 | 317 | 54 | 134 | 0 | 23 | 417 | 126 | 54 |
| Binary | 1110100 | 10000 | 11001111 | 101100 | 1011100 | 0 | 10011 | 100001111 | 1010110 | 101100 |
Color Harmonies of #7410CF
Complementary color
Monochromatic Colors of #7410CF
Black with #7410CF
Text Example
Text Example
White with #7410CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7410CF; }
p { color: rgb(116,16,207); }
H1.HeaderClassName
{
color: #7410CF;
}
.AnyTagClassName
{
color: #7410CF;
}
</style>
background-color css
<style>
a { background-color: #7410CF; }
a { background-color: rgb(116,16,207); }
div.DivClassName
{
background-color: #7410CF;
}
.BgClassName
{
background-color: #7410CF;
}
</style>
border-color css
<style>
span { border-color: #7410CF; }
span { border-color: rgb(116,16,207); }
td.TdClassName
{
border-color: #7410CF;
}
.TagClassName
{
border-color: #7410CF;
}
</style>