Shades of Purple Heart #702CB0
Tints of Purple Heart #702CB0
RGB
CMYK
RGB Variations
Color information
#702CB0 (or 0x702CB0) is known color: Purple Heart. HEX triplet: 70, 2C and B0. RGB value is (112,44,176). Sum of RGB (Red+Green+Blue) = 112+44+176=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 176 (69.14% from 255 or 53.01% from 332); Max value from RGB is 176 - color contains mainly: blue. Hex color #702CB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702CB0 is #8FD34F. Grayscale: #4E4E4E. Windows color (decimal): -9425744 or 11545712. OLE color: 11545712.
HSL color Cylindrical-coordinate representation of color #702CB0: hue angle of 270.91º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #702CB0 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 44 | 176 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.31 |
| HSL | 270.91º | 0.6% | 0.43% | - |
| HSV(B) | 270.91º | 0.75% | 0.69% | - |
| XYZ | 15.42 | 8.38 | 41.88 | - |
| YUV | 79.38 | 182.53 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 176 | 0.36 | 0.75 | 0 | 0.31 | 270.91 | 0.6 | 0.43 |
| Hex | 70 | 2C | B0 | 24 | 4B | 0 | 1F | 10F | 3C | 2B |
| Octal | 160 | 54 | 260 | 44 | 113 | 0 | 37 | 417 | 74 | 53 |
| Binary | 1110000 | 101100 | 10110000 | 100100 | 1001011 | 0 | 11111 | 100001111 | 111100 | 101011 |
Color Harmonies of #702CB0
Complementary color
Monochromatic Colors of #702CB0
Black with #702CB0
Text Example
Text Example
White with #702CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702CB0; }
p { color: rgb(112,44,176); }
H1.HeaderClassName
{
color: #702CB0;
}
.AnyTagClassName
{
color: #702CB0;
}
</style>
background-color css
<style>
a { background-color: #702CB0; }
a { background-color: rgb(112,44,176); }
div.DivClassName
{
background-color: #702CB0;
}
.BgClassName
{
background-color: #702CB0;
}
</style>
border-color css
<style>
span { border-color: #702CB0; }
span { border-color: rgb(112,44,176); }
td.TdClassName
{
border-color: #702CB0;
}
.TagClassName
{
border-color: #702CB0;
}
</style>