Shades of Purple Heart #5123B9
Tints of Purple Heart #5123B9
RGB
CMYK
RGB Variations
Color information
#5123B9 (or 0x5123B9) is known color: Purple Heart. HEX triplet: 51, 23 and B9. RGB value is (81,35,185). Sum of RGB (Red+Green+Blue) = 81+35+185=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 185 (72.66% from 255 or 61.46% from 301); Max value from RGB is 185 - color contains mainly: blue. Hex color #5123B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5123B9 is #AEDC46. Grayscale: #414141. Windows color (decimal): -11459655 or 12133201. OLE color: 12133201.
HSL color Cylindrical-coordinate representation of color #5123B9: hue angle of 258.4º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5123B9 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 35 | 185 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.27 |
| HSL | 258.4º | 0.68% | 0.43% | - |
| HSV(B) | 258.4º | 0.81% | 0.73% | - |
| XYZ | 12.75 | 6.45 | 46.47 | - |
| YUV | 65.85 | 195.24 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 35 | 185 | 0.56 | 0.81 | 0 | 0.27 | 258.4 | 0.68 | 0.43 |
| Hex | 51 | 23 | B9 | 38 | 51 | 0 | 1B | 102 | 44 | 2B |
| Octal | 121 | 43 | 271 | 70 | 121 | 0 | 33 | 402 | 104 | 53 |
| Binary | 1010001 | 100011 | 10111001 | 111000 | 1010001 | 0 | 11011 | 100000010 | 1000100 | 101011 |
Color Harmonies of #5123B9
Complementary color
Monochromatic Colors of #5123B9
Black with #5123B9
Text Example
Text Example
White with #5123B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5123B9; }
p { color: rgb(81,35,185); }
H1.HeaderClassName
{
color: #5123B9;
}
.AnyTagClassName
{
color: #5123B9;
}
</style>
background-color css
<style>
a { background-color: #5123B9; }
a { background-color: rgb(81,35,185); }
div.DivClassName
{
background-color: #5123B9;
}
.BgClassName
{
background-color: #5123B9;
}
</style>
border-color css
<style>
span { border-color: #5123B9; }
span { border-color: rgb(81,35,185); }
td.TdClassName
{
border-color: #5123B9;
}
.TagClassName
{
border-color: #5123B9;
}
</style>