Shades of Purple Heart #441BAD
Tints of Purple Heart #441BAD
RGB
CMYK
RGB Variations
Color information
#441BAD (or 0x441BAD) is known color: Purple Heart. HEX triplet: 44, 1B and AD. RGB value is (68,27,173). Sum of RGB (Red+Green+Blue) = 68+27+173=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #441BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441BAD is #BBE452. Grayscale: #373737. Windows color (decimal): -12313683 or 11344708. OLE color: 11344708.
HSL color Cylindrical-coordinate representation of color #441BAD: hue angle of 256.85º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #441BAD is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 27 | 173 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.32 |
| HSL | 256.85º | 0.73% | 0.39% | - |
| HSV(B) | 256.85º | 0.84% | 0.68% | - |
| XYZ | 10.32 | 5.03 | 39.96 | - |
| YUV | 55.9 | 194.08 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 173 | 0.61 | 0.84 | 0 | 0.32 | 256.85 | 0.73 | 0.39 |
| Hex | 44 | 1B | AD | 3D | 54 | 0 | 20 | 101 | 49 | 27 |
| Octal | 104 | 33 | 255 | 75 | 124 | 0 | 40 | 401 | 111 | 47 |
| Binary | 1000100 | 11011 | 10101101 | 111101 | 1010100 | 0 | 100000 | 100000001 | 1001001 | 100111 |
Color Harmonies of #441BAD
Complementary color
Monochromatic Colors of #441BAD
Black with #441BAD
Text Example
Text Example
White with #441BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441BAD; }
p { color: rgb(68,27,173); }
H1.HeaderClassName
{
color: #441BAD;
}
.AnyTagClassName
{
color: #441BAD;
}
</style>
background-color css
<style>
a { background-color: #441BAD; }
a { background-color: rgb(68,27,173); }
div.DivClassName
{
background-color: #441BAD;
}
.BgClassName
{
background-color: #441BAD;
}
</style>
border-color css
<style>
span { border-color: #441BAD; }
span { border-color: rgb(68,27,173); }
td.TdClassName
{
border-color: #441BAD;
}
.TagClassName
{
border-color: #441BAD;
}
</style>