Shades of Purple Heart #702EB3
Tints of Purple Heart #702EB3
RGB
CMYK
RGB Variations
Color information
#702EB3 (or 0x702EB3) is known color: Purple Heart. HEX triplet: 70, 2E and B3. RGB value is (112,46,179). Sum of RGB (Red+Green+Blue) = 112+46+179=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 179 (70.31% from 255 or 53.12% from 337); Max value from RGB is 179 - color contains mainly: blue. Hex color #702EB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702EB3 is #8FD14C. Grayscale: #505050. Windows color (decimal): -9425229 or 11742832. OLE color: 11742832.
HSL color Cylindrical-coordinate representation of color #702EB3: hue angle of 269.77º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #702EB3 is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 46 | 179 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.30 |
| HSL | 269.77º | 0.59% | 0.44% | - |
| HSV(B) | 269.77º | 0.74% | 0.7% | - |
| XYZ | 15.8 | 8.65 | 43.49 | - |
| YUV | 80.9 | 183.37 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 179 | 0.37 | 0.74 | 0 | 0.30 | 269.77 | 0.59 | 0.44 |
| Hex | 70 | 2E | B3 | 25 | 4A | 0 | 1E | 10E | 3B | 2C |
| Octal | 160 | 56 | 263 | 45 | 112 | 0 | 36 | 416 | 73 | 54 |
| Binary | 1110000 | 101110 | 10110011 | 100101 | 1001010 | 0 | 11110 | 100001110 | 111011 | 101100 |
Color Harmonies of #702EB3
Complementary color
Monochromatic Colors of #702EB3
Black with #702EB3
Text Example
Text Example
White with #702EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702EB3; }
p { color: rgb(112,46,179); }
H1.HeaderClassName
{
color: #702EB3;
}
.AnyTagClassName
{
color: #702EB3;
}
</style>
background-color css
<style>
a { background-color: #702EB3; }
a { background-color: rgb(112,46,179); }
div.DivClassName
{
background-color: #702EB3;
}
.BgClassName
{
background-color: #702EB3;
}
</style>
border-color css
<style>
span { border-color: #702EB3; }
span { border-color: rgb(112,46,179); }
td.TdClassName
{
border-color: #702EB3;
}
.TagClassName
{
border-color: #702EB3;
}
</style>