Shades of Purple Heart #7030CC
Tints of Purple Heart #7030CC
RGB
CMYK
RGB Variations
Color information
#7030CC (or 0x7030CC) is known color: Purple Heart. HEX triplet: 70, 30 and CC. RGB value is (112,48,204). Sum of RGB (Red+Green+Blue) = 112+48+204=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #7030CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7030CC is #8FCF33. Grayscale: #545454. Windows color (decimal): -9424692 or 13381744. OLE color: 13381744.
HSL color Cylindrical-coordinate representation of color #7030CC: hue angle of 264.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7030CC is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 48 | 204 | - |
| CMYK | 0.45 | 0.76 | 0 | 0.2 |
| HSL | 264.62º | 0.62% | 0.49% | - |
| HSV(B) | 264.62º | 0.76% | 0.8% | - |
| XYZ | 18.64 | 9.92 | 58.06 | - |
| YUV | 84.92 | 195.2 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 48 | 204 | 0.45 | 0.76 | 0 | 0.2 | 264.62 | 0.62 | 0.49 |
| Hex | 70 | 30 | CC | 2D | 4C | 0 | 14 | 109 | 3E | 31 |
| Octal | 160 | 60 | 314 | 55 | 114 | 0 | 24 | 411 | 76 | 61 |
| Binary | 1110000 | 110000 | 11001100 | 101101 | 1001100 | 0 | 10100 | 100001001 | 111110 | 110001 |
Color Harmonies of #7030CC
Complementary color
Monochromatic Colors of #7030CC
Black with #7030CC
Text Example
Text Example
White with #7030CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7030CC; }
p { color: rgb(112,48,204); }
H1.HeaderClassName
{
color: #7030CC;
}
.AnyTagClassName
{
color: #7030CC;
}
</style>
background-color css
<style>
a { background-color: #7030CC; }
a { background-color: rgb(112,48,204); }
div.DivClassName
{
background-color: #7030CC;
}
.BgClassName
{
background-color: #7030CC;
}
</style>
border-color css
<style>
span { border-color: #7030CC; }
span { border-color: rgb(112,48,204); }
td.TdClassName
{
border-color: #7030CC;
}
.TagClassName
{
border-color: #7030CC;
}
</style>