Shades of Purple Heart #5418C2
Tints of Purple Heart #5418C2
RGB
CMYK
RGB Variations
Color information
#5418C2 (or 0x5418C2) is known color: Purple Heart. HEX triplet: 54, 18 and C2. RGB value is (84,24,194). Sum of RGB (Red+Green+Blue) = 84+24+194=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 194 (76.17% from 255 or 64.24% from 302); Max value from RGB is 194 - color contains mainly: blue. Hex color #5418C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5418C2 is #ABE73D. Grayscale: #3C3C3C. Windows color (decimal): -11265854 or 12720212. OLE color: 12720212.
HSL color Cylindrical-coordinate representation of color #5418C2: hue angle of 261.18º degrees, saturation: 0.78, 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 #5418C2 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 24 | 194 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.24 |
| HSL | 261.18º | 0.78% | 0.43% | - |
| HSV(B) | 261.18º | 0.88% | 0.76% | - |
| XYZ | 13.72 | 6.43 | 51.56 | - |
| YUV | 61.32 | 202.88 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 24 | 194 | 0.57 | 0.88 | 0 | 0.24 | 261.18 | 0.78 | 0.43 |
| Hex | 54 | 18 | C2 | 39 | 58 | 0 | 18 | 105 | 4E | 2B |
| Octal | 124 | 30 | 302 | 71 | 130 | 0 | 30 | 405 | 116 | 53 |
| Binary | 1010100 | 11000 | 11000010 | 111001 | 1011000 | 0 | 11000 | 100000101 | 1001110 | 101011 |
Color Harmonies of #5418C2
Complementary color
Monochromatic Colors of #5418C2
Black with #5418C2
Text Example
Text Example
White with #5418C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5418C2; }
p { color: rgb(84,24,194); }
H1.HeaderClassName
{
color: #5418C2;
}
.AnyTagClassName
{
color: #5418C2;
}
</style>
background-color css
<style>
a { background-color: #5418C2; }
a { background-color: rgb(84,24,194); }
div.DivClassName
{
background-color: #5418C2;
}
.BgClassName
{
background-color: #5418C2;
}
</style>
border-color css
<style>
span { border-color: #5418C2; }
span { border-color: rgb(84,24,194); }
td.TdClassName
{
border-color: #5418C2;
}
.TagClassName
{
border-color: #5418C2;
}
</style>