Shades of Purple Heart #4522BA
Tints of Purple Heart #4522BA
RGB
CMYK
RGB Variations
Color information
#4522BA (or 0x4522BA) is known color: Purple Heart. HEX triplet: 45, 22 and BA. RGB value is (69,34,186). Sum of RGB (Red+Green+Blue) = 69+34+186=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #4522BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4522BA is #BADD45. Grayscale: #3D3D3D. Windows color (decimal): -12246342 or 12198469. OLE color: 12198469.
HSL color Cylindrical-coordinate representation of color #4522BA: hue angle of 253.82º 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 #4522BA is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 34 | 186 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.27 |
| HSL | 253.82º | 0.69% | 0.43% | - |
| HSV(B) | 253.82º | 0.82% | 0.73% | - |
| XYZ | 11.89 | 5.95 | 46.98 | - |
| YUV | 61.79 | 198.1 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 34 | 186 | 0.63 | 0.82 | 0 | 0.27 | 253.82 | 0.69 | 0.43 |
| Hex | 45 | 22 | BA | 3F | 52 | 0 | 1B | FE | 45 | 2B |
| Octal | 105 | 42 | 272 | 77 | 122 | 0 | 33 | 376 | 105 | 53 |
| Binary | 1000101 | 100010 | 10111010 | 111111 | 1010010 | 0 | 11011 | 11111110 | 1000101 | 101011 |
Color Harmonies of #4522BA
Complementary color
Monochromatic Colors of #4522BA
Black with #4522BA
Text Example
Text Example
White with #4522BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4522BA; }
p { color: rgb(69,34,186); }
H1.HeaderClassName
{
color: #4522BA;
}
.AnyTagClassName
{
color: #4522BA;
}
</style>
background-color css
<style>
a { background-color: #4522BA; }
a { background-color: rgb(69,34,186); }
div.DivClassName
{
background-color: #4522BA;
}
.BgClassName
{
background-color: #4522BA;
}
</style>
border-color css
<style>
span { border-color: #4522BA; }
span { border-color: rgb(69,34,186); }
td.TdClassName
{
border-color: #4522BA;
}
.TagClassName
{
border-color: #4522BA;
}
</style>