Shades of Purple Heart #7022DA
Tints of Purple Heart #7022DA
RGB
CMYK
RGB Variations
Color information
#7022DA (or 0x7022DA) is known color: Purple Heart. HEX triplet: 70, 22 and DA. RGB value is (112,34,218). Sum of RGB (Red+Green+Blue) = 112+34+218=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #7022DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7022DA is #8FDD25. Grayscale: #4D4D4D. Windows color (decimal): -9428262 or 14295664. OLE color: 14295664.
HSL color Cylindrical-coordinate representation of color #7022DA: hue angle of 265.43º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7022DA is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 34 | 218 | - |
| CMYK | 0.49 | 0.84 | 0 | 0.15 |
| HSL | 265.43º | 0.73% | 0.49% | - |
| HSV(B) | 265.43º | 0.84% | 0.85% | - |
| XYZ | 19.91 | 9.65 | 67.14 | - |
| YUV | 78.3 | 206.84 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 34 | 218 | 0.49 | 0.84 | 0 | 0.15 | 265.43 | 0.73 | 0.49 |
| Hex | 70 | 22 | DA | 31 | 54 | 0 | F | 109 | 49 | 31 |
| Octal | 160 | 42 | 332 | 61 | 124 | 0 | 17 | 411 | 111 | 61 |
| Binary | 1110000 | 100010 | 11011010 | 110001 | 1010100 | 0 | 1111 | 100001001 | 1001001 | 110001 |
Color Harmonies of #7022DA
Complementary color
Monochromatic Colors of #7022DA
Black with #7022DA
Text Example
Text Example
White with #7022DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7022DA; }
p { color: rgb(112,34,218); }
H1.HeaderClassName
{
color: #7022DA;
}
.AnyTagClassName
{
color: #7022DA;
}
</style>
background-color css
<style>
a { background-color: #7022DA; }
a { background-color: rgb(112,34,218); }
div.DivClassName
{
background-color: #7022DA;
}
.BgClassName
{
background-color: #7022DA;
}
</style>
border-color css
<style>
span { border-color: #7022DA; }
span { border-color: rgb(112,34,218); }
td.TdClassName
{
border-color: #7022DA;
}
.TagClassName
{
border-color: #7022DA;
}
</style>