Shades of Purple Heart #7412CC
Tints of Purple Heart #7412CC
RGB
CMYK
RGB Variations
Color information
#7412CC (or 0x7412CC) is known color: Purple Heart. HEX triplet: 74, 12 and CC. RGB value is (116,18,204). Sum of RGB (Red+Green+Blue) = 116+18+204=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #7412CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7412CC is #8BED33. Grayscale: #434343. Windows color (decimal): -9170228 or 13374068. OLE color: 13374068.
HSL color Cylindrical-coordinate representation of color #7412CC: hue angle of 271.61º degrees, saturation: 0.84, 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 #7412CC is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 18 | 204 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.2 |
| HSL | 271.61º | 0.84% | 0.44% | - |
| HSV(B) | 271.61º | 0.91% | 0.8% | - |
| XYZ | 18.32 | 8.51 | 57.8 | - |
| YUV | 68.51 | 204.47 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 18 | 204 | 0.43 | 0.91 | 0 | 0.2 | 271.61 | 0.84 | 0.44 |
| Hex | 74 | 12 | CC | 2B | 5B | 0 | 14 | 110 | 54 | 2C |
| Octal | 164 | 22 | 314 | 53 | 133 | 0 | 24 | 420 | 124 | 54 |
| Binary | 1110100 | 10010 | 11001100 | 101011 | 1011011 | 0 | 10100 | 100010000 | 1010100 | 101100 |
Color Harmonies of #7412CC
Complementary color
Monochromatic Colors of #7412CC
Black with #7412CC
Text Example
Text Example
White with #7412CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7412CC; }
p { color: rgb(116,18,204); }
H1.HeaderClassName
{
color: #7412CC;
}
.AnyTagClassName
{
color: #7412CC;
}
</style>
background-color css
<style>
a { background-color: #7412CC; }
a { background-color: rgb(116,18,204); }
div.DivClassName
{
background-color: #7412CC;
}
.BgClassName
{
background-color: #7412CC;
}
</style>
border-color css
<style>
span { border-color: #7412CC; }
span { border-color: rgb(116,18,204); }
td.TdClassName
{
border-color: #7412CC;
}
.TagClassName
{
border-color: #7412CC;
}
</style>