Shades of Purple Heart #5118CB
Tints of Purple Heart #5118CB
RGB
CMYK
RGB Variations
Color information
#5118CB (or 0x5118CB) is known color: Purple Heart. HEX triplet: 51, 18 and CB. RGB value is (81,24,203). Sum of RGB (Red+Green+Blue) = 81+24+203=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #5118CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5118CB is #AEE734. Grayscale: #3C3C3C. Windows color (decimal): -11462453 or 13310033. OLE color: 13310033.
HSL color Cylindrical-coordinate representation of color #5118CB: hue angle of 259.11º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5118CB is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 24 | 203 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.20 |
| HSL | 259.11º | 0.79% | 0.45% | - |
| HSV(B) | 259.11º | 0.88% | 0.8% | - |
| XYZ | 14.5 | 6.71 | 57.03 | - |
| YUV | 61.45 | 207.88 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 24 | 203 | 0.60 | 0.88 | 0 | 0.20 | 259.11 | 0.79 | 0.45 |
| Hex | 51 | 18 | CB | 3C | 58 | 0 | 14 | 103 | 4F | 2D |
| Octal | 121 | 30 | 313 | 74 | 130 | 0 | 24 | 403 | 117 | 55 |
| Binary | 1010001 | 11000 | 11001011 | 111100 | 1011000 | 0 | 10100 | 100000011 | 1001111 | 101101 |
Color Harmonies of #5118CB
Complementary color
Monochromatic Colors of #5118CB
Black with #5118CB
Text Example
Text Example
White with #5118CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5118CB; }
p { color: rgb(81,24,203); }
H1.HeaderClassName
{
color: #5118CB;
}
.AnyTagClassName
{
color: #5118CB;
}
</style>
background-color css
<style>
a { background-color: #5118CB; }
a { background-color: rgb(81,24,203); }
div.DivClassName
{
background-color: #5118CB;
}
.BgClassName
{
background-color: #5118CB;
}
</style>
border-color css
<style>
span { border-color: #5118CB; }
span { border-color: rgb(81,24,203); }
td.TdClassName
{
border-color: #5118CB;
}
.TagClassName
{
border-color: #5118CB;
}
</style>