Shades of Purple Heart #702FCC
Tints of Purple Heart #702FCC
RGB
CMYK
RGB Variations
Color information
#702FCC (or 0x702FCC) is known color: Purple Heart. HEX triplet: 70, 2F and CC. RGB value is (112,47,204). Sum of RGB (Red+Green+Blue) = 112+47+204=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #702FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702FCC is #8FD033. Grayscale: #535353. Windows color (decimal): -9424948 or 13381488. OLE color: 13381488.
HSL color Cylindrical-coordinate representation of color #702FCC: hue angle of 264.84º 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 #702FCC is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 47 | 204 | - |
| CMYK | 0.45 | 0.77 | 0 | 0.2 |
| HSL | 264.84º | 0.63% | 0.49% | - |
| HSV(B) | 264.84º | 0.77% | 0.8% | - |
| XYZ | 18.6 | 9.84 | 58.05 | - |
| YUV | 84.33 | 195.53 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 204 | 0.45 | 0.77 | 0 | 0.2 | 264.84 | 0.63 | 0.49 |
| Hex | 70 | 2F | CC | 2D | 4D | 0 | 14 | 109 | 3F | 31 |
| Octal | 160 | 57 | 314 | 55 | 115 | 0 | 24 | 411 | 77 | 61 |
| Binary | 1110000 | 101111 | 11001100 | 101101 | 1001101 | 0 | 10100 | 100001001 | 111111 | 110001 |
Color Harmonies of #702FCC
Complementary color
Monochromatic Colors of #702FCC
Black with #702FCC
Text Example
Text Example
White with #702FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702FCC; }
p { color: rgb(112,47,204); }
H1.HeaderClassName
{
color: #702FCC;
}
.AnyTagClassName
{
color: #702FCC;
}
</style>
background-color css
<style>
a { background-color: #702FCC; }
a { background-color: rgb(112,47,204); }
div.DivClassName
{
background-color: #702FCC;
}
.BgClassName
{
background-color: #702FCC;
}
</style>
border-color css
<style>
span { border-color: #702FCC; }
span { border-color: rgb(112,47,204); }
td.TdClassName
{
border-color: #702FCC;
}
.TagClassName
{
border-color: #702FCC;
}
</style>