Shades of Purple Heart #5137CC
Tints of Purple Heart #5137CC
RGB
CMYK
RGB Variations
Color information
#5137CC (or 0x5137CC) is known color: Purple Heart. HEX triplet: 51, 37 and CC. RGB value is (81,55,204). Sum of RGB (Red+Green+Blue) = 81+55+204=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #5137CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5137CC is #AEC833. Grayscale: #4F4F4F. Windows color (decimal): -11454516 or 13383505. OLE color: 13383505.
HSL color Cylindrical-coordinate representation of color #5137CC: hue angle of 250.47º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5137CC is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 55 | 204 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.2 |
| HSL | 250.47º | 0.59% | 0.51% | - |
| HSV(B) | 250.47º | 0.73% | 0.8% | - |
| XYZ | 15.66 | 8.84 | 58.01 | - |
| YUV | 79.76 | 198.11 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 55 | 204 | 0.60 | 0.73 | 0 | 0.2 | 250.47 | 0.59 | 0.51 |
| Hex | 51 | 37 | CC | 3C | 49 | 0 | 14 | FA | 3B | 33 |
| Octal | 121 | 67 | 314 | 74 | 111 | 0 | 24 | 372 | 73 | 63 |
| Binary | 1010001 | 110111 | 11001100 | 111100 | 1001001 | 0 | 10100 | 11111010 | 111011 | 110011 |
Color Harmonies of #5137CC
Complementary color
Monochromatic Colors of #5137CC
Black with #5137CC
Text Example
Text Example
White with #5137CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5137CC; }
p { color: rgb(81,55,204); }
H1.HeaderClassName
{
color: #5137CC;
}
.AnyTagClassName
{
color: #5137CC;
}
</style>
background-color css
<style>
a { background-color: #5137CC; }
a { background-color: rgb(81,55,204); }
div.DivClassName
{
background-color: #5137CC;
}
.BgClassName
{
background-color: #5137CC;
}
</style>
border-color css
<style>
span { border-color: #5137CC; }
span { border-color: rgb(81,55,204); }
td.TdClassName
{
border-color: #5137CC;
}
.TagClassName
{
border-color: #5137CC;
}
</style>