Shades of Purple Heart #702CB2
Tints of Purple Heart #702CB2
RGB
CMYK
RGB Variations
Color information
#702CB2 (or 0x702CB2) is known color: Purple Heart. HEX triplet: 70, 2C and B2. RGB value is (112,44,178). Sum of RGB (Red+Green+Blue) = 112+44+178=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 178 (69.92% from 255 or 53.29% from 334); Max value from RGB is 178 - color contains mainly: blue. Hex color #702CB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702CB2 is #8FD34D. Grayscale: #4F4F4F. Windows color (decimal): -9425742 or 11676784. OLE color: 11676784.
HSL color Cylindrical-coordinate representation of color #702CB2: hue angle of 270.45º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #702CB2 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 44 | 178 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.30 |
| HSL | 270.45º | 0.6% | 0.44% | - |
| HSV(B) | 270.45º | 0.75% | 0.7% | - |
| XYZ | 15.62 | 8.46 | 42.93 | - |
| YUV | 79.61 | 183.53 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 178 | 0.37 | 0.75 | 0 | 0.30 | 270.45 | 0.6 | 0.44 |
| Hex | 70 | 2C | B2 | 25 | 4B | 0 | 1E | 10E | 3C | 2C |
| Octal | 160 | 54 | 262 | 45 | 113 | 0 | 36 | 416 | 74 | 54 |
| Binary | 1110000 | 101100 | 10110010 | 100101 | 1001011 | 0 | 11110 | 100001110 | 111100 | 101100 |
Color Harmonies of #702CB2
Complementary color
Monochromatic Colors of #702CB2
Black with #702CB2
Text Example
Text Example
White with #702CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702CB2; }
p { color: rgb(112,44,178); }
H1.HeaderClassName
{
color: #702CB2;
}
.AnyTagClassName
{
color: #702CB2;
}
</style>
background-color css
<style>
a { background-color: #702CB2; }
a { background-color: rgb(112,44,178); }
div.DivClassName
{
background-color: #702CB2;
}
.BgClassName
{
background-color: #702CB2;
}
</style>
border-color css
<style>
span { border-color: #702CB2; }
span { border-color: rgb(112,44,178); }
td.TdClassName
{
border-color: #702CB2;
}
.TagClassName
{
border-color: #702CB2;
}
</style>