Shades of Purple Heart #703DCB
Tints of Purple Heart #703DCB
RGB
CMYK
RGB Variations
Color information
#703DCB (or 0x703DCB) is known color: Purple Heart. HEX triplet: 70, 3D and CB. RGB value is (112,61,203). Sum of RGB (Red+Green+Blue) = 112+61+203=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #703DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703DCB is #8FC234. Grayscale: #5B5B5B. Windows color (decimal): -9421365 or 13319536. OLE color: 13319536.
HSL color Cylindrical-coordinate representation of color #703DCB: hue angle of 261.55º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #703DCB is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 61 | 203 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.20 |
| HSL | 261.55º | 0.58% | 0.52% | - |
| HSV(B) | 261.55º | 0.7% | 0.8% | - |
| XYZ | 19.13 | 11.09 | 57.63 | - |
| YUV | 92.44 | 190.4 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 203 | 0.45 | 0.70 | 0 | 0.20 | 261.55 | 0.58 | 0.52 |
| Hex | 70 | 3D | CB | 2D | 46 | 0 | 14 | 106 | 3A | 34 |
| Octal | 160 | 75 | 313 | 55 | 106 | 0 | 24 | 406 | 72 | 64 |
| Binary | 1110000 | 111101 | 11001011 | 101101 | 1000110 | 0 | 10100 | 100000110 | 111010 | 110100 |
Color Harmonies of #703DCB
Complementary color
Monochromatic Colors of #703DCB
Black with #703DCB
Text Example
Text Example
White with #703DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703DCB; }
p { color: rgb(112,61,203); }
H1.HeaderClassName
{
color: #703DCB;
}
.AnyTagClassName
{
color: #703DCB;
}
</style>
background-color css
<style>
a { background-color: #703DCB; }
a { background-color: rgb(112,61,203); }
div.DivClassName
{
background-color: #703DCB;
}
.BgClassName
{
background-color: #703DCB;
}
</style>
border-color css
<style>
span { border-color: #703DCB; }
span { border-color: rgb(112,61,203); }
td.TdClassName
{
border-color: #703DCB;
}
.TagClassName
{
border-color: #703DCB;
}
</style>