Shades of Purple Heart #703CCD
Tints of Purple Heart #703CCD
RGB
CMYK
RGB Variations
Color information
#703CCD (or 0x703CCD) is known color: Purple Heart. HEX triplet: 70, 3C and CD. RGB value is (112,60,205). Sum of RGB (Red+Green+Blue) = 112+60+205=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #703CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703CCD is #8FC332. Grayscale: #5B5B5B. Windows color (decimal): -9421619 or 13450352. OLE color: 13450352.
HSL color Cylindrical-coordinate representation of color #703CCD: hue angle of 261.52º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #703CCD is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 60 | 205 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.20 |
| HSL | 261.52º | 0.59% | 0.52% | - |
| HSV(B) | 261.52º | 0.71% | 0.8% | - |
| XYZ | 19.32 | 11.08 | 58.88 | - |
| YUV | 92.08 | 191.73 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 205 | 0.45 | 0.71 | 0 | 0.20 | 261.52 | 0.59 | 0.52 |
| Hex | 70 | 3C | CD | 2D | 47 | 0 | 14 | 106 | 3B | 34 |
| Octal | 160 | 74 | 315 | 55 | 107 | 0 | 24 | 406 | 73 | 64 |
| Binary | 1110000 | 111100 | 11001101 | 101101 | 1000111 | 0 | 10100 | 100000110 | 111011 | 110100 |
Color Harmonies of #703CCD
Complementary color
Monochromatic Colors of #703CCD
Black with #703CCD
Text Example
Text Example
White with #703CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703CCD; }
p { color: rgb(112,60,205); }
H1.HeaderClassName
{
color: #703CCD;
}
.AnyTagClassName
{
color: #703CCD;
}
</style>
background-color css
<style>
a { background-color: #703CCD; }
a { background-color: rgb(112,60,205); }
div.DivClassName
{
background-color: #703CCD;
}
.BgClassName
{
background-color: #703CCD;
}
</style>
border-color css
<style>
span { border-color: #703CCD; }
span { border-color: rgb(112,60,205); }
td.TdClassName
{
border-color: #703CCD;
}
.TagClassName
{
border-color: #703CCD;
}
</style>