Shades of Purple Heart #441FD1
Tints of Purple Heart #441FD1
RGB
CMYK
RGB Variations
Color information
#441FD1 (or 0x441FD1) is known color: Purple Heart. HEX triplet: 44, 1F and D1. RGB value is (68,31,209). Sum of RGB (Red+Green+Blue) = 68+31+209=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 209 (82.03% from 255 or 67.86% from 308); Max value from RGB is 209 - color contains mainly: blue. Hex color #441FD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441FD1 is #BBE02E. Grayscale: #3D3D3D. Windows color (decimal): -12312623 or 13705028. OLE color: 13705028.
HSL color Cylindrical-coordinate representation of color #441FD1: hue angle of 252.47º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441FD1 is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 31 | 209 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.18 |
| HSL | 252.47º | 0.74% | 0.47% | - |
| HSV(B) | 252.47º | 0.85% | 0.82% | - |
| XYZ | 14.38 | 6.81 | 60.88 | - |
| YUV | 62.36 | 210.76 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 209 | 0.67 | 0.85 | 0 | 0.18 | 252.47 | 0.74 | 0.47 |
| Hex | 44 | 1F | D1 | 43 | 55 | 0 | 12 | FC | 4A | 2F |
| Octal | 104 | 37 | 321 | 103 | 125 | 0 | 22 | 374 | 112 | 57 |
| Binary | 1000100 | 11111 | 11010001 | 1000011 | 1010101 | 0 | 10010 | 11111100 | 1001010 | 101111 |
Color Harmonies of #441FD1
Complementary color
Monochromatic Colors of #441FD1
Black with #441FD1
Text Example
Text Example
White with #441FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441FD1; }
p { color: rgb(68,31,209); }
H1.HeaderClassName
{
color: #441FD1;
}
.AnyTagClassName
{
color: #441FD1;
}
</style>
background-color css
<style>
a { background-color: #441FD1; }
a { background-color: rgb(68,31,209); }
div.DivClassName
{
background-color: #441FD1;
}
.BgClassName
{
background-color: #441FD1;
}
</style>
border-color css
<style>
span { border-color: #441FD1; }
span { border-color: rgb(68,31,209); }
td.TdClassName
{
border-color: #441FD1;
}
.TagClassName
{
border-color: #441FD1;
}
</style>