Shades of Purple Heart #702ACE
Tints of Purple Heart #702ACE
RGB
CMYK
RGB Variations
Color information
#702ACE (or 0x702ACE) is known color: Purple Heart. HEX triplet: 70, 2A and CE. RGB value is (112,42,206). Sum of RGB (Red+Green+Blue) = 112+42+206=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #702ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702ACE is #8FD531. Grayscale: #515151. Windows color (decimal): -9426226 or 13511280. OLE color: 13511280.
HSL color Cylindrical-coordinate representation of color #702ACE: hue angle of 265.61º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #702ACE is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 42 | 206 | - |
| CMYK | 0.46 | 0.80 | 0 | 0.19 |
| HSL | 265.61º | 0.66% | 0.49% | - |
| HSV(B) | 265.61º | 0.8% | 0.81% | - |
| XYZ | 18.65 | 9.56 | 59.25 | - |
| YUV | 81.63 | 198.19 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 206 | 0.46 | 0.80 | 0 | 0.19 | 265.61 | 0.66 | 0.49 |
| Hex | 70 | 2A | CE | 2E | 50 | 0 | 13 | 10A | 42 | 31 |
| Octal | 160 | 52 | 316 | 56 | 120 | 0 | 23 | 412 | 102 | 61 |
| Binary | 1110000 | 101010 | 11001110 | 101110 | 1010000 | 0 | 10011 | 100001010 | 1000010 | 110001 |
Color Harmonies of #702ACE
Complementary color
Monochromatic Colors of #702ACE
Black with #702ACE
Text Example
Text Example
White with #702ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702ACE; }
p { color: rgb(112,42,206); }
H1.HeaderClassName
{
color: #702ACE;
}
.AnyTagClassName
{
color: #702ACE;
}
</style>
background-color css
<style>
a { background-color: #702ACE; }
a { background-color: rgb(112,42,206); }
div.DivClassName
{
background-color: #702ACE;
}
.BgClassName
{
background-color: #702ACE;
}
</style>
border-color css
<style>
span { border-color: #702ACE; }
span { border-color: rgb(112,42,206); }
td.TdClassName
{
border-color: #702ACE;
}
.TagClassName
{
border-color: #702ACE;
}
</style>