Shades of Purple Heart #5136CC
Tints of Purple Heart #5136CC
RGB
CMYK
RGB Variations
Color information
#5136CC (or 0x5136CC) is known color: Purple Heart. HEX triplet: 51, 36 and CC. RGB value is (81,54,204). Sum of RGB (Red+Green+Blue) = 81+54+204=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #5136CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5136CC is #AEC933. Grayscale: #4E4E4E. Windows color (decimal): -11454772 or 13383249. OLE color: 13383249.
HSL color Cylindrical-coordinate representation of color #5136CC: hue angle of 250.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5136CC is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 54 | 204 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.2 |
| HSL | 250.8º | 0.6% | 0.51% | - |
| HSV(B) | 250.8º | 0.74% | 0.8% | - |
| XYZ | 15.61 | 8.75 | 57.99 | - |
| YUV | 79.17 | 198.45 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 54 | 204 | 0.60 | 0.74 | 0 | 0.2 | 250.8 | 0.6 | 0.51 |
| Hex | 51 | 36 | CC | 3C | 4A | 0 | 14 | FB | 3C | 33 |
| Octal | 121 | 66 | 314 | 74 | 112 | 0 | 24 | 373 | 74 | 63 |
| Binary | 1010001 | 110110 | 11001100 | 111100 | 1001010 | 0 | 10100 | 11111011 | 111100 | 110011 |
Color Harmonies of #5136CC
Complementary color
Monochromatic Colors of #5136CC
Black with #5136CC
Text Example
Text Example
White with #5136CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5136CC; }
p { color: rgb(81,54,204); }
H1.HeaderClassName
{
color: #5136CC;
}
.AnyTagClassName
{
color: #5136CC;
}
</style>
background-color css
<style>
a { background-color: #5136CC; }
a { background-color: rgb(81,54,204); }
div.DivClassName
{
background-color: #5136CC;
}
.BgClassName
{
background-color: #5136CC;
}
</style>
border-color css
<style>
span { border-color: #5136CC; }
span { border-color: rgb(81,54,204); }
td.TdClassName
{
border-color: #5136CC;
}
.TagClassName
{
border-color: #5136CC;
}
</style>