Shades of Purple Heart #7413CC
Tints of Purple Heart #7413CC
RGB
CMYK
RGB Variations
Color information
#7413CC (or 0x7413CC) is known color: Purple Heart. HEX triplet: 74, 13 and CC. RGB value is (116,19,204). Sum of RGB (Red+Green+Blue) = 116+19+204=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #7413CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7413CC is #8BEC33. Grayscale: #444444. Windows color (decimal): -9169972 or 13374324. OLE color: 13374324.
HSL color Cylindrical-coordinate representation of color #7413CC: hue angle of 271.46º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7413CC is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 19 | 204 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.2 |
| HSL | 271.46º | 0.83% | 0.44% | - |
| HSV(B) | 271.46º | 0.91% | 0.8% | - |
| XYZ | 18.33 | 8.54 | 57.81 | - |
| YUV | 69.09 | 204.14 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 204 | 0.43 | 0.91 | 0 | 0.2 | 271.46 | 0.83 | 0.44 |
| Hex | 74 | 13 | CC | 2B | 5B | 0 | 14 | 10F | 53 | 2C |
| Octal | 164 | 23 | 314 | 53 | 133 | 0 | 24 | 417 | 123 | 54 |
| Binary | 1110100 | 10011 | 11001100 | 101011 | 1011011 | 0 | 10100 | 100001111 | 1010011 | 101100 |
Color Harmonies of #7413CC
Complementary color
Monochromatic Colors of #7413CC
Black with #7413CC
Text Example
Text Example
White with #7413CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7413CC; }
p { color: rgb(116,19,204); }
H1.HeaderClassName
{
color: #7413CC;
}
.AnyTagClassName
{
color: #7413CC;
}
</style>
background-color css
<style>
a { background-color: #7413CC; }
a { background-color: rgb(116,19,204); }
div.DivClassName
{
background-color: #7413CC;
}
.BgClassName
{
background-color: #7413CC;
}
</style>
border-color css
<style>
span { border-color: #7413CC; }
span { border-color: rgb(116,19,204); }
td.TdClassName
{
border-color: #7413CC;
}
.TagClassName
{
border-color: #7413CC;
}
</style>