Shades of Purple Heart #7030CF
Tints of Purple Heart #7030CF
RGB
CMYK
RGB Variations
Color information
#7030CF (or 0x7030CF) is known color: Purple Heart. HEX triplet: 70, 30 and CF. RGB value is (112,48,207). Sum of RGB (Red+Green+Blue) = 112+48+207=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #7030CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7030CF is #8FCF30. Grayscale: #545454. Windows color (decimal): -9424689 or 13578352. OLE color: 13578352.
HSL color Cylindrical-coordinate representation of color #7030CF: hue angle of 264.15º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7030CF is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 48 | 207 | - |
| CMYK | 0.46 | 0.77 | 0 | 0.19 |
| HSL | 264.15º | 0.62% | 0.5% | - |
| HSV(B) | 264.15º | 0.77% | 0.81% | - |
| XYZ | 19 | 10.06 | 59.97 | - |
| YUV | 85.26 | 196.7 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 48 | 207 | 0.46 | 0.77 | 0 | 0.19 | 264.15 | 0.62 | 0.5 |
| Hex | 70 | 30 | CF | 2E | 4D | 0 | 13 | 108 | 3E | 32 |
| Octal | 160 | 60 | 317 | 56 | 115 | 0 | 23 | 410 | 76 | 62 |
| Binary | 1110000 | 110000 | 11001111 | 101110 | 1001101 | 0 | 10011 | 100001000 | 111110 | 110010 |
Color Harmonies of #7030CF
Complementary color
Monochromatic Colors of #7030CF
Black with #7030CF
Text Example
Text Example
White with #7030CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7030CF; }
p { color: rgb(112,48,207); }
H1.HeaderClassName
{
color: #7030CF;
}
.AnyTagClassName
{
color: #7030CF;
}
</style>
background-color css
<style>
a { background-color: #7030CF; }
a { background-color: rgb(112,48,207); }
div.DivClassName
{
background-color: #7030CF;
}
.BgClassName
{
background-color: #7030CF;
}
</style>
border-color css
<style>
span { border-color: #7030CF; }
span { border-color: rgb(112,48,207); }
td.TdClassName
{
border-color: #7030CF;
}
.TagClassName
{
border-color: #7030CF;
}
</style>