Shades of Purple Heart #5438CD
Tints of Purple Heart #5438CD
RGB
CMYK
RGB Variations
Color information
#5438CD (or 0x5438CD) is known color: Purple Heart. HEX triplet: 54, 38 and CD. RGB value is (84,56,205). Sum of RGB (Red+Green+Blue) = 84+56+205=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #5438CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5438CD is #ABC732. Grayscale: #505050. Windows color (decimal): -11257651 or 13449300. OLE color: 13449300.
HSL color Cylindrical-coordinate representation of color #5438CD: hue angle of 251.28º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5438CD is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 56 | 205 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.20 |
| HSL | 251.28º | 0.6% | 0.51% | - |
| HSV(B) | 251.28º | 0.73% | 0.8% | - |
| XYZ | 16.09 | 9.12 | 58.67 | - |
| YUV | 81.36 | 197.78 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 56 | 205 | 0.59 | 0.73 | 0 | 0.20 | 251.28 | 0.6 | 0.51 |
| Hex | 54 | 38 | CD | 3B | 49 | 0 | 14 | FB | 3C | 33 |
| Octal | 124 | 70 | 315 | 73 | 111 | 0 | 24 | 373 | 74 | 63 |
| Binary | 1010100 | 111000 | 11001101 | 111011 | 1001001 | 0 | 10100 | 11111011 | 111100 | 110011 |
Color Harmonies of #5438CD
Complementary color
Monochromatic Colors of #5438CD
Black with #5438CD
Text Example
Text Example
White with #5438CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5438CD; }
p { color: rgb(84,56,205); }
H1.HeaderClassName
{
color: #5438CD;
}
.AnyTagClassName
{
color: #5438CD;
}
</style>
background-color css
<style>
a { background-color: #5438CD; }
a { background-color: rgb(84,56,205); }
div.DivClassName
{
background-color: #5438CD;
}
.BgClassName
{
background-color: #5438CD;
}
</style>
border-color css
<style>
span { border-color: #5438CD; }
span { border-color: rgb(84,56,205); }
td.TdClassName
{
border-color: #5438CD;
}
.TagClassName
{
border-color: #5438CD;
}
</style>