Shades of Purple Heart #5027BD
Tints of Purple Heart #5027BD
RGB
CMYK
RGB Variations
Color information
#5027BD (or 0x5027BD) is known color: Purple Heart. HEX triplet: 50, 27 and BD. RGB value is (80,39,189). Sum of RGB (Red+Green+Blue) = 80+39+189=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #5027BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5027BD is #AFD842. Grayscale: #434343. Windows color (decimal): -11524163 or 12396368. OLE color: 12396368.
HSL color Cylindrical-coordinate representation of color #5027BD: hue angle of 256.4º 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 #5027BD is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 39 | 189 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.26 |
| HSL | 256.4º | 0.66% | 0.45% | - |
| HSV(B) | 256.4º | 0.79% | 0.74% | - |
| XYZ | 13.22 | 6.83 | 48.77 | - |
| YUV | 68.36 | 196.08 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 39 | 189 | 0.58 | 0.79 | 0 | 0.26 | 256.4 | 0.66 | 0.45 |
| Hex | 50 | 27 | BD | 3A | 4F | 0 | 1A | 100 | 42 | 2D |
| Octal | 120 | 47 | 275 | 72 | 117 | 0 | 32 | 400 | 102 | 55 |
| Binary | 1010000 | 100111 | 10111101 | 111010 | 1001111 | 0 | 11010 | 100000000 | 1000010 | 101101 |
Color Harmonies of #5027BD
Complementary color
Monochromatic Colors of #5027BD
Black with #5027BD
Text Example
Text Example
White with #5027BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5027BD; }
p { color: rgb(80,39,189); }
H1.HeaderClassName
{
color: #5027BD;
}
.AnyTagClassName
{
color: #5027BD;
}
</style>
background-color css
<style>
a { background-color: #5027BD; }
a { background-color: rgb(80,39,189); }
div.DivClassName
{
background-color: #5027BD;
}
.BgClassName
{
background-color: #5027BD;
}
</style>
border-color css
<style>
span { border-color: #5027BD; }
span { border-color: rgb(80,39,189); }
td.TdClassName
{
border-color: #5027BD;
}
.TagClassName
{
border-color: #5027BD;
}
</style>