Shades of Purple Heart #7135C0
Tints of Purple Heart #7135C0
RGB
CMYK
RGB Variations
Color information
#7135C0 (or 0x7135C0) is known color: Purple Heart. HEX triplet: 71, 35 and C0. RGB value is (113,53,192). Sum of RGB (Red+Green+Blue) = 113+53+192=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 192 (75.39% from 255 or 53.63% from 358); Max value from RGB is 192 - color contains mainly: blue. Hex color #7135C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7135C0 is #8ECA3F. Grayscale: #565656. Windows color (decimal): -9357888 or 12596593. OLE color: 12596593.
HSL color Cylindrical-coordinate representation of color #7135C0: hue angle of 265.9º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7135C0 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 53 | 192 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.25 |
| HSL | 265.9º | 0.57% | 0.48% | - |
| HSV(B) | 265.9º | 0.72% | 0.75% | - |
| XYZ | 17.6 | 9.86 | 50.85 | - |
| YUV | 86.79 | 187.38 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 53 | 192 | 0.41 | 0.72 | 0 | 0.25 | 265.9 | 0.57 | 0.48 |
| Hex | 71 | 35 | C0 | 29 | 48 | 0 | 19 | 10A | 39 | 30 |
| Octal | 161 | 65 | 300 | 51 | 110 | 0 | 31 | 412 | 71 | 60 |
| Binary | 1110001 | 110101 | 11000000 | 101001 | 1001000 | 0 | 11001 | 100001010 | 111001 | 110000 |
Color Harmonies of #7135C0
Complementary color
Monochromatic Colors of #7135C0
Black with #7135C0
Text Example
Text Example
White with #7135C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7135C0; }
p { color: rgb(113,53,192); }
H1.HeaderClassName
{
color: #7135C0;
}
.AnyTagClassName
{
color: #7135C0;
}
</style>
background-color css
<style>
a { background-color: #7135C0; }
a { background-color: rgb(113,53,192); }
div.DivClassName
{
background-color: #7135C0;
}
.BgClassName
{
background-color: #7135C0;
}
</style>
border-color css
<style>
span { border-color: #7135C0; }
span { border-color: rgb(113,53,192); }
td.TdClassName
{
border-color: #7135C0;
}
.TagClassName
{
border-color: #7135C0;
}
</style>