Shades of Purple Heart #7136BC
Tints of Purple Heart #7136BC
RGB
CMYK
RGB Variations
Color information
#7136BC (or 0x7136BC) is known color: Purple Heart. HEX triplet: 71, 36 and BC. RGB value is (113,54,188). Sum of RGB (Red+Green+Blue) = 113+54+188=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #7136BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7136BC is #8EC943. Grayscale: #565656. Windows color (decimal): -9357636 or 12334705. OLE color: 12334705.
HSL color Cylindrical-coordinate representation of color #7136BC: hue angle of 266.42º 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 #7136BC is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 54 | 188 | - |
| CMYK | 0.40 | 0.71 | 0 | 0.26 |
| HSL | 266.42º | 0.55% | 0.47% | - |
| HSV(B) | 266.42º | 0.71% | 0.74% | - |
| XYZ | 17.21 | 9.78 | 48.56 | - |
| YUV | 86.92 | 185.05 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 54 | 188 | 0.40 | 0.71 | 0 | 0.26 | 266.42 | 0.55 | 0.47 |
| Hex | 71 | 36 | BC | 28 | 47 | 0 | 1A | 10A | 37 | 2F |
| Octal | 161 | 66 | 274 | 50 | 107 | 0 | 32 | 412 | 67 | 57 |
| Binary | 1110001 | 110110 | 10111100 | 101000 | 1000111 | 0 | 11010 | 100001010 | 110111 | 101111 |
Color Harmonies of #7136BC
Complementary color
Monochromatic Colors of #7136BC
Black with #7136BC
Text Example
Text Example
White with #7136BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7136BC; }
p { color: rgb(113,54,188); }
H1.HeaderClassName
{
color: #7136BC;
}
.AnyTagClassName
{
color: #7136BC;
}
</style>
background-color css
<style>
a { background-color: #7136BC; }
a { background-color: rgb(113,54,188); }
div.DivClassName
{
background-color: #7136BC;
}
.BgClassName
{
background-color: #7136BC;
}
</style>
border-color css
<style>
span { border-color: #7136BC; }
span { border-color: rgb(113,54,188); }
td.TdClassName
{
border-color: #7136BC;
}
.TagClassName
{
border-color: #7136BC;
}
</style>