Shades of Purple Heart #4412BA
Tints of Purple Heart #4412BA
RGB
CMYK
RGB Variations
Color information
#4412BA (or 0x4412BA) is known color: Purple Heart. HEX triplet: 44, 12 and BA. RGB value is (68,18,186). Sum of RGB (Red+Green+Blue) = 68+18+186=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #4412BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4412BA is #BBED45. Grayscale: #333333. Windows color (decimal): -12315974 or 12194372. OLE color: 12194372.
HSL color Cylindrical-coordinate representation of color #4412BA: hue angle of 257.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4412BA is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 18 | 186 | - |
| CMYK | 0.63 | 0.90 | 0 | 0.27 |
| HSL | 257.86º | 0.82% | 0.4% | - |
| HSV(B) | 257.86º | 0.9% | 0.73% | - |
| XYZ | 11.46 | 5.21 | 46.86 | - |
| YUV | 52.1 | 203.57 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 18 | 186 | 0.63 | 0.90 | 0 | 0.27 | 257.86 | 0.82 | 0.4 |
| Hex | 44 | 12 | BA | 3F | 5A | 0 | 1B | 102 | 52 | 28 |
| Octal | 104 | 22 | 272 | 77 | 132 | 0 | 33 | 402 | 122 | 50 |
| Binary | 1000100 | 10010 | 10111010 | 111111 | 1011010 | 0 | 11011 | 100000010 | 1010010 | 101000 |
Color Harmonies of #4412BA
Complementary color
Monochromatic Colors of #4412BA
Black with #4412BA
Text Example
Text Example
White with #4412BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4412BA; }
p { color: rgb(68,18,186); }
H1.HeaderClassName
{
color: #4412BA;
}
.AnyTagClassName
{
color: #4412BA;
}
</style>
background-color css
<style>
a { background-color: #4412BA; }
a { background-color: rgb(68,18,186); }
div.DivClassName
{
background-color: #4412BA;
}
.BgClassName
{
background-color: #4412BA;
}
</style>
border-color css
<style>
span { border-color: #4412BA; }
span { border-color: rgb(68,18,186); }
td.TdClassName
{
border-color: #4412BA;
}
.TagClassName
{
border-color: #4412BA;
}
</style>