Shades of Purple Heart #7020CF
Tints of Purple Heart #7020CF
RGB
CMYK
RGB Variations
Color information
#7020CF (or 0x7020CF) is known color: Purple Heart. HEX triplet: 70, 20 and CF. RGB value is (112,32,207). Sum of RGB (Red+Green+Blue) = 112+32+207=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #7020CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7020CF is #8FDF30. Grayscale: #4B4B4B. Windows color (decimal): -9428785 or 13574256. OLE color: 13574256.
HSL color Cylindrical-coordinate representation of color #7020CF: hue angle of 267.43º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7020CF is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 32 | 207 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.19 |
| HSL | 267.43º | 0.73% | 0.47% | - |
| HSV(B) | 267.43º | 0.85% | 0.81% | - |
| XYZ | 18.46 | 8.98 | 59.79 | - |
| YUV | 75.87 | 202 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 207 | 0.46 | 0.85 | 0 | 0.19 | 267.43 | 0.73 | 0.47 |
| Hex | 70 | 20 | CF | 2E | 55 | 0 | 13 | 10B | 49 | 2F |
| Octal | 160 | 40 | 317 | 56 | 125 | 0 | 23 | 413 | 111 | 57 |
| Binary | 1110000 | 100000 | 11001111 | 101110 | 1010101 | 0 | 10011 | 100001011 | 1001001 | 101111 |
Color Harmonies of #7020CF
Complementary color
Monochromatic Colors of #7020CF
Black with #7020CF
Text Example
Text Example
White with #7020CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7020CF; }
p { color: rgb(112,32,207); }
H1.HeaderClassName
{
color: #7020CF;
}
.AnyTagClassName
{
color: #7020CF;
}
</style>
background-color css
<style>
a { background-color: #7020CF; }
a { background-color: rgb(112,32,207); }
div.DivClassName
{
background-color: #7020CF;
}
.BgClassName
{
background-color: #7020CF;
}
</style>
border-color css
<style>
span { border-color: #7020CF; }
span { border-color: rgb(112,32,207); }
td.TdClassName
{
border-color: #7020CF;
}
.TagClassName
{
border-color: #7020CF;
}
</style>