Shades of Purple Heart #7140CB
Tints of Purple Heart #7140CB
RGB
CMYK
RGB Variations
Color information
#7140CB (or 0x7140CB) is known color: Purple Heart. HEX triplet: 71, 40 and CB. RGB value is (113,64,203). Sum of RGB (Red+Green+Blue) = 113+64+203=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #7140CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7140CB is #8EBF34. Grayscale: #5D5D5D. Windows color (decimal): -9355061 or 13320305. OLE color: 13320305.
HSL color Cylindrical-coordinate representation of color #7140CB: hue angle of 261.15º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7140CB is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 64 | 203 | - |
| CMYK | 0.44 | 0.68 | 0 | 0.20 |
| HSL | 261.15º | 0.57% | 0.52% | - |
| HSV(B) | 261.15º | 0.68% | 0.8% | - |
| XYZ | 19.42 | 11.49 | 57.69 | - |
| YUV | 94.5 | 189.23 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 64 | 203 | 0.44 | 0.68 | 0 | 0.20 | 261.15 | 0.57 | 0.52 |
| Hex | 71 | 40 | CB | 2C | 44 | 0 | 14 | 105 | 39 | 34 |
| Octal | 161 | 100 | 313 | 54 | 104 | 0 | 24 | 405 | 71 | 64 |
| Binary | 1110001 | 1000000 | 11001011 | 101100 | 1000100 | 0 | 10100 | 100000101 | 111001 | 110100 |
Color Harmonies of #7140CB
Complementary color
Monochromatic Colors of #7140CB
Black with #7140CB
Text Example
Text Example
White with #7140CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7140CB; }
p { color: rgb(113,64,203); }
H1.HeaderClassName
{
color: #7140CB;
}
.AnyTagClassName
{
color: #7140CB;
}
</style>
background-color css
<style>
a { background-color: #7140CB; }
a { background-color: rgb(113,64,203); }
div.DivClassName
{
background-color: #7140CB;
}
.BgClassName
{
background-color: #7140CB;
}
</style>
border-color css
<style>
span { border-color: #7140CB; }
span { border-color: rgb(113,64,203); }
td.TdClassName
{
border-color: #7140CB;
}
.TagClassName
{
border-color: #7140CB;
}
</style>