Shades of Purple Heart #5338BA
Tints of Purple Heart #5338BA
RGB
CMYK
RGB Variations
Color information
#5338BA (or 0x5338BA) is known color: Purple Heart. HEX triplet: 53, 38 and BA. RGB value is (83,56,186). Sum of RGB (Red+Green+Blue) = 83+56+186=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #5338BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5338BA is #ACC745. Grayscale: #4E4E4E. Windows color (decimal): -11323206 or 12204115. OLE color: 12204115.
HSL color Cylindrical-coordinate representation of color #5338BA: hue angle of 252.46º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5338BA is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 56 | 186 | - |
| CMYK | 0.55 | 0.70 | 0 | 0.27 |
| HSL | 252.46º | 0.54% | 0.47% | - |
| HSV(B) | 252.46º | 0.7% | 0.73% | - |
| XYZ | 13.84 | 8.21 | 47.31 | - |
| YUV | 78.89 | 188.45 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 186 | 0.55 | 0.70 | 0 | 0.27 | 252.46 | 0.54 | 0.47 |
| Hex | 53 | 38 | BA | 37 | 46 | 0 | 1B | FC | 36 | 2F |
| Octal | 123 | 70 | 272 | 67 | 106 | 0 | 33 | 374 | 66 | 57 |
| Binary | 1010011 | 111000 | 10111010 | 110111 | 1000110 | 0 | 11011 | 11111100 | 110110 | 101111 |
Color Harmonies of #5338BA
Complementary color
Monochromatic Colors of #5338BA
Black with #5338BA
Text Example
Text Example
White with #5338BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5338BA; }
p { color: rgb(83,56,186); }
H1.HeaderClassName
{
color: #5338BA;
}
.AnyTagClassName
{
color: #5338BA;
}
</style>
background-color css
<style>
a { background-color: #5338BA; }
a { background-color: rgb(83,56,186); }
div.DivClassName
{
background-color: #5338BA;
}
.BgClassName
{
background-color: #5338BA;
}
</style>
border-color css
<style>
span { border-color: #5338BA; }
span { border-color: rgb(83,56,186); }
td.TdClassName
{
border-color: #5338BA;
}
.TagClassName
{
border-color: #5338BA;
}
</style>