Shades of Purple Heart #702FBB
Tints of Purple Heart #702FBB
RGB
CMYK
RGB Variations
Color information
#702FBB (or 0x702FBB) is known color: Purple Heart. HEX triplet: 70, 2F and BB. RGB value is (112,47,187). Sum of RGB (Red+Green+Blue) = 112+47+187=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #702FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702FBB is #8FD044. Grayscale: #515151. Windows color (decimal): -9424965 or 12267376. OLE color: 12267376.
HSL color Cylindrical-coordinate representation of color #702FBB: hue angle of 267.86º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #702FBB is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 47 | 187 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.27 |
| HSL | 267.86º | 0.6% | 0.46% | - |
| HSV(B) | 267.86º | 0.75% | 0.73% | - |
| XYZ | 16.67 | 9.07 | 47.89 | - |
| YUV | 82.4 | 187.03 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 187 | 0.40 | 0.75 | 0 | 0.27 | 267.86 | 0.6 | 0.46 |
| Hex | 70 | 2F | BB | 28 | 4B | 0 | 1B | 10C | 3C | 2E |
| Octal | 160 | 57 | 273 | 50 | 113 | 0 | 33 | 414 | 74 | 56 |
| Binary | 1110000 | 101111 | 10111011 | 101000 | 1001011 | 0 | 11011 | 100001100 | 111100 | 101110 |
Color Harmonies of #702FBB
Complementary color
Monochromatic Colors of #702FBB
Black with #702FBB
Text Example
Text Example
White with #702FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702FBB; }
p { color: rgb(112,47,187); }
H1.HeaderClassName
{
color: #702FBB;
}
.AnyTagClassName
{
color: #702FBB;
}
</style>
background-color css
<style>
a { background-color: #702FBB; }
a { background-color: rgb(112,47,187); }
div.DivClassName
{
background-color: #702FBB;
}
.BgClassName
{
background-color: #702FBB;
}
</style>
border-color css
<style>
span { border-color: #702FBB; }
span { border-color: rgb(112,47,187); }
td.TdClassName
{
border-color: #702FBB;
}
.TagClassName
{
border-color: #702FBB;
}
</style>