Shades of Purple Heart #4401BF
Tints of Purple Heart #4401BF
RGB
CMYK
RGB Variations
Color information
#4401BF (or 0x4401BF) is known color: Purple Heart. HEX triplet: 44, 01 and BF. RGB value is (68,1,191). Sum of RGB (Red+Green+Blue) = 68+1+191=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 191 (75% from 255 or 73.46% from 260); Max value from RGB is 191 - color contains mainly: blue. Hex color #4401BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4401BF is #BBFE40. Grayscale: #2A2A2A. Windows color (decimal): -12320321 or 12517700. OLE color: 12517700.
HSL color Cylindrical-coordinate representation of color #4401BF: hue angle of 261.16º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4401BF is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 1 | 191 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.25 |
| HSL | 261.16º | 0.99% | 0.38% | - |
| HSV(B) | 261.16º | 0.99% | 0.75% | - |
| XYZ | 11.8 | 5.01 | 49.64 | - |
| YUV | 42.69 | 211.7 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 191 | 0.64 | 0.99 | 0 | 0.25 | 261.16 | 0.99 | 0.38 |
| Hex | 44 | 1 | BF | 40 | 63 | 0 | 19 | 105 | 63 | 26 |
| Octal | 104 | 1 | 277 | 100 | 143 | 0 | 31 | 405 | 143 | 46 |
| Binary | 1000100 | 1 | 10111111 | 1000000 | 1100011 | 0 | 11001 | 100000101 | 1100011 | 100110 |
Color Harmonies of #4401BF
Complementary color
Monochromatic Colors of #4401BF
Black with #4401BF
Text Example
Text Example
White with #4401BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4401BF; }
p { color: rgb(68,1,191); }
H1.HeaderClassName
{
color: #4401BF;
}
.AnyTagClassName
{
color: #4401BF;
}
</style>
background-color css
<style>
a { background-color: #4401BF; }
a { background-color: rgb(68,1,191); }
div.DivClassName
{
background-color: #4401BF;
}
.BgClassName
{
background-color: #4401BF;
}
</style>
border-color css
<style>
span { border-color: #4401BF; }
span { border-color: rgb(68,1,191); }
td.TdClassName
{
border-color: #4401BF;
}
.TagClassName
{
border-color: #4401BF;
}
</style>