Shades of Purple Heart #7032DA
Tints of Purple Heart #7032DA
RGB
CMYK
RGB Variations
Color information
#7032DA (or 0x7032DA) is known color: Purple Heart. HEX triplet: 70, 32 and DA. RGB value is (112,50,218). Sum of RGB (Red+Green+Blue) = 112+50+218=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #7032DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7032DA is #8FCD25. Grayscale: #575757. Windows color (decimal): -9424166 or 14299760. OLE color: 14299760.
HSL color Cylindrical-coordinate representation of color #7032DA: hue angle of 262.14º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7032DA is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 50 | 218 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.15 |
| HSL | 262.14º | 0.69% | 0.53% | - |
| HSV(B) | 262.14º | 0.77% | 0.85% | - |
| XYZ | 20.48 | 10.79 | 67.33 | - |
| YUV | 87.69 | 201.54 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 50 | 218 | 0.49 | 0.77 | 0 | 0.15 | 262.14 | 0.69 | 0.53 |
| Hex | 70 | 32 | DA | 31 | 4D | 0 | F | 106 | 45 | 35 |
| Octal | 160 | 62 | 332 | 61 | 115 | 0 | 17 | 406 | 105 | 65 |
| Binary | 1110000 | 110010 | 11011010 | 110001 | 1001101 | 0 | 1111 | 100000110 | 1000101 | 110101 |
Color Harmonies of #7032DA
Complementary color
Monochromatic Colors of #7032DA
Black with #7032DA
Text Example
Text Example
White with #7032DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7032DA; }
p { color: rgb(112,50,218); }
H1.HeaderClassName
{
color: #7032DA;
}
.AnyTagClassName
{
color: #7032DA;
}
</style>
background-color css
<style>
a { background-color: #7032DA; }
a { background-color: rgb(112,50,218); }
div.DivClassName
{
background-color: #7032DA;
}
.BgClassName
{
background-color: #7032DA;
}
</style>
border-color css
<style>
span { border-color: #7032DA; }
span { border-color: rgb(112,50,218); }
td.TdClassName
{
border-color: #7032DA;
}
.TagClassName
{
border-color: #7032DA;
}
</style>