Shades of Purple Heart #703BCB
Tints of Purple Heart #703BCB
RGB
CMYK
RGB Variations
Color information
#703BCB (or 0x703BCB) is known color: Purple Heart. HEX triplet: 70, 3B and CB. RGB value is (112,59,203). Sum of RGB (Red+Green+Blue) = 112+59+203=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #703BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703BCB is #8FC434. Grayscale: #5A5A5A. Windows color (decimal): -9421877 or 13319024. OLE color: 13319024.
HSL color Cylindrical-coordinate representation of color #703BCB: hue angle of 262.08º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #703BCB is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 59 | 203 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.20 |
| HSL | 262.08º | 0.58% | 0.51% | - |
| HSV(B) | 262.08º | 0.71% | 0.8% | - |
| XYZ | 19.03 | 10.88 | 57.6 | - |
| YUV | 91.26 | 191.06 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 203 | 0.45 | 0.71 | 0 | 0.20 | 262.08 | 0.58 | 0.51 |
| Hex | 70 | 3B | CB | 2D | 47 | 0 | 14 | 106 | 3A | 33 |
| Octal | 160 | 73 | 313 | 55 | 107 | 0 | 24 | 406 | 72 | 63 |
| Binary | 1110000 | 111011 | 11001011 | 101101 | 1000111 | 0 | 10100 | 100000110 | 111010 | 110011 |
Color Harmonies of #703BCB
Complementary color
Monochromatic Colors of #703BCB
Black with #703BCB
Text Example
Text Example
White with #703BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703BCB; }
p { color: rgb(112,59,203); }
H1.HeaderClassName
{
color: #703BCB;
}
.AnyTagClassName
{
color: #703BCB;
}
</style>
background-color css
<style>
a { background-color: #703BCB; }
a { background-color: rgb(112,59,203); }
div.DivClassName
{
background-color: #703BCB;
}
.BgClassName
{
background-color: #703BCB;
}
</style>
border-color css
<style>
span { border-color: #703BCB; }
span { border-color: rgb(112,59,203); }
td.TdClassName
{
border-color: #703BCB;
}
.TagClassName
{
border-color: #703BCB;
}
</style>