Shades of Purple Heart #5434CB
Tints of Purple Heart #5434CB
RGB
CMYK
RGB Variations
Color information
#5434CB (or 0x5434CB) is known color: Purple Heart. HEX triplet: 54, 34 and CB. RGB value is (84,52,203). Sum of RGB (Red+Green+Blue) = 84+52+203=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #5434CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5434CB is #ABCB34. Grayscale: #4E4E4E. Windows color (decimal): -11258677 or 13317204. OLE color: 13317204.
HSL color Cylindrical-coordinate representation of color #5434CB: hue angle of 252.72º 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 #5434CB is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 52 | 203 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.20 |
| HSL | 252.72º | 0.59% | 0.5% | - |
| HSV(B) | 252.72º | 0.74% | 0.8% | - |
| XYZ | 15.66 | 8.65 | 57.34 | - |
| YUV | 78.78 | 198.1 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 52 | 203 | 0.59 | 0.74 | 0 | 0.20 | 252.72 | 0.59 | 0.5 |
| Hex | 54 | 34 | CB | 3B | 4A | 0 | 14 | FD | 3B | 32 |
| Octal | 124 | 64 | 313 | 73 | 112 | 0 | 24 | 375 | 73 | 62 |
| Binary | 1010100 | 110100 | 11001011 | 111011 | 1001010 | 0 | 10100 | 11111101 | 111011 | 110010 |
Color Harmonies of #5434CB
Complementary color
Monochromatic Colors of #5434CB
Black with #5434CB
Text Example
Text Example
White with #5434CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5434CB; }
p { color: rgb(84,52,203); }
H1.HeaderClassName
{
color: #5434CB;
}
.AnyTagClassName
{
color: #5434CB;
}
</style>
background-color css
<style>
a { background-color: #5434CB; }
a { background-color: rgb(84,52,203); }
div.DivClassName
{
background-color: #5434CB;
}
.BgClassName
{
background-color: #5434CB;
}
</style>
border-color css
<style>
span { border-color: #5434CB; }
span { border-color: rgb(84,52,203); }
td.TdClassName
{
border-color: #5434CB;
}
.TagClassName
{
border-color: #5434CB;
}
</style>