Shades of Purple Heart #441CAF
Tints of Purple Heart #441CAF
RGB
CMYK
RGB Variations
Color information
#441CAF (or 0x441CAF) is known color: Purple Heart. HEX triplet: 44, 1C and AF. RGB value is (68,28,175). Sum of RGB (Red+Green+Blue) = 68+28+175=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 175 (68.75% from 255 or 64.58% from 271); Max value from RGB is 175 - color contains mainly: blue. Hex color #441CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441CAF is #BBE350. Grayscale: #383838. Windows color (decimal): -12313425 or 11476036. OLE color: 11476036.
HSL color Cylindrical-coordinate representation of color #441CAF: hue angle of 256.33º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #441CAF is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 28 | 175 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.31 |
| HSL | 256.33º | 0.72% | 0.4% | - |
| HSV(B) | 256.33º | 0.84% | 0.69% | - |
| XYZ | 10.54 | 5.15 | 41 | - |
| YUV | 56.72 | 194.75 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 28 | 175 | 0.61 | 0.84 | 0 | 0.31 | 256.33 | 0.72 | 0.4 |
| Hex | 44 | 1C | AF | 3D | 54 | 0 | 1F | 100 | 48 | 28 |
| Octal | 104 | 34 | 257 | 75 | 124 | 0 | 37 | 400 | 110 | 50 |
| Binary | 1000100 | 11100 | 10101111 | 111101 | 1010100 | 0 | 11111 | 100000000 | 1001000 | 101000 |
Color Harmonies of #441CAF
Complementary color
Monochromatic Colors of #441CAF
Black with #441CAF
Text Example
Text Example
White with #441CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441CAF; }
p { color: rgb(68,28,175); }
H1.HeaderClassName
{
color: #441CAF;
}
.AnyTagClassName
{
color: #441CAF;
}
</style>
background-color css
<style>
a { background-color: #441CAF; }
a { background-color: rgb(68,28,175); }
div.DivClassName
{
background-color: #441CAF;
}
.BgClassName
{
background-color: #441CAF;
}
</style>
border-color css
<style>
span { border-color: #441CAF; }
span { border-color: rgb(68,28,175); }
td.TdClassName
{
border-color: #441CAF;
}
.TagClassName
{
border-color: #441CAF;
}
</style>