Shades of Purple Heart #7020CE
Tints of Purple Heart #7020CE
RGB
CMYK
RGB Variations
Color information
#7020CE (or 0x7020CE) is known color: Purple Heart. HEX triplet: 70, 20 and CE. RGB value is (112,32,206). Sum of RGB (Red+Green+Blue) = 112+32+206=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #7020CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7020CE is #8FDF31. Grayscale: #4B4B4B. Windows color (decimal): -9428786 or 13508720. OLE color: 13508720.
HSL color Cylindrical-coordinate representation of color #7020CE: hue angle of 267.59º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7020CE is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 32 | 206 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.19 |
| HSL | 267.59º | 0.73% | 0.47% | - |
| HSV(B) | 267.59º | 0.84% | 0.81% | - |
| XYZ | 18.34 | 8.93 | 59.15 | - |
| YUV | 75.76 | 201.5 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 206 | 0.46 | 0.84 | 0 | 0.19 | 267.59 | 0.73 | 0.47 |
| Hex | 70 | 20 | CE | 2E | 54 | 0 | 13 | 10C | 49 | 2F |
| Octal | 160 | 40 | 316 | 56 | 124 | 0 | 23 | 414 | 111 | 57 |
| Binary | 1110000 | 100000 | 11001110 | 101110 | 1010100 | 0 | 10011 | 100001100 | 1001001 | 101111 |
Color Harmonies of #7020CE
Complementary color
Monochromatic Colors of #7020CE
Black with #7020CE
Text Example
Text Example
White with #7020CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7020CE; }
p { color: rgb(112,32,206); }
H1.HeaderClassName
{
color: #7020CE;
}
.AnyTagClassName
{
color: #7020CE;
}
</style>
background-color css
<style>
a { background-color: #7020CE; }
a { background-color: rgb(112,32,206); }
div.DivClassName
{
background-color: #7020CE;
}
.BgClassName
{
background-color: #7020CE;
}
</style>
border-color css
<style>
span { border-color: #7020CE; }
span { border-color: rgb(112,32,206); }
td.TdClassName
{
border-color: #7020CE;
}
.TagClassName
{
border-color: #7020CE;
}
</style>