Shades of Purple Heart #5029BB
Tints of Purple Heart #5029BB
RGB
CMYK
RGB Variations
Color information
#5029BB (or 0x5029BB) is known color: Purple Heart. HEX triplet: 50, 29 and BB. RGB value is (80,41,187). Sum of RGB (Red+Green+Blue) = 80+41+187=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #5029BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5029BB is #AFD644. Grayscale: #444444. Windows color (decimal): -11523653 or 12265808. OLE color: 12265808.
HSL color Cylindrical-coordinate representation of color #5029BB: hue angle of 256.03º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5029BB is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 41 | 187 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.27 |
| HSL | 256.03º | 0.64% | 0.45% | - |
| HSV(B) | 256.03º | 0.78% | 0.73% | - |
| XYZ | 13.07 | 6.88 | 47.65 | - |
| YUV | 69.31 | 194.42 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 41 | 187 | 0.57 | 0.78 | 0 | 0.27 | 256.03 | 0.64 | 0.45 |
| Hex | 50 | 29 | BB | 39 | 4E | 0 | 1B | 100 | 40 | 2D |
| Octal | 120 | 51 | 273 | 71 | 116 | 0 | 33 | 400 | 100 | 55 |
| Binary | 1010000 | 101001 | 10111011 | 111001 | 1001110 | 0 | 11011 | 100000000 | 1000000 | 101101 |
Color Harmonies of #5029BB
Complementary color
Monochromatic Colors of #5029BB
Black with #5029BB
Text Example
Text Example
White with #5029BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5029BB; }
p { color: rgb(80,41,187); }
H1.HeaderClassName
{
color: #5029BB;
}
.AnyTagClassName
{
color: #5029BB;
}
</style>
background-color css
<style>
a { background-color: #5029BB; }
a { background-color: rgb(80,41,187); }
div.DivClassName
{
background-color: #5029BB;
}
.BgClassName
{
background-color: #5029BB;
}
</style>
border-color css
<style>
span { border-color: #5029BB; }
span { border-color: rgb(80,41,187); }
td.TdClassName
{
border-color: #5029BB;
}
.TagClassName
{
border-color: #5029BB;
}
</style>