Shades of Purple Heart #5101BC
Tints of Purple Heart #5101BC
RGB
CMYK
RGB Variations
Color information
#5101BC (or 0x5101BC) is known color: Purple Heart. HEX triplet: 51, 01 and BC. RGB value is (81,1,188). Sum of RGB (Red+Green+Blue) = 81+1+188=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #5101BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5101BC is #AEFE43. Grayscale: #2D2D2D. Windows color (decimal): -11468356 or 12321105. OLE color: 12321105.
HSL color Cylindrical-coordinate representation of color #5101BC: hue angle of 265.67º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5101BC is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 1 | 188 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.26 |
| HSL | 265.67º | 0.99% | 0.37% | - |
| HSV(B) | 265.67º | 0.99% | 0.74% | - |
| XYZ | 12.48 | 5.4 | 47.96 | - |
| YUV | 46.24 | 208 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 1 | 188 | 0.57 | 0.99 | 0 | 0.26 | 265.67 | 0.99 | 0.37 |
| Hex | 51 | 1 | BC | 39 | 63 | 0 | 1A | 10A | 63 | 25 |
| Octal | 121 | 1 | 274 | 71 | 143 | 0 | 32 | 412 | 143 | 45 |
| Binary | 1010001 | 1 | 10111100 | 111001 | 1100011 | 0 | 11010 | 100001010 | 1100011 | 100101 |
Color Harmonies of #5101BC
Complementary color
Monochromatic Colors of #5101BC
Black with #5101BC
Text Example
Text Example
White with #5101BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5101BC; }
p { color: rgb(81,1,188); }
H1.HeaderClassName
{
color: #5101BC;
}
.AnyTagClassName
{
color: #5101BC;
}
</style>
background-color css
<style>
a { background-color: #5101BC; }
a { background-color: rgb(81,1,188); }
div.DivClassName
{
background-color: #5101BC;
}
.BgClassName
{
background-color: #5101BC;
}
</style>
border-color css
<style>
span { border-color: #5101BC; }
span { border-color: rgb(81,1,188); }
td.TdClassName
{
border-color: #5101BC;
}
.TagClassName
{
border-color: #5101BC;
}
</style>