Shades of Purple Heart #702CAF
Tints of Purple Heart #702CAF
RGB
CMYK
RGB Variations
Color information
#702CAF (or 0x702CAF) is known color: Purple Heart. HEX triplet: 70, 2C and AF. RGB value is (112,44,175). Sum of RGB (Red+Green+Blue) = 112+44+175=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #702CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702CAF is #8FD350. Grayscale: #4E4E4E. Windows color (decimal): -9425745 or 11480176. OLE color: 11480176.
HSL color Cylindrical-coordinate representation of color #702CAF: hue angle of 271.15º 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 #702CAF is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 44 | 175 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.31 |
| HSL | 271.15º | 0.6% | 0.43% | - |
| HSV(B) | 271.15º | 0.75% | 0.69% | - |
| XYZ | 15.32 | 8.34 | 41.36 | - |
| YUV | 79.27 | 182.03 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 175 | 0.36 | 0.75 | 0 | 0.31 | 271.15 | 0.6 | 0.43 |
| Hex | 70 | 2C | AF | 24 | 4B | 0 | 1F | 10F | 3C | 2B |
| Octal | 160 | 54 | 257 | 44 | 113 | 0 | 37 | 417 | 74 | 53 |
| Binary | 1110000 | 101100 | 10101111 | 100100 | 1001011 | 0 | 11111 | 100001111 | 111100 | 101011 |
Color Harmonies of #702CAF
Complementary color
Monochromatic Colors of #702CAF
Black with #702CAF
Text Example
Text Example
White with #702CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702CAF; }
p { color: rgb(112,44,175); }
H1.HeaderClassName
{
color: #702CAF;
}
.AnyTagClassName
{
color: #702CAF;
}
</style>
background-color css
<style>
a { background-color: #702CAF; }
a { background-color: rgb(112,44,175); }
div.DivClassName
{
background-color: #702CAF;
}
.BgClassName
{
background-color: #702CAF;
}
</style>
border-color css
<style>
span { border-color: #702CAF; }
span { border-color: rgb(112,44,175); }
td.TdClassName
{
border-color: #702CAF;
}
.TagClassName
{
border-color: #702CAF;
}
</style>