Shades of Purple Heart #7A42D1
Tints of Purple Heart #7A42D1
RGB
CMYK
RGB Variations
Color information
#7A42D1 (or 0x7A42D1) is known color: Purple Heart. HEX triplet: 7A, 42 and D1. RGB value is (122,66,209). Sum of RGB (Red+Green+Blue) = 122+66+209=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 209 (82.03% from 255 or 52.64% from 397); Max value from RGB is 209 - color contains mainly: blue. Hex color #7A42D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A42D1 is #85BD2E. Grayscale: #626262. Windows color (decimal): -8764719 or 13714042. OLE color: 13714042.
HSL color Cylindrical-coordinate representation of color #7A42D1: hue angle of 263.5º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A42D1 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 66 | 209 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.18 |
| HSL | 263.5º | 0.61% | 0.54% | - |
| HSV(B) | 263.5º | 0.68% | 0.82% | - |
| XYZ | 21.48 | 12.64 | 61.63 | - |
| YUV | 99.05 | 190.05 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 66 | 209 | 0.42 | 0.68 | 0 | 0.18 | 263.5 | 0.61 | 0.54 |
| Hex | 7A | 42 | D1 | 2A | 44 | 0 | 12 | 107 | 3D | 36 |
| Octal | 172 | 102 | 321 | 52 | 104 | 0 | 22 | 407 | 75 | 66 |
| Binary | 1111010 | 1000010 | 11010001 | 101010 | 1000100 | 0 | 10010 | 100000111 | 111101 | 110110 |
Color Harmonies of #7A42D1
Complementary color
Monochromatic Colors of #7A42D1
Black with #7A42D1
Text Example
Text Example
White with #7A42D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A42D1; }
p { color: rgb(122,66,209); }
H1.HeaderClassName
{
color: #7A42D1;
}
.AnyTagClassName
{
color: #7A42D1;
}
</style>
background-color css
<style>
a { background-color: #7A42D1; }
a { background-color: rgb(122,66,209); }
div.DivClassName
{
background-color: #7A42D1;
}
.BgClassName
{
background-color: #7A42D1;
}
</style>
border-color css
<style>
span { border-color: #7A42D1; }
span { border-color: rgb(122,66,209); }
td.TdClassName
{
border-color: #7A42D1;
}
.TagClassName
{
border-color: #7A42D1;
}
</style>