Shades of Purple Heart #5107B9
Tints of Purple Heart #5107B9
RGB
CMYK
RGB Variations
Color information
#5107B9 (or 0x5107B9) is known color: Purple Heart. HEX triplet: 51, 07 and B9. RGB value is (81,7,185). Sum of RGB (Red+Green+Blue) = 81+7+185=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 185 (72.66% from 255 or 67.77% from 273); Max value from RGB is 185 - color contains mainly: blue. Hex color #5107B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5107B9 is #AEF846. Grayscale: #303030. Windows color (decimal): -11466823 or 12126033. OLE color: 12126033.
HSL color Cylindrical-coordinate representation of color #5107B9: hue angle of 264.94º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5107B9 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 7 | 185 | - |
| CMYK | 0.56 | 0.96 | 0 | 0.27 |
| HSL | 264.94º | 0.93% | 0.38% | - |
| HSV(B) | 264.94º | 0.96% | 0.73% | - |
| XYZ | 12.23 | 5.4 | 46.3 | - |
| YUV | 49.42 | 204.52 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 7 | 185 | 0.56 | 0.96 | 0 | 0.27 | 264.94 | 0.93 | 0.38 |
| Hex | 51 | 7 | B9 | 38 | 60 | 0 | 1B | 109 | 5D | 26 |
| Octal | 121 | 7 | 271 | 70 | 140 | 0 | 33 | 411 | 135 | 46 |
| Binary | 1010001 | 111 | 10111001 | 111000 | 1100000 | 0 | 11011 | 100001001 | 1011101 | 100110 |
Color Harmonies of #5107B9
Complementary color
Monochromatic Colors of #5107B9
Black with #5107B9
Text Example
Text Example
White with #5107B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5107B9; }
p { color: rgb(81,7,185); }
H1.HeaderClassName
{
color: #5107B9;
}
.AnyTagClassName
{
color: #5107B9;
}
</style>
background-color css
<style>
a { background-color: #5107B9; }
a { background-color: rgb(81,7,185); }
div.DivClassName
{
background-color: #5107B9;
}
.BgClassName
{
background-color: #5107B9;
}
</style>
border-color css
<style>
span { border-color: #5107B9; }
span { border-color: rgb(81,7,185); }
td.TdClassName
{
border-color: #5107B9;
}
.TagClassName
{
border-color: #5107B9;
}
</style>