Shades of Purple Heart #4404BB
Tints of Purple Heart #4404BB
RGB
CMYK
RGB Variations
Color information
#4404BB (or 0x4404BB) is known color: Purple Heart. HEX triplet: 44, 04 and BB. RGB value is (68,4,187). Sum of RGB (Red+Green+Blue) = 68+4+187=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 187 (73.44% from 255 or 72.20% from 259); Max value from RGB is 187 - color contains mainly: blue. Hex color #4404BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4404BB is #BBFB44. Grayscale: #2B2B2B. Windows color (decimal): -12319557 or 12256324. OLE color: 12256324.
HSL color Cylindrical-coordinate representation of color #4404BB: hue angle of 260.98º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4404BB is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 4 | 187 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.27 |
| HSL | 260.98º | 0.96% | 0.37% | - |
| HSV(B) | 260.98º | 0.98% | 0.73% | - |
| XYZ | 11.4 | 4.9 | 47.36 | - |
| YUV | 44 | 208.7 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 187 | 0.64 | 0.98 | 0 | 0.27 | 260.98 | 0.96 | 0.37 |
| Hex | 44 | 4 | BB | 40 | 62 | 0 | 1B | 105 | 60 | 25 |
| Octal | 104 | 4 | 273 | 100 | 142 | 0 | 33 | 405 | 140 | 45 |
| Binary | 1000100 | 100 | 10111011 | 1000000 | 1100010 | 0 | 11011 | 100000101 | 1100000 | 100101 |
Color Harmonies of #4404BB
Complementary color
Monochromatic Colors of #4404BB
Black with #4404BB
Text Example
Text Example
White with #4404BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4404BB; }
p { color: rgb(68,4,187); }
H1.HeaderClassName
{
color: #4404BB;
}
.AnyTagClassName
{
color: #4404BB;
}
</style>
background-color css
<style>
a { background-color: #4404BB; }
a { background-color: rgb(68,4,187); }
div.DivClassName
{
background-color: #4404BB;
}
.BgClassName
{
background-color: #4404BB;
}
</style>
border-color css
<style>
span { border-color: #4404BB; }
span { border-color: rgb(68,4,187); }
td.TdClassName
{
border-color: #4404BB;
}
.TagClassName
{
border-color: #4404BB;
}
</style>