Shades of Purple Heart #7022CE
Tints of Purple Heart #7022CE
RGB
CMYK
RGB Variations
Color information
#7022CE (or 0x7022CE) is known color: Purple Heart. HEX triplet: 70, 22 and CE. RGB value is (112,34,206). Sum of RGB (Red+Green+Blue) = 112+34+206=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #7022CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7022CE is #8FDD31. Grayscale: #4C4C4C. Windows color (decimal): -9428274 or 13509232. OLE color: 13509232.
HSL color Cylindrical-coordinate representation of color #7022CE: hue angle of 267.21º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7022CE is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 34 | 206 | - |
| CMYK | 0.46 | 0.83 | 0 | 0.19 |
| HSL | 267.21º | 0.72% | 0.47% | - |
| HSV(B) | 267.21º | 0.83% | 0.81% | - |
| XYZ | 18.39 | 9.05 | 59.17 | - |
| YUV | 76.93 | 200.84 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 34 | 206 | 0.46 | 0.83 | 0 | 0.19 | 267.21 | 0.72 | 0.47 |
| Hex | 70 | 22 | CE | 2E | 53 | 0 | 13 | 10B | 48 | 2F |
| Octal | 160 | 42 | 316 | 56 | 123 | 0 | 23 | 413 | 110 | 57 |
| Binary | 1110000 | 100010 | 11001110 | 101110 | 1010011 | 0 | 10011 | 100001011 | 1001000 | 101111 |
Color Harmonies of #7022CE
Complementary color
Monochromatic Colors of #7022CE
Black with #7022CE
Text Example
Text Example
White with #7022CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7022CE; }
p { color: rgb(112,34,206); }
H1.HeaderClassName
{
color: #7022CE;
}
.AnyTagClassName
{
color: #7022CE;
}
</style>
background-color css
<style>
a { background-color: #7022CE; }
a { background-color: rgb(112,34,206); }
div.DivClassName
{
background-color: #7022CE;
}
.BgClassName
{
background-color: #7022CE;
}
</style>
border-color css
<style>
span { border-color: #7022CE; }
span { border-color: rgb(112,34,206); }
td.TdClassName
{
border-color: #7022CE;
}
.TagClassName
{
border-color: #7022CE;
}
</style>