Shades of Purple Heart #703FBE
Tints of Purple Heart #703FBE
RGB
CMYK
RGB Variations
Color information
#703FBE (or 0x703FBE) is known color: Purple Heart. HEX triplet: 70, 3F and BE. RGB value is (112,63,190). Sum of RGB (Red+Green+Blue) = 112+63+190=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #703FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703FBE is #8FC041. Grayscale: #5B5B5B. Windows color (decimal): -9420866 or 12468080. OLE color: 12468080.
HSL color Cylindrical-coordinate representation of color #703FBE: hue angle of 263.15º 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 #703FBE is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 63 | 190 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.25 |
| HSL | 263.15º | 0.5% | 0.5% | - |
| HSV(B) | 263.15º | 0.67% | 0.75% | - |
| XYZ | 17.75 | 10.72 | 49.85 | - |
| YUV | 92.13 | 183.23 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 190 | 0.41 | 0.67 | 0 | 0.25 | 263.15 | 0.5 | 0.5 |
| Hex | 70 | 3F | BE | 29 | 43 | 0 | 19 | 107 | 32 | 32 |
| Octal | 160 | 77 | 276 | 51 | 103 | 0 | 31 | 407 | 62 | 62 |
| Binary | 1110000 | 111111 | 10111110 | 101001 | 1000011 | 0 | 11001 | 100000111 | 110010 | 110010 |
Color Harmonies of #703FBE
Complementary color
Monochromatic Colors of #703FBE
Black with #703FBE
Text Example
Text Example
White with #703FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703FBE; }
p { color: rgb(112,63,190); }
H1.HeaderClassName
{
color: #703FBE;
}
.AnyTagClassName
{
color: #703FBE;
}
</style>
background-color css
<style>
a { background-color: #703FBE; }
a { background-color: rgb(112,63,190); }
div.DivClassName
{
background-color: #703FBE;
}
.BgClassName
{
background-color: #703FBE;
}
</style>
border-color css
<style>
span { border-color: #703FBE; }
span { border-color: rgb(112,63,190); }
td.TdClassName
{
border-color: #703FBE;
}
.TagClassName
{
border-color: #703FBE;
}
</style>