Shades of Purple Heart #702AD9
Tints of Purple Heart #702AD9
RGB
CMYK
RGB Variations
Color information
#702AD9 (or 0x702AD9) is known color: Purple Heart. HEX triplet: 70, 2A and D9. RGB value is (112,42,217). Sum of RGB (Red+Green+Blue) = 112+42+217=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 217 (85.16% from 255 or 58.49% from 371); Max value from RGB is 217 - color contains mainly: blue. Hex color #702AD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702AD9 is #8FD526. Grayscale: #525252. Windows color (decimal): -9426215 or 14232176. OLE color: 14232176.
HSL color Cylindrical-coordinate representation of color #702AD9: hue angle of 264º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #702AD9 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 42 | 217 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.15 |
| HSL | 264º | 0.7% | 0.51% | - |
| HSV(B) | 264º | 0.81% | 0.85% | - |
| XYZ | 20.03 | 10.11 | 66.54 | - |
| YUV | 82.88 | 203.69 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 217 | 0.48 | 0.81 | 0 | 0.15 | 264 | 0.7 | 0.51 |
| Hex | 70 | 2A | D9 | 30 | 51 | 0 | F | 108 | 46 | 33 |
| Octal | 160 | 52 | 331 | 60 | 121 | 0 | 17 | 410 | 106 | 63 |
| Binary | 1110000 | 101010 | 11011001 | 110000 | 1010001 | 0 | 1111 | 100001000 | 1000110 | 110011 |
Color Harmonies of #702AD9
Complementary color
Monochromatic Colors of #702AD9
Black with #702AD9
Text Example
Text Example
White with #702AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702AD9; }
p { color: rgb(112,42,217); }
H1.HeaderClassName
{
color: #702AD9;
}
.AnyTagClassName
{
color: #702AD9;
}
</style>
background-color css
<style>
a { background-color: #702AD9; }
a { background-color: rgb(112,42,217); }
div.DivClassName
{
background-color: #702AD9;
}
.BgClassName
{
background-color: #702AD9;
}
</style>
border-color css
<style>
span { border-color: #702AD9; }
span { border-color: rgb(112,42,217); }
td.TdClassName
{
border-color: #702AD9;
}
.TagClassName
{
border-color: #702AD9;
}
</style>