Shades of Purple Heart #7413CE
Tints of Purple Heart #7413CE
RGB
CMYK
RGB Variations
Color information
#7413CE (or 0x7413CE) is known color: Purple Heart. HEX triplet: 74, 13 and CE. RGB value is (116,19,206). Sum of RGB (Red+Green+Blue) = 116+19+206=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #7413CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7413CE is #8BEC31. Grayscale: #444444. Windows color (decimal): -9169970 or 13505396. OLE color: 13505396.
HSL color Cylindrical-coordinate representation of color #7413CE: hue angle of 271.12º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7413CE is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 19 | 206 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.19 |
| HSL | 271.12º | 0.83% | 0.44% | - |
| HSV(B) | 271.12º | 0.91% | 0.81% | - |
| XYZ | 18.58 | 8.63 | 59.08 | - |
| YUV | 69.32 | 205.14 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 206 | 0.44 | 0.91 | 0 | 0.19 | 271.12 | 0.83 | 0.44 |
| Hex | 74 | 13 | CE | 2C | 5B | 0 | 13 | 10F | 53 | 2C |
| Octal | 164 | 23 | 316 | 54 | 133 | 0 | 23 | 417 | 123 | 54 |
| Binary | 1110100 | 10011 | 11001110 | 101100 | 1011011 | 0 | 10011 | 100001111 | 1010011 | 101100 |
Color Harmonies of #7413CE
Complementary color
Monochromatic Colors of #7413CE
Black with #7413CE
Text Example
Text Example
White with #7413CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7413CE; }
p { color: rgb(116,19,206); }
H1.HeaderClassName
{
color: #7413CE;
}
.AnyTagClassName
{
color: #7413CE;
}
</style>
background-color css
<style>
a { background-color: #7413CE; }
a { background-color: rgb(116,19,206); }
div.DivClassName
{
background-color: #7413CE;
}
.BgClassName
{
background-color: #7413CE;
}
</style>
border-color css
<style>
span { border-color: #7413CE; }
span { border-color: rgb(116,19,206); }
td.TdClassName
{
border-color: #7413CE;
}
.TagClassName
{
border-color: #7413CE;
}
</style>