Shades of Purple Heart #500BB8
Tints of Purple Heart #500BB8
RGB
CMYK
RGB Variations
Color information
#500BB8 (or 0x500BB8) is known color: Purple Heart. HEX triplet: 50, 0B and B8. RGB value is (80,11,184). Sum of RGB (Red+Green+Blue) = 80+11+184=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 184 (72.27% from 255 or 66.91% from 275); Max value from RGB is 184 - color contains mainly: blue. Hex color #500BB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500BB8 is #AFF447. Grayscale: #323232. Windows color (decimal): -11531336 or 12061520. OLE color: 12061520.
HSL color Cylindrical-coordinate representation of color #500BB8: hue angle of 263.93º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500BB8 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 11 | 184 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.28 |
| HSL | 263.93º | 0.89% | 0.38% | - |
| HSV(B) | 263.93º | 0.94% | 0.72% | - |
| XYZ | 12.08 | 5.41 | 45.75 | - |
| YUV | 51.35 | 202.86 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 184 | 0.57 | 0.94 | 0 | 0.28 | 263.93 | 0.89 | 0.38 |
| Hex | 50 | B | B8 | 39 | 5E | 0 | 1C | 108 | 59 | 26 |
| Octal | 120 | 13 | 270 | 71 | 136 | 0 | 34 | 410 | 131 | 46 |
| Binary | 1010000 | 1011 | 10111000 | 111001 | 1011110 | 0 | 11100 | 100001000 | 1011001 | 100110 |
Color Harmonies of #500BB8
Complementary color
Monochromatic Colors of #500BB8
Black with #500BB8
Text Example
Text Example
White with #500BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500BB8; }
p { color: rgb(80,11,184); }
H1.HeaderClassName
{
color: #500BB8;
}
.AnyTagClassName
{
color: #500BB8;
}
</style>
background-color css
<style>
a { background-color: #500BB8; }
a { background-color: rgb(80,11,184); }
div.DivClassName
{
background-color: #500BB8;
}
.BgClassName
{
background-color: #500BB8;
}
</style>
border-color css
<style>
span { border-color: #500BB8; }
span { border-color: rgb(80,11,184); }
td.TdClassName
{
border-color: #500BB8;
}
.TagClassName
{
border-color: #500BB8;
}
</style>