Shades of Purple Heart #4517B9
Tints of Purple Heart #4517B9
RGB
CMYK
RGB Variations
Color information
#4517B9 (or 0x4517B9) is known color: Purple Heart. HEX triplet: 45, 17 and B9. RGB value is (69,23,185). Sum of RGB (Red+Green+Blue) = 69+23+185=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 185 (72.66% from 255 or 66.79% from 277); Max value from RGB is 185 - color contains mainly: blue. Hex color #4517B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4517B9 is #BAE846. Grayscale: #363636. Windows color (decimal): -12249159 or 12130117. OLE color: 12130117.
HSL color Cylindrical-coordinate representation of color #4517B9: hue angle of 257.04º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4517B9 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 23 | 185 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.27 |
| HSL | 257.04º | 0.78% | 0.41% | - |
| HSV(B) | 257.04º | 0.88% | 0.73% | - |
| XYZ | 11.52 | 5.38 | 46.33 | - |
| YUV | 55.22 | 201.24 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 23 | 185 | 0.63 | 0.88 | 0 | 0.27 | 257.04 | 0.78 | 0.41 |
| Hex | 45 | 17 | B9 | 3F | 58 | 0 | 1B | 101 | 4E | 29 |
| Octal | 105 | 27 | 271 | 77 | 130 | 0 | 33 | 401 | 116 | 51 |
| Binary | 1000101 | 10111 | 10111001 | 111111 | 1011000 | 0 | 11011 | 100000001 | 1001110 | 101001 |
Color Harmonies of #4517B9
Complementary color
Monochromatic Colors of #4517B9
Black with #4517B9
Text Example
Text Example
White with #4517B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4517B9; }
p { color: rgb(69,23,185); }
H1.HeaderClassName
{
color: #4517B9;
}
.AnyTagClassName
{
color: #4517B9;
}
</style>
background-color css
<style>
a { background-color: #4517B9; }
a { background-color: rgb(69,23,185); }
div.DivClassName
{
background-color: #4517B9;
}
.BgClassName
{
background-color: #4517B9;
}
</style>
border-color css
<style>
span { border-color: #4517B9; }
span { border-color: rgb(69,23,185); }
td.TdClassName
{
border-color: #4517B9;
}
.TagClassName
{
border-color: #4517B9;
}
</style>