Shades of Purple Heart #4518B6
Tints of Purple Heart #4518B6
RGB
CMYK
RGB Variations
Color information
#4518B6 (or 0x4518B6) is known color: Purple Heart. HEX triplet: 45, 18 and B6. RGB value is (69,24,182). Sum of RGB (Red+Green+Blue) = 69+24+182=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 182 (71.48% from 255 or 66.18% from 275); Max value from RGB is 182 - color contains mainly: blue. Hex color #4518B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4518B6 is #BAE749. Grayscale: #363636. Windows color (decimal): -12248906 or 11933765. OLE color: 11933765.
HSL color Cylindrical-coordinate representation of color #4518B6: hue angle of 257.09º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4518B6 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 24 | 182 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.29 |
| HSL | 257.09º | 0.77% | 0.4% | - |
| HSV(B) | 257.09º | 0.87% | 0.71% | - |
| XYZ | 11.22 | 5.3 | 44.69 | - |
| YUV | 55.47 | 199.41 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 24 | 182 | 0.62 | 0.87 | 0 | 0.29 | 257.09 | 0.77 | 0.4 |
| Hex | 45 | 18 | B6 | 3E | 57 | 0 | 1D | 101 | 4D | 28 |
| Octal | 105 | 30 | 266 | 76 | 127 | 0 | 35 | 401 | 115 | 50 |
| Binary | 1000101 | 11000 | 10110110 | 111110 | 1010111 | 0 | 11101 | 100000001 | 1001101 | 101000 |
Color Harmonies of #4518B6
Complementary color
Monochromatic Colors of #4518B6
Black with #4518B6
Text Example
Text Example
White with #4518B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4518B6; }
p { color: rgb(69,24,182); }
H1.HeaderClassName
{
color: #4518B6;
}
.AnyTagClassName
{
color: #4518B6;
}
</style>
background-color css
<style>
a { background-color: #4518B6; }
a { background-color: rgb(69,24,182); }
div.DivClassName
{
background-color: #4518B6;
}
.BgClassName
{
background-color: #4518B6;
}
</style>
border-color css
<style>
span { border-color: #4518B6; }
span { border-color: rgb(69,24,182); }
td.TdClassName
{
border-color: #4518B6;
}
.TagClassName
{
border-color: #4518B6;
}
</style>