Shades of Purple Heart #7137CE
Tints of Purple Heart #7137CE
RGB
CMYK
RGB Variations
Color information
#7137CE (or 0x7137CE) is known color: Purple Heart. HEX triplet: 71, 37 and CE. RGB value is (113,55,206). Sum of RGB (Red+Green+Blue) = 113+55+206=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #7137CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7137CE is #8EC831. Grayscale: #595959. Windows color (decimal): -9357362 or 13514609. OLE color: 13514609.
HSL color Cylindrical-coordinate representation of color #7137CE: hue angle of 263.05º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7137CE is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 55 | 206 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.19 |
| HSL | 263.05º | 0.61% | 0.51% | - |
| HSV(B) | 263.05º | 0.73% | 0.81% | - |
| XYZ | 19.32 | 10.7 | 59.44 | - |
| YUV | 89.56 | 193.72 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 55 | 206 | 0.45 | 0.73 | 0 | 0.19 | 263.05 | 0.61 | 0.51 |
| Hex | 71 | 37 | CE | 2D | 49 | 0 | 13 | 107 | 3D | 33 |
| Octal | 161 | 67 | 316 | 55 | 111 | 0 | 23 | 407 | 75 | 63 |
| Binary | 1110001 | 110111 | 11001110 | 101101 | 1001001 | 0 | 10011 | 100000111 | 111101 | 110011 |
Color Harmonies of #7137CE
Complementary color
Monochromatic Colors of #7137CE
Black with #7137CE
Text Example
Text Example
White with #7137CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7137CE; }
p { color: rgb(113,55,206); }
H1.HeaderClassName
{
color: #7137CE;
}
.AnyTagClassName
{
color: #7137CE;
}
</style>
background-color css
<style>
a { background-color: #7137CE; }
a { background-color: rgb(113,55,206); }
div.DivClassName
{
background-color: #7137CE;
}
.BgClassName
{
background-color: #7137CE;
}
</style>
border-color css
<style>
span { border-color: #7137CE; }
span { border-color: rgb(113,55,206); }
td.TdClassName
{
border-color: #7137CE;
}
.TagClassName
{
border-color: #7137CE;
}
</style>