Shades of Purple Heart #703CCC
Tints of Purple Heart #703CCC
RGB
CMYK
RGB Variations
Color information
#703CCC (or 0x703CCC) is known color: Purple Heart. HEX triplet: 70, 3C and CC. RGB value is (112,60,204). Sum of RGB (Red+Green+Blue) = 112+60+204=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #703CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703CCC is #8FC333. Grayscale: #5B5B5B. Windows color (decimal): -9421620 or 13384816. OLE color: 13384816.
HSL color Cylindrical-coordinate representation of color #703CCC: hue angle of 261.67º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #703CCC is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 60 | 204 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.2 |
| HSL | 261.67º | 0.59% | 0.52% | - |
| HSV(B) | 261.67º | 0.71% | 0.8% | - |
| XYZ | 19.2 | 11.04 | 58.25 | - |
| YUV | 91.96 | 191.23 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 204 | 0.45 | 0.71 | 0 | 0.2 | 261.67 | 0.59 | 0.52 |
| Hex | 70 | 3C | CC | 2D | 47 | 0 | 14 | 106 | 3B | 34 |
| Octal | 160 | 74 | 314 | 55 | 107 | 0 | 24 | 406 | 73 | 64 |
| Binary | 1110000 | 111100 | 11001100 | 101101 | 1000111 | 0 | 10100 | 100000110 | 111011 | 110100 |
Color Harmonies of #703CCC
Complementary color
Monochromatic Colors of #703CCC
Black with #703CCC
Text Example
Text Example
White with #703CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703CCC; }
p { color: rgb(112,60,204); }
H1.HeaderClassName
{
color: #703CCC;
}
.AnyTagClassName
{
color: #703CCC;
}
</style>
background-color css
<style>
a { background-color: #703CCC; }
a { background-color: rgb(112,60,204); }
div.DivClassName
{
background-color: #703CCC;
}
.BgClassName
{
background-color: #703CCC;
}
</style>
border-color css
<style>
span { border-color: #703CCC; }
span { border-color: rgb(112,60,204); }
td.TdClassName
{
border-color: #703CCC;
}
.TagClassName
{
border-color: #703CCC;
}
</style>