Shades of Purple Heart #702FCA
Tints of Purple Heart #702FCA
RGB
CMYK
RGB Variations
Color information
#702FCA (or 0x702FCA) is known color: Purple Heart. HEX triplet: 70, 2F and CA. RGB value is (112,47,202). Sum of RGB (Red+Green+Blue) = 112+47+202=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #702FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702FCA is #8FD035. Grayscale: #535353. Windows color (decimal): -9424950 or 13250416. OLE color: 13250416.
HSL color Cylindrical-coordinate representation of color #702FCA: hue angle of 265.16º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #702FCA is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 47 | 202 | - |
| CMYK | 0.45 | 0.77 | 0 | 0.21 |
| HSL | 265.16º | 0.62% | 0.49% | - |
| HSV(B) | 265.16º | 0.77% | 0.79% | - |
| XYZ | 18.36 | 9.74 | 56.79 | - |
| YUV | 84.11 | 194.53 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 202 | 0.45 | 0.77 | 0 | 0.21 | 265.16 | 0.62 | 0.49 |
| Hex | 70 | 2F | CA | 2D | 4D | 0 | 15 | 109 | 3E | 31 |
| Octal | 160 | 57 | 312 | 55 | 115 | 0 | 25 | 411 | 76 | 61 |
| Binary | 1110000 | 101111 | 11001010 | 101101 | 1001101 | 0 | 10101 | 100001001 | 111110 | 110001 |
Color Harmonies of #702FCA
Complementary color
Monochromatic Colors of #702FCA
Black with #702FCA
Text Example
Text Example
White with #702FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702FCA; }
p { color: rgb(112,47,202); }
H1.HeaderClassName
{
color: #702FCA;
}
.AnyTagClassName
{
color: #702FCA;
}
</style>
background-color css
<style>
a { background-color: #702FCA; }
a { background-color: rgb(112,47,202); }
div.DivClassName
{
background-color: #702FCA;
}
.BgClassName
{
background-color: #702FCA;
}
</style>
border-color css
<style>
span { border-color: #702FCA; }
span { border-color: rgb(112,47,202); }
td.TdClassName
{
border-color: #702FCA;
}
.TagClassName
{
border-color: #702FCA;
}
</style>