Shades of Purple Heart #5134CF
Tints of Purple Heart #5134CF
RGB
CMYK
RGB Variations
Color information
#5134CF (or 0x5134CF) is known color: Purple Heart. HEX triplet: 51, 34 and CF. RGB value is (81,52,207). Sum of RGB (Red+Green+Blue) = 81+52+207=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #5134CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5134CF is #AECB30. Grayscale: #4D4D4D. Windows color (decimal): -11455281 or 13579345. OLE color: 13579345.
HSL color Cylindrical-coordinate representation of color #5134CF: hue angle of 251.23º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5134CF is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 52 | 207 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.19 |
| HSL | 251.23º | 0.62% | 0.51% | - |
| HSV(B) | 251.23º | 0.75% | 0.81% | - |
| XYZ | 15.88 | 8.71 | 59.88 | - |
| YUV | 78.34 | 200.61 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 52 | 207 | 0.61 | 0.75 | 0 | 0.19 | 251.23 | 0.62 | 0.51 |
| Hex | 51 | 34 | CF | 3D | 4B | 0 | 13 | FB | 3E | 33 |
| Octal | 121 | 64 | 317 | 75 | 113 | 0 | 23 | 373 | 76 | 63 |
| Binary | 1010001 | 110100 | 11001111 | 111101 | 1001011 | 0 | 10011 | 11111011 | 111110 | 110011 |
Color Harmonies of #5134CF
Complementary color
Monochromatic Colors of #5134CF
Black with #5134CF
Text Example
Text Example
White with #5134CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5134CF; }
p { color: rgb(81,52,207); }
H1.HeaderClassName
{
color: #5134CF;
}
.AnyTagClassName
{
color: #5134CF;
}
</style>
background-color css
<style>
a { background-color: #5134CF; }
a { background-color: rgb(81,52,207); }
div.DivClassName
{
background-color: #5134CF;
}
.BgClassName
{
background-color: #5134CF;
}
</style>
border-color css
<style>
span { border-color: #5134CF; }
span { border-color: rgb(81,52,207); }
td.TdClassName
{
border-color: #5134CF;
}
.TagClassName
{
border-color: #5134CF;
}
</style>