Shades of Purple Heart #7136DA
Tints of Purple Heart #7136DA
RGB
CMYK
RGB Variations
Color information
#7136DA (or 0x7136DA) is known color: Purple Heart. HEX triplet: 71, 36 and DA. RGB value is (113,54,218). Sum of RGB (Red+Green+Blue) = 113+54+218=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #7136DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7136DA is #8EC925. Grayscale: #595959. Windows color (decimal): -9357606 or 14300785. OLE color: 14300785.
HSL color Cylindrical-coordinate representation of color #7136DA: hue angle of 261.59º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7136DA is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 54 | 218 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.15 |
| HSL | 261.59º | 0.69% | 0.53% | - |
| HSV(B) | 261.59º | 0.75% | 0.85% | - |
| XYZ | 20.78 | 11.21 | 67.4 | - |
| YUV | 90.34 | 200.05 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 54 | 218 | 0.48 | 0.75 | 0 | 0.15 | 261.59 | 0.69 | 0.53 |
| Hex | 71 | 36 | DA | 30 | 4B | 0 | F | 106 | 45 | 35 |
| Octal | 161 | 66 | 332 | 60 | 113 | 0 | 17 | 406 | 105 | 65 |
| Binary | 1110001 | 110110 | 11011010 | 110000 | 1001011 | 0 | 1111 | 100000110 | 1000101 | 110101 |
Color Harmonies of #7136DA
Complementary color
Monochromatic Colors of #7136DA
Black with #7136DA
Text Example
Text Example
White with #7136DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7136DA; }
p { color: rgb(113,54,218); }
H1.HeaderClassName
{
color: #7136DA;
}
.AnyTagClassName
{
color: #7136DA;
}
</style>
background-color css
<style>
a { background-color: #7136DA; }
a { background-color: rgb(113,54,218); }
div.DivClassName
{
background-color: #7136DA;
}
.BgClassName
{
background-color: #7136DA;
}
</style>
border-color css
<style>
span { border-color: #7136DA; }
span { border-color: rgb(113,54,218); }
td.TdClassName
{
border-color: #7136DA;
}
.TagClassName
{
border-color: #7136DA;
}
</style>