Shades of Purple Heart #7022BE
Tints of Purple Heart #7022BE
RGB
CMYK
RGB Variations
Color information
#7022BE (or 0x7022BE) is known color: Purple Heart. HEX triplet: 70, 22 and BE. RGB value is (112,34,190). Sum of RGB (Red+Green+Blue) = 112+34+190=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #7022BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7022BE is #8FDD41. Grayscale: #4A4A4A. Windows color (decimal): -9428290 or 12460656. OLE color: 12460656.
HSL color Cylindrical-coordinate representation of color #7022BE: hue angle of 270º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7022BE is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 34 | 190 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.25 |
| HSL | 270º | 0.7% | 0.44% | - |
| HSV(B) | 270º | 0.82% | 0.75% | - |
| XYZ | 16.55 | 8.31 | 49.45 | - |
| YUV | 75.11 | 192.84 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 34 | 190 | 0.41 | 0.82 | 0 | 0.25 | 270 | 0.7 | 0.44 |
| Hex | 70 | 22 | BE | 29 | 52 | 0 | 19 | 10E | 46 | 2C |
| Octal | 160 | 42 | 276 | 51 | 122 | 0 | 31 | 416 | 106 | 54 |
| Binary | 1110000 | 100010 | 10111110 | 101001 | 1010010 | 0 | 11001 | 100001110 | 1000110 | 101100 |
Color Harmonies of #7022BE
Complementary color
Monochromatic Colors of #7022BE
Black with #7022BE
Text Example
Text Example
White with #7022BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7022BE; }
p { color: rgb(112,34,190); }
H1.HeaderClassName
{
color: #7022BE;
}
.AnyTagClassName
{
color: #7022BE;
}
</style>
background-color css
<style>
a { background-color: #7022BE; }
a { background-color: rgb(112,34,190); }
div.DivClassName
{
background-color: #7022BE;
}
.BgClassName
{
background-color: #7022BE;
}
</style>
border-color css
<style>
span { border-color: #7022BE; }
span { border-color: rgb(112,34,190); }
td.TdClassName
{
border-color: #7022BE;
}
.TagClassName
{
border-color: #7022BE;
}
</style>