Shades of Purple Heart #5140C8
Tints of Purple Heart #5140C8
RGB
CMYK
RGB Variations
Color information
#5140C8 (or 0x5140C8) is known color: Purple Heart. HEX triplet: 51, 40 and C8. RGB value is (81,64,200). Sum of RGB (Red+Green+Blue) = 81+64+200=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 200 (78.52% from 255 or 57.97% from 345); Max value from RGB is 200 - color contains mainly: blue. Hex color #5140C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5140C8 is #AEBF37. Grayscale: #545454. Windows color (decimal): -11452216 or 13123665. OLE color: 13123665.
HSL color Cylindrical-coordinate representation of color #5140C8: hue angle of 247.5º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5140C8 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 81 | 64 | 200 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.22 |
| HSL | 247.5º | 0.55% | 0.52% | - |
| HSV(B) | 247.5º | 0.68% | 0.78% | - |
| XYZ | 15.65 | 9.59 | 55.67 | - |
| YUV | 84.59 | 193.13 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 200 | 0.59 | 0.68 | 0 | 0.22 | 247.5 | 0.55 | 0.52 |
| Hex | 51 | 40 | C8 | 3B | 44 | 0 | 16 | F8 | 37 | 34 |
| Octal | 121 | 100 | 310 | 73 | 104 | 0 | 26 | 370 | 67 | 64 |
| Binary | 1010001 | 1000000 | 11001000 | 111011 | 1000100 | 0 | 10110 | 11111000 | 110111 | 110100 |
Color Harmonies of #5140C8
Complementary color
Monochromatic Colors of #5140C8
Black with #5140C8
Text Example
Text Example
White with #5140C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5140C8; }
p { color: rgb(81,64,200); }
H1.HeaderClassName
{
color: #5140C8;
}
.AnyTagClassName
{
color: #5140C8;
}
</style>
background-color css
<style>
a { background-color: #5140C8; }
a { background-color: rgb(81,64,200); }
div.DivClassName
{
background-color: #5140C8;
}
.BgClassName
{
background-color: #5140C8;
}
</style>
border-color css
<style>
span { border-color: #5140C8; }
span { border-color: rgb(81,64,200); }
td.TdClassName
{
border-color: #5140C8;
}
.TagClassName
{
border-color: #5140C8;
}
</style>