Shades of Purple Heart #7035DD
Tints of Purple Heart #7035DD
RGB
CMYK
RGB Variations
Color information
#7035DD (or 0x7035DD) is known color: Purple Heart. HEX triplet: 70, 35 and DD. RGB value is (112,53,221). Sum of RGB (Red+Green+Blue) = 112+53+221=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #7035DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7035DD is #8FCA22. Grayscale: #595959. Windows color (decimal): -9423395 or 14497136. OLE color: 14497136.
HSL color Cylindrical-coordinate representation of color #7035DD: hue angle of 261.07º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7035DD is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 53 | 221 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.13 |
| HSL | 261.07º | 0.71% | 0.54% | - |
| HSV(B) | 261.07º | 0.76% | 0.87% | - |
| XYZ | 21.01 | 11.21 | 69.46 | - |
| YUV | 89.79 | 202.05 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 221 | 0.49 | 0.76 | 0 | 0.13 | 261.07 | 0.71 | 0.54 |
| Hex | 70 | 35 | DD | 31 | 4C | 0 | D | 105 | 47 | 36 |
| Octal | 160 | 65 | 335 | 61 | 114 | 0 | 15 | 405 | 107 | 66 |
| Binary | 1110000 | 110101 | 11011101 | 110001 | 1001100 | 0 | 1101 | 100000101 | 1000111 | 110110 |
Color Harmonies of #7035DD
Complementary color
Monochromatic Colors of #7035DD
Black with #7035DD
Text Example
Text Example
White with #7035DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7035DD; }
p { color: rgb(112,53,221); }
H1.HeaderClassName
{
color: #7035DD;
}
.AnyTagClassName
{
color: #7035DD;
}
</style>
background-color css
<style>
a { background-color: #7035DD; }
a { background-color: rgb(112,53,221); }
div.DivClassName
{
background-color: #7035DD;
}
.BgClassName
{
background-color: #7035DD;
}
</style>
border-color css
<style>
span { border-color: #7035DD; }
span { border-color: rgb(112,53,221); }
td.TdClassName
{
border-color: #7035DD;
}
.TagClassName
{
border-color: #7035DD;
}
</style>