Shades of Purple Heart #7035D0
Tints of Purple Heart #7035D0
RGB
CMYK
RGB Variations
Color information
#7035D0 (or 0x7035D0) is known color: Purple Heart. HEX triplet: 70, 35 and D0. RGB value is (112,53,208). Sum of RGB (Red+Green+Blue) = 112+53+208=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 208 (81.64% from 255 or 55.76% from 373); Max value from RGB is 208 - color contains mainly: blue. Hex color #7035D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7035D0 is #8FCA2F. Grayscale: #575757. Windows color (decimal): -9423408 or 13645168. OLE color: 13645168.
HSL color Cylindrical-coordinate representation of color #7035D0: hue angle of 262.84º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7035D0 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 53 | 208 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.18 |
| HSL | 262.84º | 0.62% | 0.51% | - |
| HSV(B) | 262.84º | 0.75% | 0.82% | - |
| XYZ | 19.34 | 10.55 | 60.69 | - |
| YUV | 88.31 | 195.55 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 208 | 0.46 | 0.75 | 0 | 0.18 | 262.84 | 0.62 | 0.51 |
| Hex | 70 | 35 | D0 | 2E | 4B | 0 | 12 | 107 | 3E | 33 |
| Octal | 160 | 65 | 320 | 56 | 113 | 0 | 22 | 407 | 76 | 63 |
| Binary | 1110000 | 110101 | 11010000 | 101110 | 1001011 | 0 | 10010 | 100000111 | 111110 | 110011 |
Color Harmonies of #7035D0
Complementary color
Monochromatic Colors of #7035D0
Black with #7035D0
Text Example
Text Example
White with #7035D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7035D0; }
p { color: rgb(112,53,208); }
H1.HeaderClassName
{
color: #7035D0;
}
.AnyTagClassName
{
color: #7035D0;
}
</style>
background-color css
<style>
a { background-color: #7035D0; }
a { background-color: rgb(112,53,208); }
div.DivClassName
{
background-color: #7035D0;
}
.BgClassName
{
background-color: #7035D0;
}
</style>
border-color css
<style>
span { border-color: #7035D0; }
span { border-color: rgb(112,53,208); }
td.TdClassName
{
border-color: #7035D0;
}
.TagClassName
{
border-color: #7035D0;
}
</style>