Shades of Purple Heart #702CB5
Tints of Purple Heart #702CB5
RGB
CMYK
RGB Variations
Color information
#702CB5 (or 0x702CB5) is known color: Purple Heart. HEX triplet: 70, 2C and B5. RGB value is (112,44,181). Sum of RGB (Red+Green+Blue) = 112+44+181=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 181 (71.09% from 255 or 53.71% from 337); Max value from RGB is 181 - color contains mainly: blue. Hex color #702CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702CB5 is #8FD34A. Grayscale: #4F4F4F. Windows color (decimal): -9425739 or 11873392. OLE color: 11873392.
HSL color Cylindrical-coordinate representation of color #702CB5: hue angle of 269.78º 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 #702CB5 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 44 | 181 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.29 |
| HSL | 269.78º | 0.61% | 0.44% | - |
| HSV(B) | 269.78º | 0.76% | 0.71% | - |
| XYZ | 15.92 | 8.58 | 44.53 | - |
| YUV | 79.95 | 185.03 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 181 | 0.38 | 0.76 | 0 | 0.29 | 269.78 | 0.61 | 0.44 |
| Hex | 70 | 2C | B5 | 26 | 4C | 0 | 1D | 10E | 3D | 2C |
| Octal | 160 | 54 | 265 | 46 | 114 | 0 | 35 | 416 | 75 | 54 |
| Binary | 1110000 | 101100 | 10110101 | 100110 | 1001100 | 0 | 11101 | 100001110 | 111101 | 101100 |
Color Harmonies of #702CB5
Complementary color
Monochromatic Colors of #702CB5
Black with #702CB5
Text Example
Text Example
White with #702CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702CB5; }
p { color: rgb(112,44,181); }
H1.HeaderClassName
{
color: #702CB5;
}
.AnyTagClassName
{
color: #702CB5;
}
</style>
background-color css
<style>
a { background-color: #702CB5; }
a { background-color: rgb(112,44,181); }
div.DivClassName
{
background-color: #702CB5;
}
.BgClassName
{
background-color: #702CB5;
}
</style>
border-color css
<style>
span { border-color: #702CB5; }
span { border-color: rgb(112,44,181); }
td.TdClassName
{
border-color: #702CB5;
}
.TagClassName
{
border-color: #702CB5;
}
</style>