Shades of Purple Heart #702CCE
Tints of Purple Heart #702CCE
RGB
CMYK
RGB Variations
Color information
#702CCE (or 0x702CCE) is known color: Purple Heart. HEX triplet: 70, 2C and CE. RGB value is (112,44,206). Sum of RGB (Red+Green+Blue) = 112+44+206=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #702CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702CCE is #8FD331. Grayscale: #525252. Windows color (decimal): -9425714 or 13511792. OLE color: 13511792.
HSL color Cylindrical-coordinate representation of color #702CCE: hue angle of 265.19º 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 #702CCE is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 44 | 206 | - |
| CMYK | 0.46 | 0.79 | 0 | 0.19 |
| HSL | 265.19º | 0.65% | 0.49% | - |
| HSV(B) | 265.19º | 0.79% | 0.81% | - |
| XYZ | 18.72 | 9.7 | 59.28 | - |
| YUV | 82.8 | 197.53 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 206 | 0.46 | 0.79 | 0 | 0.19 | 265.19 | 0.65 | 0.49 |
| Hex | 70 | 2C | CE | 2E | 4F | 0 | 13 | 109 | 41 | 31 |
| Octal | 160 | 54 | 316 | 56 | 117 | 0 | 23 | 411 | 101 | 61 |
| Binary | 1110000 | 101100 | 11001110 | 101110 | 1001111 | 0 | 10011 | 100001001 | 1000001 | 110001 |
Color Harmonies of #702CCE
Complementary color
Monochromatic Colors of #702CCE
Black with #702CCE
Text Example
Text Example
White with #702CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702CCE; }
p { color: rgb(112,44,206); }
H1.HeaderClassName
{
color: #702CCE;
}
.AnyTagClassName
{
color: #702CCE;
}
</style>
background-color css
<style>
a { background-color: #702CCE; }
a { background-color: rgb(112,44,206); }
div.DivClassName
{
background-color: #702CCE;
}
.BgClassName
{
background-color: #702CCE;
}
</style>
border-color css
<style>
span { border-color: #702CCE; }
span { border-color: rgb(112,44,206); }
td.TdClassName
{
border-color: #702CCE;
}
.TagClassName
{
border-color: #702CCE;
}
</style>