Shades of Purple Heart #5433CB
Tints of Purple Heart #5433CB
RGB
CMYK
RGB Variations
Color information
#5433CB (or 0x5433CB) is known color: Purple Heart. HEX triplet: 54, 33 and CB. RGB value is (84,51,203). Sum of RGB (Red+Green+Blue) = 84+51+203=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #5433CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5433CB is #ABCC34. Grayscale: #4D4D4D. Windows color (decimal): -11258933 or 13316948. OLE color: 13316948.
HSL color Cylindrical-coordinate representation of color #5433CB: hue angle of 253.03º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5433CB is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 51 | 203 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.20 |
| HSL | 253.03º | 0.6% | 0.5% | - |
| HSV(B) | 253.03º | 0.75% | 0.8% | - |
| XYZ | 15.62 | 8.56 | 57.33 | - |
| YUV | 78.2 | 198.43 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 51 | 203 | 0.59 | 0.75 | 0 | 0.20 | 253.03 | 0.6 | 0.5 |
| Hex | 54 | 33 | CB | 3B | 4B | 0 | 14 | FD | 3C | 32 |
| Octal | 124 | 63 | 313 | 73 | 113 | 0 | 24 | 375 | 74 | 62 |
| Binary | 1010100 | 110011 | 11001011 | 111011 | 1001011 | 0 | 10100 | 11111101 | 111100 | 110010 |
Color Harmonies of #5433CB
Complementary color
Monochromatic Colors of #5433CB
Black with #5433CB
Text Example
Text Example
White with #5433CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5433CB; }
p { color: rgb(84,51,203); }
H1.HeaderClassName
{
color: #5433CB;
}
.AnyTagClassName
{
color: #5433CB;
}
</style>
background-color css
<style>
a { background-color: #5433CB; }
a { background-color: rgb(84,51,203); }
div.DivClassName
{
background-color: #5433CB;
}
.BgClassName
{
background-color: #5433CB;
}
</style>
border-color css
<style>
span { border-color: #5433CB; }
span { border-color: rgb(84,51,203); }
td.TdClassName
{
border-color: #5433CB;
}
.TagClassName
{
border-color: #5433CB;
}
</style>