Shades of Purple Heart #7032CA
Tints of Purple Heart #7032CA
RGB
CMYK
RGB Variations
Color information
#7032CA (or 0x7032CA) is known color: Purple Heart. HEX triplet: 70, 32 and CA. RGB value is (112,50,202). Sum of RGB (Red+Green+Blue) = 112+50+202=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #7032CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7032CA is #8FCD35. Grayscale: #555555. Windows color (decimal): -9424182 or 13251184. OLE color: 13251184.
HSL color Cylindrical-coordinate representation of color #7032CA: hue angle of 264.47º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7032CA is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 50 | 202 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.21 |
| HSL | 264.47º | 0.6% | 0.49% | - |
| HSV(B) | 264.47º | 0.75% | 0.79% | - |
| XYZ | 18.48 | 9.99 | 56.83 | - |
| YUV | 85.87 | 193.54 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 50 | 202 | 0.45 | 0.75 | 0 | 0.21 | 264.47 | 0.6 | 0.49 |
| Hex | 70 | 32 | CA | 2D | 4B | 0 | 15 | 108 | 3C | 31 |
| Octal | 160 | 62 | 312 | 55 | 113 | 0 | 25 | 410 | 74 | 61 |
| Binary | 1110000 | 110010 | 11001010 | 101101 | 1001011 | 0 | 10101 | 100001000 | 111100 | 110001 |
Color Harmonies of #7032CA
Complementary color
Monochromatic Colors of #7032CA
Black with #7032CA
Text Example
Text Example
White with #7032CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7032CA; }
p { color: rgb(112,50,202); }
H1.HeaderClassName
{
color: #7032CA;
}
.AnyTagClassName
{
color: #7032CA;
}
</style>
background-color css
<style>
a { background-color: #7032CA; }
a { background-color: rgb(112,50,202); }
div.DivClassName
{
background-color: #7032CA;
}
.BgClassName
{
background-color: #7032CA;
}
</style>
border-color css
<style>
span { border-color: #7032CA; }
span { border-color: rgb(112,50,202); }
td.TdClassName
{
border-color: #7032CA;
}
.TagClassName
{
border-color: #7032CA;
}
</style>