Shades of Purple Heart #703CCF
Tints of Purple Heart #703CCF
RGB
CMYK
RGB Variations
Color information
#703CCF (or 0x703CCF) is known color: Purple Heart. HEX triplet: 70, 3C and CF. RGB value is (112,60,207). Sum of RGB (Red+Green+Blue) = 112+60+207=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #703CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703CCF is #8FC330. Grayscale: #5B5B5B. Windows color (decimal): -9421617 or 13581424. OLE color: 13581424.
HSL color Cylindrical-coordinate representation of color #703CCF: hue angle of 261.22º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #703CCF is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 60 | 207 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.19 |
| HSL | 261.22º | 0.6% | 0.52% | - |
| HSV(B) | 261.22º | 0.71% | 0.81% | - |
| XYZ | 19.56 | 11.18 | 60.16 | - |
| YUV | 92.31 | 192.73 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 207 | 0.46 | 0.71 | 0 | 0.19 | 261.22 | 0.6 | 0.52 |
| Hex | 70 | 3C | CF | 2E | 47 | 0 | 13 | 105 | 3C | 34 |
| Octal | 160 | 74 | 317 | 56 | 107 | 0 | 23 | 405 | 74 | 64 |
| Binary | 1110000 | 111100 | 11001111 | 101110 | 1000111 | 0 | 10011 | 100000101 | 111100 | 110100 |
Color Harmonies of #703CCF
Complementary color
Monochromatic Colors of #703CCF
Black with #703CCF
Text Example
Text Example
White with #703CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703CCF; }
p { color: rgb(112,60,207); }
H1.HeaderClassName
{
color: #703CCF;
}
.AnyTagClassName
{
color: #703CCF;
}
</style>
background-color css
<style>
a { background-color: #703CCF; }
a { background-color: rgb(112,60,207); }
div.DivClassName
{
background-color: #703CCF;
}
.BgClassName
{
background-color: #703CCF;
}
</style>
border-color css
<style>
span { border-color: #703CCF; }
span { border-color: rgb(112,60,207); }
td.TdClassName
{
border-color: #703CCF;
}
.TagClassName
{
border-color: #703CCF;
}
</style>