Shades of Purple Heart #4417BA
Tints of Purple Heart #4417BA
RGB
CMYK
RGB Variations
Color information
#4417BA (or 0x4417BA) is known color: Purple Heart. HEX triplet: 44, 17 and BA. RGB value is (68,23,186). Sum of RGB (Red+Green+Blue) = 68+23+186=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #4417BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4417BA is #BBE845. Grayscale: #363636. Windows color (decimal): -12314694 or 12195652. OLE color: 12195652.
HSL color Cylindrical-coordinate representation of color #4417BA: hue angle of 256.56º 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 #4417BA is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 23 | 186 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.27 |
| HSL | 256.56º | 0.78% | 0.41% | - |
| HSV(B) | 256.56º | 0.88% | 0.73% | - |
| XYZ | 11.55 | 5.39 | 46.89 | - |
| YUV | 55.04 | 201.91 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 23 | 186 | 0.63 | 0.88 | 0 | 0.27 | 256.56 | 0.78 | 0.41 |
| Hex | 44 | 17 | BA | 3F | 58 | 0 | 1B | 101 | 4E | 29 |
| Octal | 104 | 27 | 272 | 77 | 130 | 0 | 33 | 401 | 116 | 51 |
| Binary | 1000100 | 10111 | 10111010 | 111111 | 1011000 | 0 | 11011 | 100000001 | 1001110 | 101001 |
Color Harmonies of #4417BA
Complementary color
Monochromatic Colors of #4417BA
Black with #4417BA
Text Example
Text Example
White with #4417BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4417BA; }
p { color: rgb(68,23,186); }
H1.HeaderClassName
{
color: #4417BA;
}
.AnyTagClassName
{
color: #4417BA;
}
</style>
background-color css
<style>
a { background-color: #4417BA; }
a { background-color: rgb(68,23,186); }
div.DivClassName
{
background-color: #4417BA;
}
.BgClassName
{
background-color: #4417BA;
}
</style>
border-color css
<style>
span { border-color: #4417BA; }
span { border-color: rgb(68,23,186); }
td.TdClassName
{
border-color: #4417BA;
}
.TagClassName
{
border-color: #4417BA;
}
</style>