Shades of Purple Heart #702ABF
Tints of Purple Heart #702ABF
RGB
CMYK
RGB Variations
Color information
#702ABF (or 0x702ABF) is known color: Purple Heart. HEX triplet: 70, 2A and BF. RGB value is (112,42,191). Sum of RGB (Red+Green+Blue) = 112+42+191=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #702ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702ABF is #8FD540. Grayscale: #4F4F4F. Windows color (decimal): -9426241 or 12528240. OLE color: 12528240.
HSL color Cylindrical-coordinate representation of color #702ABF: hue angle of 268.19º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #702ABF is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 42 | 191 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.25 |
| HSL | 268.19º | 0.64% | 0.46% | - |
| HSV(B) | 268.19º | 0.78% | 0.75% | - |
| XYZ | 16.91 | 8.86 | 50.11 | - |
| YUV | 79.92 | 190.69 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 191 | 0.41 | 0.78 | 0 | 0.25 | 268.19 | 0.64 | 0.46 |
| Hex | 70 | 2A | BF | 29 | 4E | 0 | 19 | 10C | 40 | 2E |
| Octal | 160 | 52 | 277 | 51 | 116 | 0 | 31 | 414 | 100 | 56 |
| Binary | 1110000 | 101010 | 10111111 | 101001 | 1001110 | 0 | 11001 | 100001100 | 1000000 | 101110 |
Color Harmonies of #702ABF
Complementary color
Monochromatic Colors of #702ABF
Black with #702ABF
Text Example
Text Example
White with #702ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702ABF; }
p { color: rgb(112,42,191); }
H1.HeaderClassName
{
color: #702ABF;
}
.AnyTagClassName
{
color: #702ABF;
}
</style>
background-color css
<style>
a { background-color: #702ABF; }
a { background-color: rgb(112,42,191); }
div.DivClassName
{
background-color: #702ABF;
}
.BgClassName
{
background-color: #702ABF;
}
</style>
border-color css
<style>
span { border-color: #702ABF; }
span { border-color: rgb(112,42,191); }
td.TdClassName
{
border-color: #702ABF;
}
.TagClassName
{
border-color: #702ABF;
}
</style>