Shades of Purple Heart #5408CB
Tints of Purple Heart #5408CB
RGB
CMYK
RGB Variations
Color information
#5408CB (or 0x5408CB) is known color: Purple Heart. HEX triplet: 54, 08 and CB. RGB value is (84,8,203). Sum of RGB (Red+Green+Blue) = 84+8+203=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 203 (79.69% from 255 or 68.81% from 295); Max value from RGB is 203 - color contains mainly: blue. Hex color #5408CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5408CB is #ABF734. Grayscale: #343434. Windows color (decimal): -11269941 or 13305940. OLE color: 13305940.
HSL color Cylindrical-coordinate representation of color #5408CB: hue angle of 263.38º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5408CB is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 8 | 203 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.20 |
| HSL | 263.38º | 0.92% | 0.41% | - |
| HSV(B) | 263.38º | 0.96% | 0.8% | - |
| XYZ | 14.52 | 6.37 | 56.96 | - |
| YUV | 52.95 | 212.68 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 8 | 203 | 0.59 | 0.96 | 0 | 0.20 | 263.38 | 0.92 | 0.41 |
| Hex | 54 | 8 | CB | 3B | 60 | 0 | 14 | 107 | 5C | 29 |
| Octal | 124 | 10 | 313 | 73 | 140 | 0 | 24 | 407 | 134 | 51 |
| Binary | 1010100 | 1000 | 11001011 | 111011 | 1100000 | 0 | 10100 | 100000111 | 1011100 | 101001 |
Color Harmonies of #5408CB
Complementary color
Monochromatic Colors of #5408CB
Black with #5408CB
Text Example
Text Example
White with #5408CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5408CB; }
p { color: rgb(84,8,203); }
H1.HeaderClassName
{
color: #5408CB;
}
.AnyTagClassName
{
color: #5408CB;
}
</style>
background-color css
<style>
a { background-color: #5408CB; }
a { background-color: rgb(84,8,203); }
div.DivClassName
{
background-color: #5408CB;
}
.BgClassName
{
background-color: #5408CB;
}
</style>
border-color css
<style>
span { border-color: #5408CB; }
span { border-color: rgb(84,8,203); }
td.TdClassName
{
border-color: #5408CB;
}
.TagClassName
{
border-color: #5408CB;
}
</style>