Shades of Purple Heart #4532BA
Tints of Purple Heart #4532BA
RGB
CMYK
RGB Variations
Color information
#4532BA (or 0x4532BA) is known color: Purple Heart. HEX triplet: 45, 32 and BA. RGB value is (69,50,186). Sum of RGB (Red+Green+Blue) = 69+50+186=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #4532BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4532BA is #BACD45. Grayscale: #464646. Windows color (decimal): -12242246 or 12202565. OLE color: 12202565.
HSL color Cylindrical-coordinate representation of color #4532BA: hue angle of 248.38º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4532BA is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 50 | 186 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.27 |
| HSL | 248.38º | 0.58% | 0.46% | - |
| HSV(B) | 248.38º | 0.73% | 0.73% | - |
| XYZ | 12.46 | 7.09 | 47.17 | - |
| YUV | 71.19 | 192.79 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 50 | 186 | 0.63 | 0.73 | 0 | 0.27 | 248.38 | 0.58 | 0.46 |
| Hex | 45 | 32 | BA | 3F | 49 | 0 | 1B | F8 | 3A | 2E |
| Octal | 105 | 62 | 272 | 77 | 111 | 0 | 33 | 370 | 72 | 56 |
| Binary | 1000101 | 110010 | 10111010 | 111111 | 1001001 | 0 | 11011 | 11111000 | 111010 | 101110 |
Color Harmonies of #4532BA
Complementary color
Monochromatic Colors of #4532BA
Black with #4532BA
Text Example
Text Example
White with #4532BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4532BA; }
p { color: rgb(69,50,186); }
H1.HeaderClassName
{
color: #4532BA;
}
.AnyTagClassName
{
color: #4532BA;
}
</style>
background-color css
<style>
a { background-color: #4532BA; }
a { background-color: rgb(69,50,186); }
div.DivClassName
{
background-color: #4532BA;
}
.BgClassName
{
background-color: #4532BA;
}
</style>
border-color css
<style>
span { border-color: #4532BA; }
span { border-color: rgb(69,50,186); }
td.TdClassName
{
border-color: #4532BA;
}
.TagClassName
{
border-color: #4532BA;
}
</style>