Shades of Purple Heart #5405C0
Tints of Purple Heart #5405C0
RGB
CMYK
RGB Variations
Color information
#5405C0 (or 0x5405C0) is known color: Purple Heart. HEX triplet: 54, 05 and C0. RGB value is (84,5,192). Sum of RGB (Red+Green+Blue) = 84+5+192=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 192 (75.39% from 255 or 68.33% from 281); Max value from RGB is 192 - color contains mainly: blue. Hex color #5405C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5405C0 is #ABFA3F. Grayscale: #313131. Windows color (decimal): -11270720 or 12584276. OLE color: 12584276.
HSL color Cylindrical-coordinate representation of color #5405C0: hue angle of 265.35º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5405C0 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 5 | 192 | - |
| CMYK | 0.56 | 0.97 | 0 | 0.25 |
| HSL | 265.35º | 0.95% | 0.39% | - |
| HSV(B) | 265.35º | 0.97% | 0.75% | - |
| XYZ | 13.22 | 5.8 | 50.29 | - |
| YUV | 49.94 | 208.17 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 192 | 0.56 | 0.97 | 0 | 0.25 | 265.35 | 0.95 | 0.39 |
| Hex | 54 | 5 | C0 | 38 | 61 | 0 | 19 | 109 | 5F | 27 |
| Octal | 124 | 5 | 300 | 70 | 141 | 0 | 31 | 411 | 137 | 47 |
| Binary | 1010100 | 101 | 11000000 | 111000 | 1100001 | 0 | 11001 | 100001001 | 1011111 | 100111 |
Color Harmonies of #5405C0
Complementary color
Monochromatic Colors of #5405C0
Black with #5405C0
Text Example
Text Example
White with #5405C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5405C0; }
p { color: rgb(84,5,192); }
H1.HeaderClassName
{
color: #5405C0;
}
.AnyTagClassName
{
color: #5405C0;
}
</style>
background-color css
<style>
a { background-color: #5405C0; }
a { background-color: rgb(84,5,192); }
div.DivClassName
{
background-color: #5405C0;
}
.BgClassName
{
background-color: #5405C0;
}
</style>
border-color css
<style>
span { border-color: #5405C0; }
span { border-color: rgb(84,5,192); }
td.TdClassName
{
border-color: #5405C0;
}
.TagClassName
{
border-color: #5405C0;
}
</style>