Shades of Purple Heart #5322BA
Tints of Purple Heart #5322BA
RGB
CMYK
RGB Variations
Color information
#5322BA (or 0x5322BA) is known color: Purple Heart. HEX triplet: 53, 22 and BA. RGB value is (83,34,186). Sum of RGB (Red+Green+Blue) = 83+34+186=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #5322BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5322BA is #ACDD45. Grayscale: #414141. Windows color (decimal): -11328838 or 12198483. OLE color: 12198483.
HSL color Cylindrical-coordinate representation of color #5322BA: hue angle of 259.34º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5322BA is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 34 | 186 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.27 |
| HSL | 259.34º | 0.69% | 0.43% | - |
| HSV(B) | 259.34º | 0.82% | 0.73% | - |
| XYZ | 13 | 6.53 | 47.03 | - |
| YUV | 65.98 | 195.73 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 34 | 186 | 0.55 | 0.82 | 0 | 0.27 | 259.34 | 0.69 | 0.43 |
| Hex | 53 | 22 | BA | 37 | 52 | 0 | 1B | 103 | 45 | 2B |
| Octal | 123 | 42 | 272 | 67 | 122 | 0 | 33 | 403 | 105 | 53 |
| Binary | 1010011 | 100010 | 10111010 | 110111 | 1010010 | 0 | 11011 | 100000011 | 1000101 | 101011 |
Color Harmonies of #5322BA
Complementary color
Monochromatic Colors of #5322BA
Black with #5322BA
Text Example
Text Example
White with #5322BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5322BA; }
p { color: rgb(83,34,186); }
H1.HeaderClassName
{
color: #5322BA;
}
.AnyTagClassName
{
color: #5322BA;
}
</style>
background-color css
<style>
a { background-color: #5322BA; }
a { background-color: rgb(83,34,186); }
div.DivClassName
{
background-color: #5322BA;
}
.BgClassName
{
background-color: #5322BA;
}
</style>
border-color css
<style>
span { border-color: #5322BA; }
span { border-color: rgb(83,34,186); }
td.TdClassName
{
border-color: #5322BA;
}
.TagClassName
{
border-color: #5322BA;
}
</style>