Shades of Purple Heart #5438CB
Tints of Purple Heart #5438CB
RGB
CMYK
RGB Variations
Color information
#5438CB (or 0x5438CB) is known color: Purple Heart. HEX triplet: 54, 38 and CB. RGB value is (84,56,203). Sum of RGB (Red+Green+Blue) = 84+56+203=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #5438CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5438CB is #ABC734. Grayscale: #505050. Windows color (decimal): -11257653 or 13318228. OLE color: 13318228.
HSL color Cylindrical-coordinate representation of color #5438CB: hue angle of 251.43º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5438CB is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 56 | 203 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.20 |
| HSL | 251.43º | 0.59% | 0.51% | - |
| HSV(B) | 251.43º | 0.72% | 0.8% | - |
| XYZ | 15.85 | 9.02 | 57.41 | - |
| YUV | 81.13 | 196.78 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 56 | 203 | 0.59 | 0.72 | 0 | 0.20 | 251.43 | 0.59 | 0.51 |
| Hex | 54 | 38 | CB | 3B | 48 | 0 | 14 | FB | 3B | 33 |
| Octal | 124 | 70 | 313 | 73 | 110 | 0 | 24 | 373 | 73 | 63 |
| Binary | 1010100 | 111000 | 11001011 | 111011 | 1001000 | 0 | 10100 | 11111011 | 111011 | 110011 |
Color Harmonies of #5438CB
Complementary color
Monochromatic Colors of #5438CB
Black with #5438CB
Text Example
Text Example
White with #5438CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5438CB; }
p { color: rgb(84,56,203); }
H1.HeaderClassName
{
color: #5438CB;
}
.AnyTagClassName
{
color: #5438CB;
}
</style>
background-color css
<style>
a { background-color: #5438CB; }
a { background-color: rgb(84,56,203); }
div.DivClassName
{
background-color: #5438CB;
}
.BgClassName
{
background-color: #5438CB;
}
</style>
border-color css
<style>
span { border-color: #5438CB; }
span { border-color: rgb(84,56,203); }
td.TdClassName
{
border-color: #5438CB;
}
.TagClassName
{
border-color: #5438CB;
}
</style>