Shades of Purple Heart #5430D0
Tints of Purple Heart #5430D0
RGB
CMYK
RGB Variations
Color information
#5430D0 (or 0x5430D0) is known color: Purple Heart. HEX triplet: 54, 30 and D0. RGB value is (84,48,208). Sum of RGB (Red+Green+Blue) = 84+48+208=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 208 (81.64% from 255 or 61.18% from 340); Max value from RGB is 208 - color contains mainly: blue. Hex color #5430D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5430D0 is #ABCF2F. Grayscale: #4C4C4C. Windows color (decimal): -11259696 or 13643860. OLE color: 13643860.
HSL color Cylindrical-coordinate representation of color #5430D0: hue angle of 253.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5430D0 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 48 | 208 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.18 |
| HSL | 253.5º | 0.63% | 0.5% | - |
| HSV(B) | 253.5º | 0.77% | 0.82% | - |
| XYZ | 16.1 | 8.55 | 60.48 | - |
| YUV | 77 | 201.93 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 48 | 208 | 0.60 | 0.77 | 0 | 0.18 | 253.5 | 0.63 | 0.5 |
| Hex | 54 | 30 | D0 | 3C | 4D | 0 | 12 | FE | 3F | 32 |
| Octal | 124 | 60 | 320 | 74 | 115 | 0 | 22 | 376 | 77 | 62 |
| Binary | 1010100 | 110000 | 11010000 | 111100 | 1001101 | 0 | 10010 | 11111110 | 111111 | 110010 |
Color Harmonies of #5430D0
Complementary color
Monochromatic Colors of #5430D0
Black with #5430D0
Text Example
Text Example
White with #5430D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5430D0; }
p { color: rgb(84,48,208); }
H1.HeaderClassName
{
color: #5430D0;
}
.AnyTagClassName
{
color: #5430D0;
}
</style>
background-color css
<style>
a { background-color: #5430D0; }
a { background-color: rgb(84,48,208); }
div.DivClassName
{
background-color: #5430D0;
}
.BgClassName
{
background-color: #5430D0;
}
</style>
border-color css
<style>
span { border-color: #5430D0; }
span { border-color: rgb(84,48,208); }
td.TdClassName
{
border-color: #5430D0;
}
.TagClassName
{
border-color: #5430D0;
}
</style>