Shades of Purple Heart #441AAF
Tints of Purple Heart #441AAF
RGB
CMYK
RGB Variations
Color information
#441AAF (or 0x441AAF) is known color: Purple Heart. HEX triplet: 44, 1A and AF. RGB value is (68,26,175). Sum of RGB (Red+Green+Blue) = 68+26+175=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 175 (68.75% from 255 or 65.06% from 269); Max value from RGB is 175 - color contains mainly: blue. Hex color #441AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441AAF is #BBE550. Grayscale: #363636. Windows color (decimal): -12313937 or 11475524. OLE color: 11475524.
HSL color Cylindrical-coordinate representation of color #441AAF: hue angle of 256.91º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441AAF is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 26 | 175 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.31 |
| HSL | 256.91º | 0.74% | 0.39% | - |
| HSV(B) | 256.91º | 0.85% | 0.69% | - |
| XYZ | 10.49 | 5.06 | 40.98 | - |
| YUV | 55.54 | 195.41 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 26 | 175 | 0.61 | 0.85 | 0 | 0.31 | 256.91 | 0.74 | 0.39 |
| Hex | 44 | 1A | AF | 3D | 55 | 0 | 1F | 101 | 4A | 27 |
| Octal | 104 | 32 | 257 | 75 | 125 | 0 | 37 | 401 | 112 | 47 |
| Binary | 1000100 | 11010 | 10101111 | 111101 | 1010101 | 0 | 11111 | 100000001 | 1001010 | 100111 |
Color Harmonies of #441AAF
Complementary color
Monochromatic Colors of #441AAF
Black with #441AAF
Text Example
Text Example
White with #441AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441AAF; }
p { color: rgb(68,26,175); }
H1.HeaderClassName
{
color: #441AAF;
}
.AnyTagClassName
{
color: #441AAF;
}
</style>
background-color css
<style>
a { background-color: #441AAF; }
a { background-color: rgb(68,26,175); }
div.DivClassName
{
background-color: #441AAF;
}
.BgClassName
{
background-color: #441AAF;
}
</style>
border-color css
<style>
span { border-color: #441AAF; }
span { border-color: rgb(68,26,175); }
td.TdClassName
{
border-color: #441AAF;
}
.TagClassName
{
border-color: #441AAF;
}
</style>