Shades of Purple Heart #702ECC
Tints of Purple Heart #702ECC
RGB
CMYK
RGB Variations
Color information
#702ECC (or 0x702ECC) is known color: Purple Heart. HEX triplet: 70, 2E and CC. RGB value is (112,46,204). Sum of RGB (Red+Green+Blue) = 112+46+204=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #702ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702ECC is #8FD133. Grayscale: #535353. Windows color (decimal): -9425204 or 13381232. OLE color: 13381232.
HSL color Cylindrical-coordinate representation of color #702ECC: hue angle of 265.06º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #702ECC is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 46 | 204 | - |
| CMYK | 0.45 | 0.77 | 0 | 0.2 |
| HSL | 265.06º | 0.63% | 0.49% | - |
| HSV(B) | 265.06º | 0.77% | 0.8% | - |
| XYZ | 18.56 | 9.76 | 58.03 | - |
| YUV | 83.75 | 195.87 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 204 | 0.45 | 0.77 | 0 | 0.2 | 265.06 | 0.63 | 0.49 |
| Hex | 70 | 2E | CC | 2D | 4D | 0 | 14 | 109 | 3F | 31 |
| Octal | 160 | 56 | 314 | 55 | 115 | 0 | 24 | 411 | 77 | 61 |
| Binary | 1110000 | 101110 | 11001100 | 101101 | 1001101 | 0 | 10100 | 100001001 | 111111 | 110001 |
Color Harmonies of #702ECC
Complementary color
Monochromatic Colors of #702ECC
Black with #702ECC
Text Example
Text Example
White with #702ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702ECC; }
p { color: rgb(112,46,204); }
H1.HeaderClassName
{
color: #702ECC;
}
.AnyTagClassName
{
color: #702ECC;
}
</style>
background-color css
<style>
a { background-color: #702ECC; }
a { background-color: rgb(112,46,204); }
div.DivClassName
{
background-color: #702ECC;
}
.BgClassName
{
background-color: #702ECC;
}
</style>
border-color css
<style>
span { border-color: #702ECC; }
span { border-color: rgb(112,46,204); }
td.TdClassName
{
border-color: #702ECC;
}
.TagClassName
{
border-color: #702ECC;
}
</style>