Shades of Purple Heart #703FCB
Tints of Purple Heart #703FCB
RGB
CMYK
RGB Variations
Color information
#703FCB (or 0x703FCB) is known color: Purple Heart. HEX triplet: 70, 3F and CB. RGB value is (112,63,203). Sum of RGB (Red+Green+Blue) = 112+63+203=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #703FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703FCB is #8FC034. Grayscale: #5D5D5D. Windows color (decimal): -9420853 or 13320048. OLE color: 13320048.
HSL color Cylindrical-coordinate representation of color #703FCB: hue angle of 261º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #703FCB is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 63 | 203 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.20 |
| HSL | 261º | 0.57% | 0.52% | - |
| HSV(B) | 261º | 0.69% | 0.8% | - |
| XYZ | 19.24 | 11.31 | 57.67 | - |
| YUV | 93.61 | 189.73 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 203 | 0.45 | 0.69 | 0 | 0.20 | 261 | 0.57 | 0.52 |
| Hex | 70 | 3F | CB | 2D | 45 | 0 | 14 | 105 | 39 | 34 |
| Octal | 160 | 77 | 313 | 55 | 105 | 0 | 24 | 405 | 71 | 64 |
| Binary | 1110000 | 111111 | 11001011 | 101101 | 1000101 | 0 | 10100 | 100000101 | 111001 | 110100 |
Color Harmonies of #703FCB
Complementary color
Monochromatic Colors of #703FCB
Black with #703FCB
Text Example
Text Example
White with #703FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703FCB; }
p { color: rgb(112,63,203); }
H1.HeaderClassName
{
color: #703FCB;
}
.AnyTagClassName
{
color: #703FCB;
}
</style>
background-color css
<style>
a { background-color: #703FCB; }
a { background-color: rgb(112,63,203); }
div.DivClassName
{
background-color: #703FCB;
}
.BgClassName
{
background-color: #703FCB;
}
</style>
border-color css
<style>
span { border-color: #703FCB; }
span { border-color: rgb(112,63,203); }
td.TdClassName
{
border-color: #703FCB;
}
.TagClassName
{
border-color: #703FCB;
}
</style>