Shades of Purple Heart #7140CE
Tints of Purple Heart #7140CE
RGB
CMYK
RGB Variations
Color information
#7140CE (or 0x7140CE) is known color: Purple Heart. HEX triplet: 71, 40 and CE. RGB value is (113,64,206). Sum of RGB (Red+Green+Blue) = 113+64+206=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #7140CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7140CE is #8EBF31. Grayscale: #5E5E5E. Windows color (decimal): -9355058 or 13516913. OLE color: 13516913.
HSL color Cylindrical-coordinate representation of color #7140CE: hue angle of 260.7º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7140CE is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 64 | 206 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.19 |
| HSL | 260.7º | 0.59% | 0.53% | - |
| HSV(B) | 260.7º | 0.69% | 0.81% | - |
| XYZ | 19.78 | 11.63 | 59.6 | - |
| YUV | 94.84 | 190.73 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 64 | 206 | 0.45 | 0.69 | 0 | 0.19 | 260.7 | 0.59 | 0.53 |
| Hex | 71 | 40 | CE | 2D | 45 | 0 | 13 | 105 | 3B | 35 |
| Octal | 161 | 100 | 316 | 55 | 105 | 0 | 23 | 405 | 73 | 65 |
| Binary | 1110001 | 1000000 | 11001110 | 101101 | 1000101 | 0 | 10011 | 100000101 | 111011 | 110101 |
Color Harmonies of #7140CE
Complementary color
Monochromatic Colors of #7140CE
Black with #7140CE
Text Example
Text Example
White with #7140CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7140CE; }
p { color: rgb(113,64,206); }
H1.HeaderClassName
{
color: #7140CE;
}
.AnyTagClassName
{
color: #7140CE;
}
</style>
background-color css
<style>
a { background-color: #7140CE; }
a { background-color: rgb(113,64,206); }
div.DivClassName
{
background-color: #7140CE;
}
.BgClassName
{
background-color: #7140CE;
}
</style>
border-color css
<style>
span { border-color: #7140CE; }
span { border-color: rgb(113,64,206); }
td.TdClassName
{
border-color: #7140CE;
}
.TagClassName
{
border-color: #7140CE;
}
</style>