Shades of Purple Heart #4401BA
Tints of Purple Heart #4401BA
RGB
CMYK
RGB Variations
Color information
#4401BA (or 0x4401BA) is known color: Purple Heart. HEX triplet: 44, 01 and BA. RGB value is (68,1,186). Sum of RGB (Red+Green+Blue) = 68+1+186=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #4401BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4401BA is #BBFE45. Grayscale: #292929. Windows color (decimal): -12320326 or 12190020. OLE color: 12190020.
HSL color Cylindrical-coordinate representation of color #4401BA: hue angle of 261.73º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4401BA is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 1 | 186 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.27 |
| HSL | 261.73º | 0.99% | 0.37% | - |
| HSV(B) | 261.73º | 0.99% | 0.73% | - |
| XYZ | 11.26 | 4.8 | 46.79 | - |
| YUV | 42.12 | 209.2 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 186 | 0.63 | 0.99 | 0 | 0.27 | 261.73 | 0.99 | 0.37 |
| Hex | 44 | 1 | BA | 3F | 63 | 0 | 1B | 106 | 63 | 25 |
| Octal | 104 | 1 | 272 | 77 | 143 | 0 | 33 | 406 | 143 | 45 |
| Binary | 1000100 | 1 | 10111010 | 111111 | 1100011 | 0 | 11011 | 100000110 | 1100011 | 100101 |
Color Harmonies of #4401BA
Complementary color
Monochromatic Colors of #4401BA
Black with #4401BA
Text Example
Text Example
White with #4401BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4401BA; }
p { color: rgb(68,1,186); }
H1.HeaderClassName
{
color: #4401BA;
}
.AnyTagClassName
{
color: #4401BA;
}
</style>
background-color css
<style>
a { background-color: #4401BA; }
a { background-color: rgb(68,1,186); }
div.DivClassName
{
background-color: #4401BA;
}
.BgClassName
{
background-color: #4401BA;
}
</style>
border-color css
<style>
span { border-color: #4401BA; }
span { border-color: rgb(68,1,186); }
td.TdClassName
{
border-color: #4401BA;
}
.TagClassName
{
border-color: #4401BA;
}
</style>