Shades of Purple Heart #5034CB
Tints of Purple Heart #5034CB
RGB
CMYK
RGB Variations
Color information
#5034CB (or 0x5034CB) is known color: Purple Heart. HEX triplet: 50, 34 and CB. RGB value is (80,52,203). Sum of RGB (Red+Green+Blue) = 80+52+203=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #5034CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5034CB is #AFCB34. Grayscale: #4D4D4D. Windows color (decimal): -11520821 or 13317200. OLE color: 13317200.
HSL color Cylindrical-coordinate representation of color #5034CB: hue angle of 251.13º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5034CB is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 52 | 203 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.20 |
| HSL | 251.13º | 0.59% | 0.5% | - |
| HSV(B) | 251.13º | 0.74% | 0.8% | - |
| XYZ | 15.32 | 8.47 | 57.33 | - |
| YUV | 77.59 | 198.78 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 52 | 203 | 0.61 | 0.74 | 0 | 0.20 | 251.13 | 0.59 | 0.5 |
| Hex | 50 | 34 | CB | 3D | 4A | 0 | 14 | FB | 3B | 32 |
| Octal | 120 | 64 | 313 | 75 | 112 | 0 | 24 | 373 | 73 | 62 |
| Binary | 1010000 | 110100 | 11001011 | 111101 | 1001010 | 0 | 10100 | 11111011 | 111011 | 110010 |
Color Harmonies of #5034CB
Complementary color
Monochromatic Colors of #5034CB
Black with #5034CB
Text Example
Text Example
White with #5034CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5034CB; }
p { color: rgb(80,52,203); }
H1.HeaderClassName
{
color: #5034CB;
}
.AnyTagClassName
{
color: #5034CB;
}
</style>
background-color css
<style>
a { background-color: #5034CB; }
a { background-color: rgb(80,52,203); }
div.DivClassName
{
background-color: #5034CB;
}
.BgClassName
{
background-color: #5034CB;
}
</style>
border-color css
<style>
span { border-color: #5034CB; }
span { border-color: rgb(80,52,203); }
td.TdClassName
{
border-color: #5034CB;
}
.TagClassName
{
border-color: #5034CB;
}
</style>