Shades of Purple Heart #5127BC
Tints of Purple Heart #5127BC
RGB
CMYK
RGB Variations
Color information
#5127BC (or 0x5127BC) is known color: Purple Heart. HEX triplet: 51, 27 and BC. RGB value is (81,39,188). Sum of RGB (Red+Green+Blue) = 81+39+188=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #5127BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5127BC is #AED843. Grayscale: #434343. Windows color (decimal): -11458628 or 12330833. OLE color: 12330833.
HSL color Cylindrical-coordinate representation of color #5127BC: hue angle of 256.91º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5127BC is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 39 | 188 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.26 |
| HSL | 256.91º | 0.66% | 0.45% | - |
| HSV(B) | 256.91º | 0.79% | 0.74% | - |
| XYZ | 13.2 | 6.83 | 48.2 | - |
| YUV | 68.54 | 195.41 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 39 | 188 | 0.57 | 0.79 | 0 | 0.26 | 256.91 | 0.66 | 0.45 |
| Hex | 51 | 27 | BC | 39 | 4F | 0 | 1A | 101 | 42 | 2D |
| Octal | 121 | 47 | 274 | 71 | 117 | 0 | 32 | 401 | 102 | 55 |
| Binary | 1010001 | 100111 | 10111100 | 111001 | 1001111 | 0 | 11010 | 100000001 | 1000010 | 101101 |
Color Harmonies of #5127BC
Complementary color
Monochromatic Colors of #5127BC
Black with #5127BC
Text Example
Text Example
White with #5127BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5127BC; }
p { color: rgb(81,39,188); }
H1.HeaderClassName
{
color: #5127BC;
}
.AnyTagClassName
{
color: #5127BC;
}
</style>
background-color css
<style>
a { background-color: #5127BC; }
a { background-color: rgb(81,39,188); }
div.DivClassName
{
background-color: #5127BC;
}
.BgClassName
{
background-color: #5127BC;
}
</style>
border-color css
<style>
span { border-color: #5127BC; }
span { border-color: rgb(81,39,188); }
td.TdClassName
{
border-color: #5127BC;
}
.TagClassName
{
border-color: #5127BC;
}
</style>