Shades of Purple Heart #7134C0
Tints of Purple Heart #7134C0
RGB
CMYK
RGB Variations
Color information
#7134C0 (or 0x7134C0) is known color: Purple Heart. HEX triplet: 71, 34 and C0. RGB value is (113,52,192). Sum of RGB (Red+Green+Blue) = 113+52+192=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 192 (75.39% from 255 or 53.78% from 357); Max value from RGB is 192 - color contains mainly: blue. Hex color #7134C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7134C0 is #8ECB3F. Grayscale: #555555. Windows color (decimal): -9358144 or 12596337. OLE color: 12596337.
HSL color Cylindrical-coordinate representation of color #7134C0: hue angle of 266.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7134C0 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 52 | 192 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.25 |
| HSL | 266.14º | 0.57% | 0.48% | - |
| HSV(B) | 266.14º | 0.73% | 0.75% | - |
| XYZ | 17.55 | 9.77 | 50.83 | - |
| YUV | 86.2 | 187.71 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 52 | 192 | 0.41 | 0.73 | 0 | 0.25 | 266.14 | 0.57 | 0.48 |
| Hex | 71 | 34 | C0 | 29 | 49 | 0 | 19 | 10A | 39 | 30 |
| Octal | 161 | 64 | 300 | 51 | 111 | 0 | 31 | 412 | 71 | 60 |
| Binary | 1110001 | 110100 | 11000000 | 101001 | 1001001 | 0 | 11001 | 100001010 | 111001 | 110000 |
Color Harmonies of #7134C0
Complementary color
Monochromatic Colors of #7134C0
Black with #7134C0
Text Example
Text Example
White with #7134C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7134C0; }
p { color: rgb(113,52,192); }
H1.HeaderClassName
{
color: #7134C0;
}
.AnyTagClassName
{
color: #7134C0;
}
</style>
background-color css
<style>
a { background-color: #7134C0; }
a { background-color: rgb(113,52,192); }
div.DivClassName
{
background-color: #7134C0;
}
.BgClassName
{
background-color: #7134C0;
}
</style>
border-color css
<style>
span { border-color: #7134C0; }
span { border-color: rgb(113,52,192); }
td.TdClassName
{
border-color: #7134C0;
}
.TagClassName
{
border-color: #7134C0;
}
</style>