Shades of Purple Heart #4409BA
Tints of Purple Heart #4409BA
RGB
CMYK
RGB Variations
Color information
#4409BA (or 0x4409BA) is known color: Purple Heart. HEX triplet: 44, 09 and BA. RGB value is (68,9,186). Sum of RGB (Red+Green+Blue) = 68+9+186=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 186 (73.05% from 255 or 70.72% from 263); Max value from RGB is 186 - color contains mainly: blue. Hex color #4409BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4409BA is #BBF645. Grayscale: #2E2E2E. Windows color (decimal): -12318278 or 12192068. OLE color: 12192068.
HSL color Cylindrical-coordinate representation of color #4409BA: hue angle of 260º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4409BA is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 9 | 186 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.27 |
| HSL | 260º | 0.91% | 0.38% | - |
| HSV(B) | 260º | 0.95% | 0.73% | - |
| XYZ | 11.34 | 4.97 | 46.82 | - |
| YUV | 46.82 | 206.55 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 186 | 0.63 | 0.95 | 0 | 0.27 | 260 | 0.91 | 0.38 |
| Hex | 44 | 9 | BA | 3F | 5F | 0 | 1B | 104 | 5B | 26 |
| Octal | 104 | 11 | 272 | 77 | 137 | 0 | 33 | 404 | 133 | 46 |
| Binary | 1000100 | 1001 | 10111010 | 111111 | 1011111 | 0 | 11011 | 100000100 | 1011011 | 100110 |
Color Harmonies of #4409BA
Complementary color
Monochromatic Colors of #4409BA
Black with #4409BA
Text Example
Text Example
White with #4409BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4409BA; }
p { color: rgb(68,9,186); }
H1.HeaderClassName
{
color: #4409BA;
}
.AnyTagClassName
{
color: #4409BA;
}
</style>
background-color css
<style>
a { background-color: #4409BA; }
a { background-color: rgb(68,9,186); }
div.DivClassName
{
background-color: #4409BA;
}
.BgClassName
{
background-color: #4409BA;
}
</style>
border-color css
<style>
span { border-color: #4409BA; }
span { border-color: rgb(68,9,186); }
td.TdClassName
{
border-color: #4409BA;
}
.TagClassName
{
border-color: #4409BA;
}
</style>