Shades of Purple Heart #7236BC
Tints of Purple Heart #7236BC
RGB
CMYK
RGB Variations
Color information
#7236BC (or 0x7236BC) is known color: Purple Heart. HEX triplet: 72, 36 and BC. RGB value is (114,54,188). Sum of RGB (Red+Green+Blue) = 114+54+188=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #7236BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7236BC is #8DC943. Grayscale: #565656. Windows color (decimal): -9292100 or 12334706. OLE color: 12334706.
HSL color Cylindrical-coordinate representation of color #7236BC: hue angle of 266.87º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7236BC is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 54 | 188 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.26 |
| HSL | 266.87º | 0.55% | 0.47% | - |
| HSV(B) | 266.87º | 0.71% | 0.74% | - |
| XYZ | 17.34 | 9.85 | 48.56 | - |
| YUV | 87.22 | 184.88 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 54 | 188 | 0.39 | 0.71 | 0 | 0.26 | 266.87 | 0.55 | 0.47 |
| Hex | 72 | 36 | BC | 27 | 47 | 0 | 1A | 10B | 37 | 2F |
| Octal | 162 | 66 | 274 | 47 | 107 | 0 | 32 | 413 | 67 | 57 |
| Binary | 1110010 | 110110 | 10111100 | 100111 | 1000111 | 0 | 11010 | 100001011 | 110111 | 101111 |
Color Harmonies of #7236BC
Complementary color
Monochromatic Colors of #7236BC
Black with #7236BC
Text Example
Text Example
White with #7236BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7236BC; }
p { color: rgb(114,54,188); }
H1.HeaderClassName
{
color: #7236BC;
}
.AnyTagClassName
{
color: #7236BC;
}
</style>
background-color css
<style>
a { background-color: #7236BC; }
a { background-color: rgb(114,54,188); }
div.DivClassName
{
background-color: #7236BC;
}
.BgClassName
{
background-color: #7236BC;
}
</style>
border-color css
<style>
span { border-color: #7236BC; }
span { border-color: rgb(114,54,188); }
td.TdClassName
{
border-color: #7236BC;
}
.TagClassName
{
border-color: #7236BC;
}
</style>