Shades of Purple Heart #7136CE
Tints of Purple Heart #7136CE
RGB
CMYK
RGB Variations
Color information
#7136CE (or 0x7136CE) is known color: Purple Heart. HEX triplet: 71, 36 and CE. RGB value is (113,54,206). Sum of RGB (Red+Green+Blue) = 113+54+206=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #7136CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7136CE is #8EC931. Grayscale: #585858. Windows color (decimal): -9357618 or 13514353. OLE color: 13514353.
HSL color Cylindrical-coordinate representation of color #7136CE: hue angle of 263.29º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7136CE is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 54 | 206 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.19 |
| HSL | 263.29º | 0.61% | 0.51% | - |
| HSV(B) | 263.29º | 0.74% | 0.81% | - |
| XYZ | 19.27 | 10.61 | 59.42 | - |
| YUV | 88.97 | 194.05 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 54 | 206 | 0.45 | 0.74 | 0 | 0.19 | 263.29 | 0.61 | 0.51 |
| Hex | 71 | 36 | CE | 2D | 4A | 0 | 13 | 107 | 3D | 33 |
| Octal | 161 | 66 | 316 | 55 | 112 | 0 | 23 | 407 | 75 | 63 |
| Binary | 1110001 | 110110 | 11001110 | 101101 | 1001010 | 0 | 10011 | 100000111 | 111101 | 110011 |
Color Harmonies of #7136CE
Complementary color
Monochromatic Colors of #7136CE
Black with #7136CE
Text Example
Text Example
White with #7136CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7136CE; }
p { color: rgb(113,54,206); }
H1.HeaderClassName
{
color: #7136CE;
}
.AnyTagClassName
{
color: #7136CE;
}
</style>
background-color css
<style>
a { background-color: #7136CE; }
a { background-color: rgb(113,54,206); }
div.DivClassName
{
background-color: #7136CE;
}
.BgClassName
{
background-color: #7136CE;
}
</style>
border-color css
<style>
span { border-color: #7136CE; }
span { border-color: rgb(113,54,206); }
td.TdClassName
{
border-color: #7136CE;
}
.TagClassName
{
border-color: #7136CE;
}
</style>