Shades of Purple Heart #702CCF
Tints of Purple Heart #702CCF
RGB
CMYK
RGB Variations
Color information
#702CCF (or 0x702CCF) is known color: Purple Heart. HEX triplet: 70, 2C and CF. RGB value is (112,44,207). Sum of RGB (Red+Green+Blue) = 112+44+207=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #702CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702CCF is #8FD330. Grayscale: #525252. Windows color (decimal): -9425713 or 13577328. OLE color: 13577328.
HSL color Cylindrical-coordinate representation of color #702CCF: hue angle of 265.03º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #702CCF is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 44 | 207 | - |
| CMYK | 0.46 | 0.79 | 0 | 0.19 |
| HSL | 265.03º | 0.65% | 0.49% | - |
| HSV(B) | 265.03º | 0.79% | 0.81% | - |
| XYZ | 18.85 | 9.75 | 59.92 | - |
| YUV | 82.91 | 198.03 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 207 | 0.46 | 0.79 | 0 | 0.19 | 265.03 | 0.65 | 0.49 |
| Hex | 70 | 2C | CF | 2E | 4F | 0 | 13 | 109 | 41 | 31 |
| Octal | 160 | 54 | 317 | 56 | 117 | 0 | 23 | 411 | 101 | 61 |
| Binary | 1110000 | 101100 | 11001111 | 101110 | 1001111 | 0 | 10011 | 100001001 | 1000001 | 110001 |
Color Harmonies of #702CCF
Complementary color
Monochromatic Colors of #702CCF
Black with #702CCF
Text Example
Text Example
White with #702CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702CCF; }
p { color: rgb(112,44,207); }
H1.HeaderClassName
{
color: #702CCF;
}
.AnyTagClassName
{
color: #702CCF;
}
</style>
background-color css
<style>
a { background-color: #702CCF; }
a { background-color: rgb(112,44,207); }
div.DivClassName
{
background-color: #702CCF;
}
.BgClassName
{
background-color: #702CCF;
}
</style>
border-color css
<style>
span { border-color: #702CCF; }
span { border-color: rgb(112,44,207); }
td.TdClassName
{
border-color: #702CCF;
}
.TagClassName
{
border-color: #702CCF;
}
</style>