Shades of Purple Heart #4518BA
Tints of Purple Heart #4518BA
RGB
CMYK
RGB Variations
Color information
#4518BA (or 0x4518BA) is known color: Purple Heart. HEX triplet: 45, 18 and BA. RGB value is (69,24,186). Sum of RGB (Red+Green+Blue) = 69+24+186=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #4518BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4518BA is #BAE745. Grayscale: #373737. Windows color (decimal): -12248902 or 12195909. OLE color: 12195909.
HSL color Cylindrical-coordinate representation of color #4518BA: hue angle of 256.67º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4518BA is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 24 | 186 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.27 |
| HSL | 256.67º | 0.77% | 0.41% | - |
| HSV(B) | 256.67º | 0.87% | 0.73% | - |
| XYZ | 11.64 | 5.46 | 46.9 | - |
| YUV | 55.92 | 201.41 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 24 | 186 | 0.63 | 0.87 | 0 | 0.27 | 256.67 | 0.77 | 0.41 |
| Hex | 45 | 18 | BA | 3F | 57 | 0 | 1B | 101 | 4D | 29 |
| Octal | 105 | 30 | 272 | 77 | 127 | 0 | 33 | 401 | 115 | 51 |
| Binary | 1000101 | 11000 | 10111010 | 111111 | 1010111 | 0 | 11011 | 100000001 | 1001101 | 101001 |
Color Harmonies of #4518BA
Complementary color
Monochromatic Colors of #4518BA
Black with #4518BA
Text Example
Text Example
White with #4518BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4518BA; }
p { color: rgb(69,24,186); }
H1.HeaderClassName
{
color: #4518BA;
}
.AnyTagClassName
{
color: #4518BA;
}
</style>
background-color css
<style>
a { background-color: #4518BA; }
a { background-color: rgb(69,24,186); }
div.DivClassName
{
background-color: #4518BA;
}
.BgClassName
{
background-color: #4518BA;
}
</style>
border-color css
<style>
span { border-color: #4518BA; }
span { border-color: rgb(69,24,186); }
td.TdClassName
{
border-color: #4518BA;
}
.TagClassName
{
border-color: #4518BA;
}
</style>