Shades of Purple Heart #703FBF
Tints of Purple Heart #703FBF
RGB
CMYK
RGB Variations
Color information
#703FBF (or 0x703FBF) is known color: Purple Heart. HEX triplet: 70, 3F and BF. RGB value is (112,63,191). Sum of RGB (Red+Green+Blue) = 112+63+191=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #703FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703FBF is #8FC040. Grayscale: #5B5B5B. Windows color (decimal): -9420865 or 12533616. OLE color: 12533616.
HSL color Cylindrical-coordinate representation of color #703FBF: hue angle of 262.97º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #703FBF is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 63 | 191 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.25 |
| HSL | 262.97º | 0.5% | 0.5% | - |
| HSV(B) | 262.97º | 0.67% | 0.75% | - |
| XYZ | 17.86 | 10.76 | 50.43 | - |
| YUV | 92.24 | 183.73 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 191 | 0.41 | 0.67 | 0 | 0.25 | 262.97 | 0.5 | 0.5 |
| Hex | 70 | 3F | BF | 29 | 43 | 0 | 19 | 107 | 32 | 32 |
| Octal | 160 | 77 | 277 | 51 | 103 | 0 | 31 | 407 | 62 | 62 |
| Binary | 1110000 | 111111 | 10111111 | 101001 | 1000011 | 0 | 11001 | 100000111 | 110010 | 110010 |
Color Harmonies of #703FBF
Complementary color
Monochromatic Colors of #703FBF
Black with #703FBF
Text Example
Text Example
White with #703FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703FBF; }
p { color: rgb(112,63,191); }
H1.HeaderClassName
{
color: #703FBF;
}
.AnyTagClassName
{
color: #703FBF;
}
</style>
background-color css
<style>
a { background-color: #703FBF; }
a { background-color: rgb(112,63,191); }
div.DivClassName
{
background-color: #703FBF;
}
.BgClassName
{
background-color: #703FBF;
}
</style>
border-color css
<style>
span { border-color: #703FBF; }
span { border-color: rgb(112,63,191); }
td.TdClassName
{
border-color: #703FBF;
}
.TagClassName
{
border-color: #703FBF;
}
</style>