Shades of Purple Heart #4517BE
Tints of Purple Heart #4517BE
RGB
CMYK
RGB Variations
Color information
#4517BE (or 0x4517BE) is known color: Purple Heart. HEX triplet: 45, 17 and BE. RGB value is (69,23,190). Sum of RGB (Red+Green+Blue) = 69+23+190=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 190 (74.61% from 255 or 67.38% from 282); Max value from RGB is 190 - color contains mainly: blue. Hex color #4517BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4517BE is #BAE841. Grayscale: #373737. Windows color (decimal): -12249154 or 12457797. OLE color: 12457797.
HSL color Cylindrical-coordinate representation of color #4517BE: hue angle of 256.53º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4517BE is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 23 | 190 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.25 |
| HSL | 256.53º | 0.78% | 0.42% | - |
| HSV(B) | 256.53º | 0.88% | 0.75% | - |
| XYZ | 12.05 | 5.6 | 49.16 | - |
| YUV | 55.79 | 203.74 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 23 | 190 | 0.64 | 0.88 | 0 | 0.25 | 256.53 | 0.78 | 0.42 |
| Hex | 45 | 17 | BE | 40 | 58 | 0 | 19 | 101 | 4E | 2A |
| Octal | 105 | 27 | 276 | 100 | 130 | 0 | 31 | 401 | 116 | 52 |
| Binary | 1000101 | 10111 | 10111110 | 1000000 | 1011000 | 0 | 11001 | 100000001 | 1001110 | 101010 |
Color Harmonies of #4517BE
Complementary color
Monochromatic Colors of #4517BE
Black with #4517BE
Text Example
Text Example
White with #4517BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4517BE; }
p { color: rgb(69,23,190); }
H1.HeaderClassName
{
color: #4517BE;
}
.AnyTagClassName
{
color: #4517BE;
}
</style>
background-color css
<style>
a { background-color: #4517BE; }
a { background-color: rgb(69,23,190); }
div.DivClassName
{
background-color: #4517BE;
}
.BgClassName
{
background-color: #4517BE;
}
</style>
border-color css
<style>
span { border-color: #4517BE; }
span { border-color: rgb(69,23,190); }
td.TdClassName
{
border-color: #4517BE;
}
.TagClassName
{
border-color: #4517BE;
}
</style>