Shades of Purple Heart #441AAD
Tints of Purple Heart #441AAD
RGB
CMYK
RGB Variations
Color information
#441AAD (or 0x441AAD) is known color: Purple Heart. HEX triplet: 44, 1A and AD. RGB value is (68,26,173). Sum of RGB (Red+Green+Blue) = 68+26+173=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #441AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441AAD is #BBE552. Grayscale: #363636. Windows color (decimal): -12313939 or 11344452. OLE color: 11344452.
HSL color Cylindrical-coordinate representation of color #441AAD: hue angle of 257.14º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441AAD is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 26 | 173 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.32 |
| HSL | 257.14º | 0.74% | 0.39% | - |
| HSV(B) | 257.14º | 0.85% | 0.68% | - |
| XYZ | 10.3 | 4.98 | 39.95 | - |
| YUV | 55.32 | 194.41 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 26 | 173 | 0.61 | 0.85 | 0 | 0.32 | 257.14 | 0.74 | 0.39 |
| Hex | 44 | 1A | AD | 3D | 55 | 0 | 20 | 101 | 4A | 27 |
| Octal | 104 | 32 | 255 | 75 | 125 | 0 | 40 | 401 | 112 | 47 |
| Binary | 1000100 | 11010 | 10101101 | 111101 | 1010101 | 0 | 100000 | 100000001 | 1001010 | 100111 |
Color Harmonies of #441AAD
Complementary color
Monochromatic Colors of #441AAD
Black with #441AAD
Text Example
Text Example
White with #441AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441AAD; }
p { color: rgb(68,26,173); }
H1.HeaderClassName
{
color: #441AAD;
}
.AnyTagClassName
{
color: #441AAD;
}
</style>
background-color css
<style>
a { background-color: #441AAD; }
a { background-color: rgb(68,26,173); }
div.DivClassName
{
background-color: #441AAD;
}
.BgClassName
{
background-color: #441AAD;
}
</style>
border-color css
<style>
span { border-color: #441AAD; }
span { border-color: rgb(68,26,173); }
td.TdClassName
{
border-color: #441AAD;
}
.TagClassName
{
border-color: #441AAD;
}
</style>