Shades of Purple Heart #702DBA
Tints of Purple Heart #702DBA
RGB
CMYK
RGB Variations
Color information
#702DBA (or 0x702DBA) is known color: Purple Heart. HEX triplet: 70, 2D and BA. RGB value is (112,45,186). Sum of RGB (Red+Green+Blue) = 112+45+186=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #702DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702DBA is #8FD245. Grayscale: #505050. Windows color (decimal): -9425478 or 12201328. OLE color: 12201328.
HSL color Cylindrical-coordinate representation of color #702DBA: hue angle of 268.51º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #702DBA is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 45 | 186 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.27 |
| HSL | 268.51º | 0.61% | 0.45% | - |
| HSV(B) | 268.51º | 0.76% | 0.73% | - |
| XYZ | 16.48 | 8.87 | 47.3 | - |
| YUV | 81.11 | 187.2 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 45 | 186 | 0.40 | 0.76 | 0 | 0.27 | 268.51 | 0.61 | 0.45 |
| Hex | 70 | 2D | BA | 28 | 4C | 0 | 1B | 10D | 3D | 2D |
| Octal | 160 | 55 | 272 | 50 | 114 | 0 | 33 | 415 | 75 | 55 |
| Binary | 1110000 | 101101 | 10111010 | 101000 | 1001100 | 0 | 11011 | 100001101 | 111101 | 101101 |
Color Harmonies of #702DBA
Complementary color
Monochromatic Colors of #702DBA
Black with #702DBA
Text Example
Text Example
White with #702DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702DBA; }
p { color: rgb(112,45,186); }
H1.HeaderClassName
{
color: #702DBA;
}
.AnyTagClassName
{
color: #702DBA;
}
</style>
background-color css
<style>
a { background-color: #702DBA; }
a { background-color: rgb(112,45,186); }
div.DivClassName
{
background-color: #702DBA;
}
.BgClassName
{
background-color: #702DBA;
}
</style>
border-color css
<style>
span { border-color: #702DBA; }
span { border-color: rgb(112,45,186); }
td.TdClassName
{
border-color: #702DBA;
}
.TagClassName
{
border-color: #702DBA;
}
</style>