Shades of Purple Heart #5027D8
Tints of Purple Heart #5027D8
RGB
CMYK
RGB Variations
Color information
#5027D8 (or 0x5027D8) is known color: Purple Heart. HEX triplet: 50, 27 and D8. RGB value is (80,39,216). Sum of RGB (Red+Green+Blue) = 80+39+216=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 216 (84.77% from 255 or 64.48% from 335); Max value from RGB is 216 - color contains mainly: blue. Hex color #5027D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5027D8 is #AFD827. Grayscale: #464646. Windows color (decimal): -11524136 or 14165840. OLE color: 14165840.
HSL color Cylindrical-coordinate representation of color #5027D8: hue angle of 253.9º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5027D8 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 39 | 216 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.15 |
| HSL | 253.9º | 0.69% | 0.5% | - |
| HSV(B) | 253.9º | 0.82% | 0.85% | - |
| XYZ | 16.43 | 8.11 | 65.67 | - |
| YUV | 71.44 | 209.58 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 39 | 216 | 0.63 | 0.82 | 0 | 0.15 | 253.9 | 0.69 | 0.5 |
| Hex | 50 | 27 | D8 | 3F | 52 | 0 | F | FE | 45 | 32 |
| Octal | 120 | 47 | 330 | 77 | 122 | 0 | 17 | 376 | 105 | 62 |
| Binary | 1010000 | 100111 | 11011000 | 111111 | 1010010 | 0 | 1111 | 11111110 | 1000101 | 110010 |
Color Harmonies of #5027D8
Complementary color
Monochromatic Colors of #5027D8
Black with #5027D8
Text Example
Text Example
White with #5027D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5027D8; }
p { color: rgb(80,39,216); }
H1.HeaderClassName
{
color: #5027D8;
}
.AnyTagClassName
{
color: #5027D8;
}
</style>
background-color css
<style>
a { background-color: #5027D8; }
a { background-color: rgb(80,39,216); }
div.DivClassName
{
background-color: #5027D8;
}
.BgClassName
{
background-color: #5027D8;
}
</style>
border-color css
<style>
span { border-color: #5027D8; }
span { border-color: rgb(80,39,216); }
td.TdClassName
{
border-color: #5027D8;
}
.TagClassName
{
border-color: #5027D8;
}
</style>