Shades of Purple Heart #5417C2
Tints of Purple Heart #5417C2
RGB
CMYK
RGB Variations
Color information
#5417C2 (or 0x5417C2) is known color: Purple Heart. HEX triplet: 54, 17 and C2. RGB value is (84,23,194). Sum of RGB (Red+Green+Blue) = 84+23+194=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 194 (76.17% from 255 or 64.45% from 301); Max value from RGB is 194 - color contains mainly: blue. Hex color #5417C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5417C2 is #ABE83D. Grayscale: #3C3C3C. Windows color (decimal): -11266110 or 12719956. OLE color: 12719956.
HSL color Cylindrical-coordinate representation of color #5417C2: hue angle of 261.4º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5417C2 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 23 | 194 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.24 |
| HSL | 261.4º | 0.79% | 0.43% | - |
| HSV(B) | 261.4º | 0.88% | 0.76% | - |
| XYZ | 13.7 | 6.39 | 51.55 | - |
| YUV | 60.73 | 203.21 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 23 | 194 | 0.57 | 0.88 | 0 | 0.24 | 261.4 | 0.79 | 0.43 |
| Hex | 54 | 17 | C2 | 39 | 58 | 0 | 18 | 105 | 4F | 2B |
| Octal | 124 | 27 | 302 | 71 | 130 | 0 | 30 | 405 | 117 | 53 |
| Binary | 1010100 | 10111 | 11000010 | 111001 | 1011000 | 0 | 11000 | 100000101 | 1001111 | 101011 |
Color Harmonies of #5417C2
Complementary color
Monochromatic Colors of #5417C2
Black with #5417C2
Text Example
Text Example
White with #5417C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5417C2; }
p { color: rgb(84,23,194); }
H1.HeaderClassName
{
color: #5417C2;
}
.AnyTagClassName
{
color: #5417C2;
}
</style>
background-color css
<style>
a { background-color: #5417C2; }
a { background-color: rgb(84,23,194); }
div.DivClassName
{
background-color: #5417C2;
}
.BgClassName
{
background-color: #5417C2;
}
</style>
border-color css
<style>
span { border-color: #5417C2; }
span { border-color: rgb(84,23,194); }
td.TdClassName
{
border-color: #5417C2;
}
.TagClassName
{
border-color: #5417C2;
}
</style>