Shades of Purple Heart #7136DB
Tints of Purple Heart #7136DB
RGB
CMYK
RGB Variations
Color information
#7136DB (or 0x7136DB) is known color: Purple Heart. HEX triplet: 71, 36 and DB. RGB value is (113,54,219). Sum of RGB (Red+Green+Blue) = 113+54+219=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #7136DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7136DB is #8EC924. Grayscale: #595959. Windows color (decimal): -9357605 or 14366321. OLE color: 14366321.
HSL color Cylindrical-coordinate representation of color #7136DB: hue angle of 261.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7136DB is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 54 | 219 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.14 |
| HSL | 261.45º | 0.7% | 0.54% | - |
| HSV(B) | 261.45º | 0.75% | 0.86% | - |
| XYZ | 20.92 | 11.26 | 68.09 | - |
| YUV | 90.45 | 200.55 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 54 | 219 | 0.48 | 0.75 | 0 | 0.14 | 261.45 | 0.7 | 0.54 |
| Hex | 71 | 36 | DB | 30 | 4B | 0 | E | 105 | 46 | 36 |
| Octal | 161 | 66 | 333 | 60 | 113 | 0 | 16 | 405 | 106 | 66 |
| Binary | 1110001 | 110110 | 11011011 | 110000 | 1001011 | 0 | 1110 | 100000101 | 1000110 | 110110 |
Color Harmonies of #7136DB
Complementary color
Monochromatic Colors of #7136DB
Black with #7136DB
Text Example
Text Example
White with #7136DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7136DB; }
p { color: rgb(113,54,219); }
H1.HeaderClassName
{
color: #7136DB;
}
.AnyTagClassName
{
color: #7136DB;
}
</style>
background-color css
<style>
a { background-color: #7136DB; }
a { background-color: rgb(113,54,219); }
div.DivClassName
{
background-color: #7136DB;
}
.BgClassName
{
background-color: #7136DB;
}
</style>
border-color css
<style>
span { border-color: #7136DB; }
span { border-color: rgb(113,54,219); }
td.TdClassName
{
border-color: #7136DB;
}
.TagClassName
{
border-color: #7136DB;
}
</style>