Shades of Purple Heart #7135C2
Tints of Purple Heart #7135C2
RGB
CMYK
RGB Variations
Color information
#7135C2 (or 0x7135C2) is known color: Purple Heart. HEX triplet: 71, 35 and C2. RGB value is (113,53,194). Sum of RGB (Red+Green+Blue) = 113+53+194=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 194 (76.17% from 255 or 53.89% from 360); Max value from RGB is 194 - color contains mainly: blue. Hex color #7135C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7135C2 is #8ECA3D. Grayscale: #565656. Windows color (decimal): -9357886 or 12727665. OLE color: 12727665.
HSL color Cylindrical-coordinate representation of color #7135C2: hue angle of 265.53º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7135C2 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 53 | 194 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.24 |
| HSL | 265.53º | 0.57% | 0.48% | - |
| HSV(B) | 265.53º | 0.73% | 0.76% | - |
| XYZ | 17.82 | 9.95 | 52.02 | - |
| YUV | 87.01 | 188.38 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 53 | 194 | 0.42 | 0.73 | 0 | 0.24 | 265.53 | 0.57 | 0.48 |
| Hex | 71 | 35 | C2 | 2A | 49 | 0 | 18 | 10A | 39 | 30 |
| Octal | 161 | 65 | 302 | 52 | 111 | 0 | 30 | 412 | 71 | 60 |
| Binary | 1110001 | 110101 | 11000010 | 101010 | 1001001 | 0 | 11000 | 100001010 | 111001 | 110000 |
Color Harmonies of #7135C2
Complementary color
Monochromatic Colors of #7135C2
Black with #7135C2
Text Example
Text Example
White with #7135C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7135C2; }
p { color: rgb(113,53,194); }
H1.HeaderClassName
{
color: #7135C2;
}
.AnyTagClassName
{
color: #7135C2;
}
</style>
background-color css
<style>
a { background-color: #7135C2; }
a { background-color: rgb(113,53,194); }
div.DivClassName
{
background-color: #7135C2;
}
.BgClassName
{
background-color: #7135C2;
}
</style>
border-color css
<style>
span { border-color: #7135C2; }
span { border-color: rgb(113,53,194); }
td.TdClassName
{
border-color: #7135C2;
}
.TagClassName
{
border-color: #7135C2;
}
</style>