Shades of Purple Heart #5404CC
Tints of Purple Heart #5404CC
RGB
CMYK
RGB Variations
Color information
#5404CC (or 0x5404CC) is known color: Purple Heart. HEX triplet: 54, 04 and CC. RGB value is (84,4,204). Sum of RGB (Red+Green+Blue) = 84+4+204=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 204 (80.08% from 255 or 69.86% from 292); Max value from RGB is 204 - color contains mainly: blue. Hex color #5404CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5404CC is #ABFB33. Grayscale: #323232. Windows color (decimal): -11270964 or 13370452. OLE color: 13370452.
HSL color Cylindrical-coordinate representation of color #5404CC: hue angle of 264º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5404CC is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 4 | 204 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.2 |
| HSL | 264º | 0.96% | 0.41% | - |
| HSV(B) | 264º | 0.98% | 0.8% | - |
| XYZ | 14.6 | 6.33 | 57.58 | - |
| YUV | 50.72 | 214.5 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 4 | 204 | 0.59 | 0.98 | 0 | 0.2 | 264 | 0.96 | 0.41 |
| Hex | 54 | 4 | CC | 3B | 62 | 0 | 14 | 108 | 60 | 29 |
| Octal | 124 | 4 | 314 | 73 | 142 | 0 | 24 | 410 | 140 | 51 |
| Binary | 1010100 | 100 | 11001100 | 111011 | 1100010 | 0 | 10100 | 100001000 | 1100000 | 101001 |
Color Harmonies of #5404CC
Complementary color
Monochromatic Colors of #5404CC
Black with #5404CC
Text Example
Text Example
White with #5404CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5404CC; }
p { color: rgb(84,4,204); }
H1.HeaderClassName
{
color: #5404CC;
}
.AnyTagClassName
{
color: #5404CC;
}
</style>
background-color css
<style>
a { background-color: #5404CC; }
a { background-color: rgb(84,4,204); }
div.DivClassName
{
background-color: #5404CC;
}
.BgClassName
{
background-color: #5404CC;
}
</style>
border-color css
<style>
span { border-color: #5404CC; }
span { border-color: rgb(84,4,204); }
td.TdClassName
{
border-color: #5404CC;
}
.TagClassName
{
border-color: #5404CC;
}
</style>