Shades of Purple Heart #7032CC
Tints of Purple Heart #7032CC
RGB
CMYK
RGB Variations
Color information
#7032CC (or 0x7032CC) is known color: Purple Heart. HEX triplet: 70, 32 and CC. RGB value is (112,50,204). Sum of RGB (Red+Green+Blue) = 112+50+204=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #7032CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7032CC is #8FCD33. Grayscale: #555555. Windows color (decimal): -9424180 or 13382256. OLE color: 13382256.
HSL color Cylindrical-coordinate representation of color #7032CC: hue angle of 264.16º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7032CC is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 50 | 204 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.2 |
| HSL | 264.16º | 0.61% | 0.5% | - |
| HSV(B) | 264.16º | 0.75% | 0.8% | - |
| XYZ | 18.72 | 10.09 | 58.09 | - |
| YUV | 86.09 | 194.54 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 50 | 204 | 0.45 | 0.75 | 0 | 0.2 | 264.16 | 0.61 | 0.5 |
| Hex | 70 | 32 | CC | 2D | 4B | 0 | 14 | 108 | 3D | 32 |
| Octal | 160 | 62 | 314 | 55 | 113 | 0 | 24 | 410 | 75 | 62 |
| Binary | 1110000 | 110010 | 11001100 | 101101 | 1001011 | 0 | 10100 | 100001000 | 111101 | 110010 |
Color Harmonies of #7032CC
Complementary color
Monochromatic Colors of #7032CC
Black with #7032CC
Text Example
Text Example
White with #7032CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7032CC; }
p { color: rgb(112,50,204); }
H1.HeaderClassName
{
color: #7032CC;
}
.AnyTagClassName
{
color: #7032CC;
}
</style>
background-color css
<style>
a { background-color: #7032CC; }
a { background-color: rgb(112,50,204); }
div.DivClassName
{
background-color: #7032CC;
}
.BgClassName
{
background-color: #7032CC;
}
</style>
border-color css
<style>
span { border-color: #7032CC; }
span { border-color: rgb(112,50,204); }
td.TdClassName
{
border-color: #7032CC;
}
.TagClassName
{
border-color: #7032CC;
}
</style>