Shades of Purple Heart #4404BF
Tints of Purple Heart #4404BF
RGB
CMYK
RGB Variations
Color information
#4404BF (or 0x4404BF) is known color: Purple Heart. HEX triplet: 44, 04 and BF. RGB value is (68,4,191). Sum of RGB (Red+Green+Blue) = 68+4+191=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 191 (75% from 255 or 72.62% from 263); Max value from RGB is 191 - color contains mainly: blue. Hex color #4404BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4404BF is #BBFB40. Grayscale: #2B2B2B. Windows color (decimal): -12319553 or 12518468. OLE color: 12518468.
HSL color Cylindrical-coordinate representation of color #4404BF: hue angle of 260.53º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4404BF is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 4 | 191 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.25 |
| HSL | 260.53º | 0.96% | 0.38% | - |
| HSV(B) | 260.53º | 0.98% | 0.75% | - |
| XYZ | 11.83 | 5.08 | 49.65 | - |
| YUV | 44.45 | 210.7 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 191 | 0.64 | 0.98 | 0 | 0.25 | 260.53 | 0.96 | 0.38 |
| Hex | 44 | 4 | BF | 40 | 62 | 0 | 19 | 105 | 60 | 26 |
| Octal | 104 | 4 | 277 | 100 | 142 | 0 | 31 | 405 | 140 | 46 |
| Binary | 1000100 | 100 | 10111111 | 1000000 | 1100010 | 0 | 11001 | 100000101 | 1100000 | 100110 |
Color Harmonies of #4404BF
Complementary color
Monochromatic Colors of #4404BF
Black with #4404BF
Text Example
Text Example
White with #4404BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4404BF; }
p { color: rgb(68,4,191); }
H1.HeaderClassName
{
color: #4404BF;
}
.AnyTagClassName
{
color: #4404BF;
}
</style>
background-color css
<style>
a { background-color: #4404BF; }
a { background-color: rgb(68,4,191); }
div.DivClassName
{
background-color: #4404BF;
}
.BgClassName
{
background-color: #4404BF;
}
</style>
border-color css
<style>
span { border-color: #4404BF; }
span { border-color: rgb(68,4,191); }
td.TdClassName
{
border-color: #4404BF;
}
.TagClassName
{
border-color: #4404BF;
}
</style>