Shades of Purple Heart #702ABB
Tints of Purple Heart #702ABB
RGB
CMYK
RGB Variations
Color information
#702ABB (or 0x702ABB) is known color: Purple Heart. HEX triplet: 70, 2A and BB. RGB value is (112,42,187). Sum of RGB (Red+Green+Blue) = 112+42+187=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #702ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702ABB is #8FD544. Grayscale: #4E4E4E. Windows color (decimal): -9426245 or 12266096. OLE color: 12266096.
HSL color Cylindrical-coordinate representation of color #702ABB: hue angle of 268.97º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #702ABB is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 42 | 187 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.27 |
| HSL | 268.97º | 0.63% | 0.45% | - |
| HSV(B) | 268.97º | 0.78% | 0.73% | - |
| XYZ | 16.48 | 8.69 | 47.82 | - |
| YUV | 79.46 | 188.69 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 187 | 0.40 | 0.78 | 0 | 0.27 | 268.97 | 0.63 | 0.45 |
| Hex | 70 | 2A | BB | 28 | 4E | 0 | 1B | 10D | 3F | 2D |
| Octal | 160 | 52 | 273 | 50 | 116 | 0 | 33 | 415 | 77 | 55 |
| Binary | 1110000 | 101010 | 10111011 | 101000 | 1001110 | 0 | 11011 | 100001101 | 111111 | 101101 |
Color Harmonies of #702ABB
Complementary color
Monochromatic Colors of #702ABB
Black with #702ABB
Text Example
Text Example
White with #702ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702ABB; }
p { color: rgb(112,42,187); }
H1.HeaderClassName
{
color: #702ABB;
}
.AnyTagClassName
{
color: #702ABB;
}
</style>
background-color css
<style>
a { background-color: #702ABB; }
a { background-color: rgb(112,42,187); }
div.DivClassName
{
background-color: #702ABB;
}
.BgClassName
{
background-color: #702ABB;
}
</style>
border-color css
<style>
span { border-color: #702ABB; }
span { border-color: rgb(112,42,187); }
td.TdClassName
{
border-color: #702ABB;
}
.TagClassName
{
border-color: #702ABB;
}
</style>