Shades of Purple Heart #5438CF
Tints of Purple Heart #5438CF
RGB
CMYK
RGB Variations
Color information
#5438CF (or 0x5438CF) is known color: Purple Heart. HEX triplet: 54, 38 and CF. RGB value is (84,56,207). Sum of RGB (Red+Green+Blue) = 84+56+207=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #5438CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5438CF is #ABC730. Grayscale: #515151. Windows color (decimal): -11257649 or 13580372. OLE color: 13580372.
HSL color Cylindrical-coordinate representation of color #5438CF: hue angle of 251.13º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5438CF is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 56 | 207 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.19 |
| HSL | 251.13º | 0.61% | 0.52% | - |
| HSV(B) | 251.13º | 0.73% | 0.81% | - |
| XYZ | 16.33 | 9.22 | 59.95 | - |
| YUV | 81.59 | 198.78 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 56 | 207 | 0.59 | 0.73 | 0 | 0.19 | 251.13 | 0.61 | 0.52 |
| Hex | 54 | 38 | CF | 3B | 49 | 0 | 13 | FB | 3D | 34 |
| Octal | 124 | 70 | 317 | 73 | 111 | 0 | 23 | 373 | 75 | 64 |
| Binary | 1010100 | 111000 | 11001111 | 111011 | 1001001 | 0 | 10011 | 11111011 | 111101 | 110100 |
Color Harmonies of #5438CF
Complementary color
Monochromatic Colors of #5438CF
Black with #5438CF
Text Example
Text Example
White with #5438CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5438CF; }
p { color: rgb(84,56,207); }
H1.HeaderClassName
{
color: #5438CF;
}
.AnyTagClassName
{
color: #5438CF;
}
</style>
background-color css
<style>
a { background-color: #5438CF; }
a { background-color: rgb(84,56,207); }
div.DivClassName
{
background-color: #5438CF;
}
.BgClassName
{
background-color: #5438CF;
}
</style>
border-color css
<style>
span { border-color: #5438CF; }
span { border-color: rgb(84,56,207); }
td.TdClassName
{
border-color: #5438CF;
}
.TagClassName
{
border-color: #5438CF;
}
</style>