Shades of Purple Heart #7412CB
Tints of Purple Heart #7412CB
RGB
CMYK
RGB Variations
Color information
#7412CB (or 0x7412CB) is known color: Purple Heart. HEX triplet: 74, 12 and CB. RGB value is (116,18,203). Sum of RGB (Red+Green+Blue) = 116+18+203=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #7412CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7412CB is #8BED34. Grayscale: #434343. Windows color (decimal): -9170229 or 13308532. OLE color: 13308532.
HSL color Cylindrical-coordinate representation of color #7412CB: hue angle of 271.78º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7412CB is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 18 | 203 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.20 |
| HSL | 271.78º | 0.84% | 0.43% | - |
| HSV(B) | 271.78º | 0.91% | 0.8% | - |
| XYZ | 18.2 | 8.46 | 57.17 | - |
| YUV | 68.39 | 203.97 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 18 | 203 | 0.43 | 0.91 | 0 | 0.20 | 271.78 | 0.84 | 0.43 |
| Hex | 74 | 12 | CB | 2B | 5B | 0 | 14 | 110 | 54 | 2B |
| Octal | 164 | 22 | 313 | 53 | 133 | 0 | 24 | 420 | 124 | 53 |
| Binary | 1110100 | 10010 | 11001011 | 101011 | 1011011 | 0 | 10100 | 100010000 | 1010100 | 101011 |
Color Harmonies of #7412CB
Complementary color
Monochromatic Colors of #7412CB
Black with #7412CB
Text Example
Text Example
White with #7412CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7412CB; }
p { color: rgb(116,18,203); }
H1.HeaderClassName
{
color: #7412CB;
}
.AnyTagClassName
{
color: #7412CB;
}
</style>
background-color css
<style>
a { background-color: #7412CB; }
a { background-color: rgb(116,18,203); }
div.DivClassName
{
background-color: #7412CB;
}
.BgClassName
{
background-color: #7412CB;
}
</style>
border-color css
<style>
span { border-color: #7412CB; }
span { border-color: rgb(116,18,203); }
td.TdClassName
{
border-color: #7412CB;
}
.TagClassName
{
border-color: #7412CB;
}
</style>