Shades of Purple Heart #703CDE
Tints of Purple Heart #703CDE
RGB
CMYK
RGB Variations
Color information
#703CDE (or 0x703CDE) is known color: Purple Heart. HEX triplet: 70, 3C and DE. RGB value is (112,60,222). Sum of RGB (Red+Green+Blue) = 112+60+222=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 222 (87.11% from 255 or 56.35% from 394); Max value from RGB is 222 - color contains mainly: blue. Hex color #703CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703CDE is #8FC321. Grayscale: #5D5D5D. Windows color (decimal): -9421602 or 14564464. OLE color: 14564464.
HSL color Cylindrical-coordinate representation of color #703CDE: hue angle of 259.26º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #703CDE is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 60 | 222 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.13 |
| HSL | 259.26º | 0.71% | 0.55% | - |
| HSV(B) | 259.26º | 0.73% | 0.87% | - |
| XYZ | 21.48 | 11.95 | 70.28 | - |
| YUV | 94.02 | 200.23 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 222 | 0.50 | 0.73 | 0 | 0.13 | 259.26 | 0.71 | 0.55 |
| Hex | 70 | 3C | DE | 32 | 49 | 0 | D | 103 | 47 | 37 |
| Octal | 160 | 74 | 336 | 62 | 111 | 0 | 15 | 403 | 107 | 67 |
| Binary | 1110000 | 111100 | 11011110 | 110010 | 1001001 | 0 | 1101 | 100000011 | 1000111 | 110111 |
Color Harmonies of #703CDE
Complementary color
Monochromatic Colors of #703CDE
Black with #703CDE
Text Example
Text Example
White with #703CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703CDE; }
p { color: rgb(112,60,222); }
H1.HeaderClassName
{
color: #703CDE;
}
.AnyTagClassName
{
color: #703CDE;
}
</style>
background-color css
<style>
a { background-color: #703CDE; }
a { background-color: rgb(112,60,222); }
div.DivClassName
{
background-color: #703CDE;
}
.BgClassName
{
background-color: #703CDE;
}
</style>
border-color css
<style>
span { border-color: #703CDE; }
span { border-color: rgb(112,60,222); }
td.TdClassName
{
border-color: #703CDE;
}
.TagClassName
{
border-color: #703CDE;
}
</style>