Shades of Purple Heart #5409CB
Tints of Purple Heart #5409CB
RGB
CMYK
RGB Variations
Color information
#5409CB (or 0x5409CB) is known color: Purple Heart. HEX triplet: 54, 09 and CB. RGB value is (84,9,203). Sum of RGB (Red+Green+Blue) = 84+9+203=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #5409CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5409CB is #ABF634. Grayscale: #343434. Windows color (decimal): -11269685 or 13306196. OLE color: 13306196.
HSL color Cylindrical-coordinate representation of color #5409CB: hue angle of 263.2º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5409CB is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 9 | 203 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.20 |
| HSL | 263.2º | 0.92% | 0.42% | - |
| HSV(B) | 263.2º | 0.96% | 0.8% | - |
| XYZ | 14.53 | 6.39 | 56.97 | - |
| YUV | 53.54 | 212.35 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 203 | 0.59 | 0.96 | 0 | 0.20 | 263.2 | 0.92 | 0.42 |
| Hex | 54 | 9 | CB | 3B | 60 | 0 | 14 | 107 | 5C | 2A |
| Octal | 124 | 11 | 313 | 73 | 140 | 0 | 24 | 407 | 134 | 52 |
| Binary | 1010100 | 1001 | 11001011 | 111011 | 1100000 | 0 | 10100 | 100000111 | 1011100 | 101010 |
Color Harmonies of #5409CB
Complementary color
Monochromatic Colors of #5409CB
Black with #5409CB
Text Example
Text Example
White with #5409CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5409CB; }
p { color: rgb(84,9,203); }
H1.HeaderClassName
{
color: #5409CB;
}
.AnyTagClassName
{
color: #5409CB;
}
</style>
background-color css
<style>
a { background-color: #5409CB; }
a { background-color: rgb(84,9,203); }
div.DivClassName
{
background-color: #5409CB;
}
.BgClassName
{
background-color: #5409CB;
}
</style>
border-color css
<style>
span { border-color: #5409CB; }
span { border-color: rgb(84,9,203); }
td.TdClassName
{
border-color: #5409CB;
}
.TagClassName
{
border-color: #5409CB;
}
</style>