Shades of Purple Heart #5407C2
Tints of Purple Heart #5407C2
RGB
CMYK
RGB Variations
Color information
#5407C2 (or 0x5407C2) is known color: Purple Heart. HEX triplet: 54, 07 and C2. RGB value is (84,7,194). Sum of RGB (Red+Green+Blue) = 84+7+194=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 194 (76.17% from 255 or 68.07% from 285); Max value from RGB is 194 - color contains mainly: blue. Hex color #5407C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5407C2 is #ABF83D. Grayscale: #323232. Windows color (decimal): -11270206 or 12715860. OLE color: 12715860.
HSL color Cylindrical-coordinate representation of color #5407C2: hue angle of 264.71º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5407C2 is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 7 | 194 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.24 |
| HSL | 264.71º | 0.93% | 0.39% | - |
| HSV(B) | 264.71º | 0.96% | 0.76% | - |
| XYZ | 13.47 | 5.93 | 51.47 | - |
| YUV | 51.34 | 208.51 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 7 | 194 | 0.57 | 0.96 | 0 | 0.24 | 264.71 | 0.93 | 0.39 |
| Hex | 54 | 7 | C2 | 39 | 60 | 0 | 18 | 109 | 5D | 27 |
| Octal | 124 | 7 | 302 | 71 | 140 | 0 | 30 | 411 | 135 | 47 |
| Binary | 1010100 | 111 | 11000010 | 111001 | 1100000 | 0 | 11000 | 100001001 | 1011101 | 100111 |
Color Harmonies of #5407C2
Complementary color
Monochromatic Colors of #5407C2
Black with #5407C2
Text Example
Text Example
White with #5407C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5407C2; }
p { color: rgb(84,7,194); }
H1.HeaderClassName
{
color: #5407C2;
}
.AnyTagClassName
{
color: #5407C2;
}
</style>
background-color css
<style>
a { background-color: #5407C2; }
a { background-color: rgb(84,7,194); }
div.DivClassName
{
background-color: #5407C2;
}
.BgClassName
{
background-color: #5407C2;
}
</style>
border-color css
<style>
span { border-color: #5407C2; }
span { border-color: rgb(84,7,194); }
td.TdClassName
{
border-color: #5407C2;
}
.TagClassName
{
border-color: #5407C2;
}
</style>