Shades of Purple Heart #4518BB
Tints of Purple Heart #4518BB
RGB
CMYK
RGB Variations
Color information
#4518BB (or 0x4518BB) is known color: Purple Heart. HEX triplet: 45, 18 and BB. RGB value is (69,24,187). Sum of RGB (Red+Green+Blue) = 69+24+187=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 187 (73.44% from 255 or 66.79% from 280); Max value from RGB is 187 - color contains mainly: blue. Hex color #4518BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4518BB is #BAE744. Grayscale: #373737. Windows color (decimal): -12248901 or 12261445. OLE color: 12261445.
HSL color Cylindrical-coordinate representation of color #4518BB: hue angle of 256.56º 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 #4518BB is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 24 | 187 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.27 |
| HSL | 256.56º | 0.77% | 0.41% | - |
| HSV(B) | 256.56º | 0.87% | 0.73% | - |
| XYZ | 11.75 | 5.51 | 47.46 | - |
| YUV | 56.04 | 201.91 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 24 | 187 | 0.63 | 0.87 | 0 | 0.27 | 256.56 | 0.77 | 0.41 |
| Hex | 45 | 18 | BB | 3F | 57 | 0 | 1B | 101 | 4D | 29 |
| Octal | 105 | 30 | 273 | 77 | 127 | 0 | 33 | 401 | 115 | 51 |
| Binary | 1000101 | 11000 | 10111011 | 111111 | 1010111 | 0 | 11011 | 100000001 | 1001101 | 101001 |
Color Harmonies of #4518BB
Complementary color
Monochromatic Colors of #4518BB
Black with #4518BB
Text Example
Text Example
White with #4518BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4518BB; }
p { color: rgb(69,24,187); }
H1.HeaderClassName
{
color: #4518BB;
}
.AnyTagClassName
{
color: #4518BB;
}
</style>
background-color css
<style>
a { background-color: #4518BB; }
a { background-color: rgb(69,24,187); }
div.DivClassName
{
background-color: #4518BB;
}
.BgClassName
{
background-color: #4518BB;
}
</style>
border-color css
<style>
span { border-color: #4518BB; }
span { border-color: rgb(69,24,187); }
td.TdClassName
{
border-color: #4518BB;
}
.TagClassName
{
border-color: #4518BB;
}
</style>