Shades of Purple Heart #5136C0
Tints of Purple Heart #5136C0
RGB
CMYK
RGB Variations
Color information
#5136C0 (or 0x5136C0) is known color: Purple Heart. HEX triplet: 51, 36 and C0. RGB value is (81,54,192). Sum of RGB (Red+Green+Blue) = 81+54+192=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 192 (75.39% from 255 or 58.72% from 327); Max value from RGB is 192 - color contains mainly: blue. Hex color #5136C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5136C0 is #AEC93F. Grayscale: #4D4D4D. Windows color (decimal): -11454784 or 12596817. OLE color: 12596817.
HSL color Cylindrical-coordinate representation of color #5136C0: hue angle of 251.74º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5136C0 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 54 | 192 | - |
| CMYK | 0.58 | 0.72 | 0 | 0.25 |
| HSL | 251.74º | 0.56% | 0.48% | - |
| HSV(B) | 251.74º | 0.72% | 0.75% | - |
| XYZ | 14.23 | 8.19 | 50.7 | - |
| YUV | 77.81 | 192.45 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 54 | 192 | 0.58 | 0.72 | 0 | 0.25 | 251.74 | 0.56 | 0.48 |
| Hex | 51 | 36 | C0 | 3A | 48 | 0 | 19 | FC | 38 | 30 |
| Octal | 121 | 66 | 300 | 72 | 110 | 0 | 31 | 374 | 70 | 60 |
| Binary | 1010001 | 110110 | 11000000 | 111010 | 1001000 | 0 | 11001 | 11111100 | 111000 | 110000 |
Color Harmonies of #5136C0
Complementary color
Monochromatic Colors of #5136C0
Black with #5136C0
Text Example
Text Example
White with #5136C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5136C0; }
p { color: rgb(81,54,192); }
H1.HeaderClassName
{
color: #5136C0;
}
.AnyTagClassName
{
color: #5136C0;
}
</style>
background-color css
<style>
a { background-color: #5136C0; }
a { background-color: rgb(81,54,192); }
div.DivClassName
{
background-color: #5136C0;
}
.BgClassName
{
background-color: #5136C0;
}
</style>
border-color css
<style>
span { border-color: #5136C0; }
span { border-color: rgb(81,54,192); }
td.TdClassName
{
border-color: #5136C0;
}
.TagClassName
{
border-color: #5136C0;
}
</style>