Shades of Purple Heart #702EBA
Tints of Purple Heart #702EBA
RGB
CMYK
RGB Variations
Color information
#702EBA (or 0x702EBA) is known color: Purple Heart. HEX triplet: 70, 2E and BA. RGB value is (112,46,186). Sum of RGB (Red+Green+Blue) = 112+46+186=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #702EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702EBA is #8FD145. Grayscale: #515151. Windows color (decimal): -9425222 or 12201584. OLE color: 12201584.
HSL color Cylindrical-coordinate representation of color #702EBA: hue angle of 268.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #702EBA is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 46 | 186 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.27 |
| HSL | 268.29º | 0.6% | 0.45% | - |
| HSV(B) | 268.29º | 0.75% | 0.73% | - |
| XYZ | 16.52 | 8.94 | 47.31 | - |
| YUV | 81.69 | 186.87 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 186 | 0.40 | 0.75 | 0 | 0.27 | 268.29 | 0.6 | 0.45 |
| Hex | 70 | 2E | BA | 28 | 4B | 0 | 1B | 10C | 3C | 2D |
| Octal | 160 | 56 | 272 | 50 | 113 | 0 | 33 | 414 | 74 | 55 |
| Binary | 1110000 | 101110 | 10111010 | 101000 | 1001011 | 0 | 11011 | 100001100 | 111100 | 101101 |
Color Harmonies of #702EBA
Complementary color
Monochromatic Colors of #702EBA
Black with #702EBA
Text Example
Text Example
White with #702EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702EBA; }
p { color: rgb(112,46,186); }
H1.HeaderClassName
{
color: #702EBA;
}
.AnyTagClassName
{
color: #702EBA;
}
</style>
background-color css
<style>
a { background-color: #702EBA; }
a { background-color: rgb(112,46,186); }
div.DivClassName
{
background-color: #702EBA;
}
.BgClassName
{
background-color: #702EBA;
}
</style>
border-color css
<style>
span { border-color: #702EBA; }
span { border-color: rgb(112,46,186); }
td.TdClassName
{
border-color: #702EBA;
}
.TagClassName
{
border-color: #702EBA;
}
</style>