Shades of Purple Heart #5430C0
Tints of Purple Heart #5430C0
RGB
CMYK
RGB Variations
Color information
#5430C0 (or 0x5430C0) is known color: Purple Heart. HEX triplet: 54, 30 and C0. RGB value is (84,48,192). Sum of RGB (Red+Green+Blue) = 84+48+192=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 192 (75.39% from 255 or 59.26% from 324); Max value from RGB is 192 - color contains mainly: blue. Hex color #5430C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5430C0 is #ABCF3F. Grayscale: #4A4A4A. Windows color (decimal): -11259712 or 12595284. OLE color: 12595284.
HSL color Cylindrical-coordinate representation of color #5430C0: hue angle of 255º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5430C0 is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 48 | 192 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.25 |
| HSL | 255º | 0.6% | 0.47% | - |
| HSV(B) | 255º | 0.75% | 0.75% | - |
| XYZ | 14.23 | 7.8 | 50.63 | - |
| YUV | 75.18 | 193.93 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 48 | 192 | 0.56 | 0.75 | 0 | 0.25 | 255 | 0.6 | 0.47 |
| Hex | 54 | 30 | C0 | 38 | 4B | 0 | 19 | FF | 3C | 2F |
| Octal | 124 | 60 | 300 | 70 | 113 | 0 | 31 | 377 | 74 | 57 |
| Binary | 1010100 | 110000 | 11000000 | 111000 | 1001011 | 0 | 11001 | 11111111 | 111100 | 101111 |
Color Harmonies of #5430C0
Complementary color
Monochromatic Colors of #5430C0
Black with #5430C0
Text Example
Text Example
White with #5430C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5430C0; }
p { color: rgb(84,48,192); }
H1.HeaderClassName
{
color: #5430C0;
}
.AnyTagClassName
{
color: #5430C0;
}
</style>
background-color css
<style>
a { background-color: #5430C0; }
a { background-color: rgb(84,48,192); }
div.DivClassName
{
background-color: #5430C0;
}
.BgClassName
{
background-color: #5430C0;
}
</style>
border-color css
<style>
span { border-color: #5430C0; }
span { border-color: rgb(84,48,192); }
td.TdClassName
{
border-color: #5430C0;
}
.TagClassName
{
border-color: #5430C0;
}
</style>