Shades of Purple Heart #5115B3
Tints of Purple Heart #5115B3
RGB
CMYK
RGB Variations
Color information
#5115B3 (or 0x5115B3) is known color: Purple Heart. HEX triplet: 51, 15 and B3. RGB value is (81,21,179). Sum of RGB (Red+Green+Blue) = 81+21+179=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 179 (70.31% from 255 or 63.70% from 281); Max value from RGB is 179 - color contains mainly: blue. Hex color #5115B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5115B3 is #AEEA4C. Grayscale: #383838. Windows color (decimal): -11463245 or 11736401. OLE color: 11736401.
HSL color Cylindrical-coordinate representation of color #5115B3: hue angle of 262.78º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5115B3 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 81 | 21 | 179 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.30 |
| HSL | 262.78º | 0.79% | 0.39% | - |
| HSV(B) | 262.78º | 0.88% | 0.7% | - |
| XYZ | 11.8 | 5.54 | 43.1 | - |
| YUV | 56.95 | 196.88 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 179 | 0.55 | 0.88 | 0 | 0.30 | 262.78 | 0.79 | 0.39 |
| Hex | 51 | 15 | B3 | 37 | 58 | 0 | 1E | 107 | 4F | 27 |
| Octal | 121 | 25 | 263 | 67 | 130 | 0 | 36 | 407 | 117 | 47 |
| Binary | 1010001 | 10101 | 10110011 | 110111 | 1011000 | 0 | 11110 | 100000111 | 1001111 | 100111 |
Color Harmonies of #5115B3
Complementary color
Monochromatic Colors of #5115B3
Black with #5115B3
Text Example
Text Example
White with #5115B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5115B3; }
p { color: rgb(81,21,179); }
H1.HeaderClassName
{
color: #5115B3;
}
.AnyTagClassName
{
color: #5115B3;
}
</style>
background-color css
<style>
a { background-color: #5115B3; }
a { background-color: rgb(81,21,179); }
div.DivClassName
{
background-color: #5115B3;
}
.BgClassName
{
background-color: #5115B3;
}
</style>
border-color css
<style>
span { border-color: #5115B3; }
span { border-color: rgb(81,21,179); }
td.TdClassName
{
border-color: #5115B3;
}
.TagClassName
{
border-color: #5115B3;
}
</style>