Shades of Purple Heart #702CB6
Tints of Purple Heart #702CB6
RGB
CMYK
RGB Variations
Color information
#702CB6 (or 0x702CB6) is known color: Purple Heart. HEX triplet: 70, 2C and B6. RGB value is (112,44,182). Sum of RGB (Red+Green+Blue) = 112+44+182=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 182 (71.48% from 255 or 53.85% from 338); Max value from RGB is 182 - color contains mainly: blue. Hex color #702CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702CB6 is #8FD349. Grayscale: #4F4F4F. Windows color (decimal): -9425738 or 11938928. OLE color: 11938928.
HSL color Cylindrical-coordinate representation of color #702CB6: hue angle of 269.57º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #702CB6 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 44 | 182 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.29 |
| HSL | 269.57º | 0.61% | 0.44% | - |
| HSV(B) | 269.57º | 0.76% | 0.71% | - |
| XYZ | 16.03 | 8.62 | 45.08 | - |
| YUV | 80.06 | 185.53 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 182 | 0.38 | 0.76 | 0 | 0.29 | 269.57 | 0.61 | 0.44 |
| Hex | 70 | 2C | B6 | 26 | 4C | 0 | 1D | 10E | 3D | 2C |
| Octal | 160 | 54 | 266 | 46 | 114 | 0 | 35 | 416 | 75 | 54 |
| Binary | 1110000 | 101100 | 10110110 | 100110 | 1001100 | 0 | 11101 | 100001110 | 111101 | 101100 |
Color Harmonies of #702CB6
Complementary color
Monochromatic Colors of #702CB6
Black with #702CB6
Text Example
Text Example
White with #702CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702CB6; }
p { color: rgb(112,44,182); }
H1.HeaderClassName
{
color: #702CB6;
}
.AnyTagClassName
{
color: #702CB6;
}
</style>
background-color css
<style>
a { background-color: #702CB6; }
a { background-color: rgb(112,44,182); }
div.DivClassName
{
background-color: #702CB6;
}
.BgClassName
{
background-color: #702CB6;
}
</style>
border-color css
<style>
span { border-color: #702CB6; }
span { border-color: rgb(112,44,182); }
td.TdClassName
{
border-color: #702CB6;
}
.TagClassName
{
border-color: #702CB6;
}
</style>