Shades of Purple Heart #5036CD
Tints of Purple Heart #5036CD
RGB
CMYK
RGB Variations
Color information
#5036CD (or 0x5036CD) is known color: Purple Heart. HEX triplet: 50, 36 and CD. RGB value is (80,54,205). Sum of RGB (Red+Green+Blue) = 80+54+205=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #5036CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5036CD is #AFC932. Grayscale: #4E4E4E. Windows color (decimal): -11520307 or 13448784. OLE color: 13448784.
HSL color Cylindrical-coordinate representation of color #5036CD: hue angle of 250.33º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5036CD is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 54 | 205 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.20 |
| HSL | 250.33º | 0.6% | 0.51% | - |
| HSV(B) | 250.33º | 0.74% | 0.8% | - |
| XYZ | 15.65 | 8.75 | 58.62 | - |
| YUV | 78.99 | 199.11 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 54 | 205 | 0.61 | 0.74 | 0 | 0.20 | 250.33 | 0.6 | 0.51 |
| Hex | 50 | 36 | CD | 3D | 4A | 0 | 14 | FA | 3C | 33 |
| Octal | 120 | 66 | 315 | 75 | 112 | 0 | 24 | 372 | 74 | 63 |
| Binary | 1010000 | 110110 | 11001101 | 111101 | 1001010 | 0 | 10100 | 11111010 | 111100 | 110011 |
Color Harmonies of #5036CD
Complementary color
Monochromatic Colors of #5036CD
Black with #5036CD
Text Example
Text Example
White with #5036CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5036CD; }
p { color: rgb(80,54,205); }
H1.HeaderClassName
{
color: #5036CD;
}
.AnyTagClassName
{
color: #5036CD;
}
</style>
background-color css
<style>
a { background-color: #5036CD; }
a { background-color: rgb(80,54,205); }
div.DivClassName
{
background-color: #5036CD;
}
.BgClassName
{
background-color: #5036CD;
}
</style>
border-color css
<style>
span { border-color: #5036CD; }
span { border-color: rgb(80,54,205); }
td.TdClassName
{
border-color: #5036CD;
}
.TagClassName
{
border-color: #5036CD;
}
</style>