Shades of Purple Heart #7137DC
Tints of Purple Heart #7137DC
RGB
CMYK
RGB Variations
Color information
#7137DC (or 0x7137DC) is known color: Purple Heart. HEX triplet: 71, 37 and DC. RGB value is (113,55,220). Sum of RGB (Red+Green+Blue) = 113+55+220=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #7137DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7137DC is #8EC823. Grayscale: #5A5A5A. Windows color (decimal): -9357348 or 14432113. OLE color: 14432113.
HSL color Cylindrical-coordinate representation of color #7137DC: hue angle of 261.09º 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 #7137DC is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 55 | 220 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.14 |
| HSL | 261.09º | 0.7% | 0.54% | - |
| HSV(B) | 261.09º | 0.75% | 0.86% | - |
| XYZ | 21.09 | 11.41 | 68.8 | - |
| YUV | 91.15 | 200.72 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 55 | 220 | 0.49 | 0.75 | 0 | 0.14 | 261.09 | 0.7 | 0.54 |
| Hex | 71 | 37 | DC | 31 | 4B | 0 | E | 105 | 46 | 36 |
| Octal | 161 | 67 | 334 | 61 | 113 | 0 | 16 | 405 | 106 | 66 |
| Binary | 1110001 | 110111 | 11011100 | 110001 | 1001011 | 0 | 1110 | 100000101 | 1000110 | 110110 |
Color Harmonies of #7137DC
Complementary color
Monochromatic Colors of #7137DC
Black with #7137DC
Text Example
Text Example
White with #7137DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7137DC; }
p { color: rgb(113,55,220); }
H1.HeaderClassName
{
color: #7137DC;
}
.AnyTagClassName
{
color: #7137DC;
}
</style>
background-color css
<style>
a { background-color: #7137DC; }
a { background-color: rgb(113,55,220); }
div.DivClassName
{
background-color: #7137DC;
}
.BgClassName
{
background-color: #7137DC;
}
</style>
border-color css
<style>
span { border-color: #7137DC; }
span { border-color: rgb(113,55,220); }
td.TdClassName
{
border-color: #7137DC;
}
.TagClassName
{
border-color: #7137DC;
}
</style>