Shades of Purple Heart #702CCC
Tints of Purple Heart #702CCC
RGB
CMYK
RGB Variations
Color information
#702CCC (or 0x702CCC) is known color: Purple Heart. HEX triplet: 70, 2C and CC. RGB value is (112,44,204). Sum of RGB (Red+Green+Blue) = 112+44+204=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #702CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702CCC is #8FD333. Grayscale: #525252. Windows color (decimal): -9425716 or 13380720. OLE color: 13380720.
HSL color Cylindrical-coordinate representation of color #702CCC: hue angle of 265.5º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #702CCC is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 44 | 204 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.2 |
| HSL | 265.5º | 0.65% | 0.49% | - |
| HSV(B) | 265.5º | 0.78% | 0.8% | - |
| XYZ | 18.48 | 9.61 | 58.01 | - |
| YUV | 82.57 | 196.53 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 204 | 0.45 | 0.78 | 0 | 0.2 | 265.5 | 0.65 | 0.49 |
| Hex | 70 | 2C | CC | 2D | 4E | 0 | 14 | 10A | 41 | 31 |
| Octal | 160 | 54 | 314 | 55 | 116 | 0 | 24 | 412 | 101 | 61 |
| Binary | 1110000 | 101100 | 11001100 | 101101 | 1001110 | 0 | 10100 | 100001010 | 1000001 | 110001 |
Color Harmonies of #702CCC
Complementary color
Monochromatic Colors of #702CCC
Black with #702CCC
Text Example
Text Example
White with #702CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702CCC; }
p { color: rgb(112,44,204); }
H1.HeaderClassName
{
color: #702CCC;
}
.AnyTagClassName
{
color: #702CCC;
}
</style>
background-color css
<style>
a { background-color: #702CCC; }
a { background-color: rgb(112,44,204); }
div.DivClassName
{
background-color: #702CCC;
}
.BgClassName
{
background-color: #702CCC;
}
</style>
border-color css
<style>
span { border-color: #702CCC; }
span { border-color: rgb(112,44,204); }
td.TdClassName
{
border-color: #702CCC;
}
.TagClassName
{
border-color: #702CCC;
}
</style>