Shades of Purple Heart #703CB7
Tints of Purple Heart #703CB7
RGB
CMYK
RGB Variations
Color information
#703CB7 (or 0x703CB7) is known color: Purple Heart. HEX triplet: 70, 3C and B7. RGB value is (112,60,183). Sum of RGB (Red+Green+Blue) = 112+60+183=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 183 (71.88% from 255 or 51.55% from 355); Max value from RGB is 183 - color contains mainly: blue. Hex color #703CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703CB7 is #8FC348. Grayscale: #595959. Windows color (decimal): -9421641 or 12008560. OLE color: 12008560.
HSL color Cylindrical-coordinate representation of color #703CB7: hue angle of 265.37º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #703CB7 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 60 | 183 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.28 |
| HSL | 265.37º | 0.51% | 0.48% | - |
| HSV(B) | 265.37º | 0.67% | 0.72% | - |
| XYZ | 16.85 | 10.1 | 45.86 | - |
| YUV | 89.57 | 180.73 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 183 | 0.39 | 0.67 | 0 | 0.28 | 265.37 | 0.51 | 0.48 |
| Hex | 70 | 3C | B7 | 27 | 43 | 0 | 1C | 109 | 33 | 30 |
| Octal | 160 | 74 | 267 | 47 | 103 | 0 | 34 | 411 | 63 | 60 |
| Binary | 1110000 | 111100 | 10110111 | 100111 | 1000011 | 0 | 11100 | 100001001 | 110011 | 110000 |
Color Harmonies of #703CB7
Complementary color
Monochromatic Colors of #703CB7
Black with #703CB7
Text Example
Text Example
White with #703CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703CB7; }
p { color: rgb(112,60,183); }
H1.HeaderClassName
{
color: #703CB7;
}
.AnyTagClassName
{
color: #703CB7;
}
</style>
background-color css
<style>
a { background-color: #703CB7; }
a { background-color: rgb(112,60,183); }
div.DivClassName
{
background-color: #703CB7;
}
.BgClassName
{
background-color: #703CB7;
}
</style>
border-color css
<style>
span { border-color: #703CB7; }
span { border-color: rgb(112,60,183); }
td.TdClassName
{
border-color: #703CB7;
}
.TagClassName
{
border-color: #703CB7;
}
</style>