Shades of Purple Heart #441EAF
Tints of Purple Heart #441EAF
RGB
CMYK
RGB Variations
Color information
#441EAF (or 0x441EAF) is known color: Purple Heart. HEX triplet: 44, 1E and AF. RGB value is (68,30,175). Sum of RGB (Red+Green+Blue) = 68+30+175=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 175 (68.75% from 255 or 64.10% from 273); Max value from RGB is 175 - color contains mainly: blue. Hex color #441EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441EAF is #BBE150. Grayscale: #393939. Windows color (decimal): -12312913 or 11476548. OLE color: 11476548.
HSL color Cylindrical-coordinate representation of color #441EAF: hue angle of 255.72º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #441EAF is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 30 | 175 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.31 |
| HSL | 255.72º | 0.71% | 0.4% | - |
| HSV(B) | 255.72º | 0.83% | 0.69% | - |
| XYZ | 10.59 | 5.25 | 41.01 | - |
| YUV | 57.89 | 194.09 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 30 | 175 | 0.61 | 0.83 | 0 | 0.31 | 255.72 | 0.71 | 0.4 |
| Hex | 44 | 1E | AF | 3D | 53 | 0 | 1F | 100 | 47 | 28 |
| Octal | 104 | 36 | 257 | 75 | 123 | 0 | 37 | 400 | 107 | 50 |
| Binary | 1000100 | 11110 | 10101111 | 111101 | 1010011 | 0 | 11111 | 100000000 | 1000111 | 101000 |
Color Harmonies of #441EAF
Complementary color
Monochromatic Colors of #441EAF
Black with #441EAF
Text Example
Text Example
White with #441EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441EAF; }
p { color: rgb(68,30,175); }
H1.HeaderClassName
{
color: #441EAF;
}
.AnyTagClassName
{
color: #441EAF;
}
</style>
background-color css
<style>
a { background-color: #441EAF; }
a { background-color: rgb(68,30,175); }
div.DivClassName
{
background-color: #441EAF;
}
.BgClassName
{
background-color: #441EAF;
}
</style>
border-color css
<style>
span { border-color: #441EAF; }
span { border-color: rgb(68,30,175); }
td.TdClassName
{
border-color: #441EAF;
}
.TagClassName
{
border-color: #441EAF;
}
</style>