Shades of Purple Heart #5107BD
Tints of Purple Heart #5107BD
RGB
CMYK
RGB Variations
Color information
#5107BD (or 0x5107BD) is known color: Purple Heart. HEX triplet: 51, 07 and BD. RGB value is (81,7,189). Sum of RGB (Red+Green+Blue) = 81+7+189=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 189 (74.22% from 255 or 68.23% from 277); Max value from RGB is 189 - color contains mainly: blue. Hex color #5107BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5107BD is #AEF842. Grayscale: #313131. Windows color (decimal): -11466819 or 12388177. OLE color: 12388177.
HSL color Cylindrical-coordinate representation of color #5107BD: hue angle of 264.4º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5107BD is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 7 | 189 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.26 |
| HSL | 264.4º | 0.93% | 0.38% | - |
| HSV(B) | 264.4º | 0.96% | 0.74% | - |
| XYZ | 12.65 | 5.58 | 48.55 | - |
| YUV | 49.87 | 206.52 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 7 | 189 | 0.57 | 0.96 | 0 | 0.26 | 264.4 | 0.93 | 0.38 |
| Hex | 51 | 7 | BD | 39 | 60 | 0 | 1A | 108 | 5D | 26 |
| Octal | 121 | 7 | 275 | 71 | 140 | 0 | 32 | 410 | 135 | 46 |
| Binary | 1010001 | 111 | 10111101 | 111001 | 1100000 | 0 | 11010 | 100001000 | 1011101 | 100110 |
Color Harmonies of #5107BD
Complementary color
Monochromatic Colors of #5107BD
Black with #5107BD
Text Example
Text Example
White with #5107BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5107BD; }
p { color: rgb(81,7,189); }
H1.HeaderClassName
{
color: #5107BD;
}
.AnyTagClassName
{
color: #5107BD;
}
</style>
background-color css
<style>
a { background-color: #5107BD; }
a { background-color: rgb(81,7,189); }
div.DivClassName
{
background-color: #5107BD;
}
.BgClassName
{
background-color: #5107BD;
}
</style>
border-color css
<style>
span { border-color: #5107BD; }
span { border-color: rgb(81,7,189); }
td.TdClassName
{
border-color: #5107BD;
}
.TagClassName
{
border-color: #5107BD;
}
</style>