Shades of Purple Heart #441ACF
Tints of Purple Heart #441ACF
RGB
CMYK
RGB Variations
Color information
#441ACF (or 0x441ACF) is known color: Purple Heart. HEX triplet: 44, 1A and CF. RGB value is (68,26,207). Sum of RGB (Red+Green+Blue) = 68+26+207=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 207 (81.25% from 255 or 68.77% from 301); Max value from RGB is 207 - color contains mainly: blue. Hex color #441ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441ACF is #BBE530. Grayscale: #3A3A3A. Windows color (decimal): -12313905 or 13572676. OLE color: 13572676.
HSL color Cylindrical-coordinate representation of color #441ACF: hue angle of 253.92º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441ACF is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 26 | 207 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.19 |
| HSL | 253.92º | 0.78% | 0.46% | - |
| HSV(B) | 253.92º | 0.87% | 0.81% | - |
| XYZ | 14.02 | 6.47 | 59.54 | - |
| YUV | 59.19 | 211.41 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 26 | 207 | 0.67 | 0.87 | 0 | 0.19 | 253.92 | 0.78 | 0.46 |
| Hex | 44 | 1A | CF | 43 | 57 | 0 | 13 | FE | 4E | 2E |
| Octal | 104 | 32 | 317 | 103 | 127 | 0 | 23 | 376 | 116 | 56 |
| Binary | 1000100 | 11010 | 11001111 | 1000011 | 1010111 | 0 | 10011 | 11111110 | 1001110 | 101110 |
Color Harmonies of #441ACF
Complementary color
Monochromatic Colors of #441ACF
Black with #441ACF
Text Example
Text Example
White with #441ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441ACF; }
p { color: rgb(68,26,207); }
H1.HeaderClassName
{
color: #441ACF;
}
.AnyTagClassName
{
color: #441ACF;
}
</style>
background-color css
<style>
a { background-color: #441ACF; }
a { background-color: rgb(68,26,207); }
div.DivClassName
{
background-color: #441ACF;
}
.BgClassName
{
background-color: #441ACF;
}
</style>
border-color css
<style>
span { border-color: #441ACF; }
span { border-color: rgb(68,26,207); }
td.TdClassName
{
border-color: #441ACF;
}
.TagClassName
{
border-color: #441ACF;
}
</style>