Shades of Purple Heart #441FCA
Tints of Purple Heart #441FCA
RGB
CMYK
RGB Variations
Color information
#441FCA (or 0x441FCA) is known color: Purple Heart. HEX triplet: 44, 1F and CA. RGB value is (68,31,202). Sum of RGB (Red+Green+Blue) = 68+31+202=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 202 (79.30% from 255 or 67.11% from 301); Max value from RGB is 202 - color contains mainly: blue. Hex color #441FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441FCA is #BBE035. Grayscale: #3C3C3C. Windows color (decimal): -12312630 or 13246276. OLE color: 13246276.
HSL color Cylindrical-coordinate representation of color #441FCA: hue angle of 252.98º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441FCA is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 31 | 202 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.21 |
| HSL | 252.98º | 0.73% | 0.46% | - |
| HSV(B) | 252.98º | 0.85% | 0.79% | - |
| XYZ | 13.53 | 6.47 | 56.41 | - |
| YUV | 61.56 | 207.26 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 202 | 0.66 | 0.85 | 0 | 0.21 | 252.98 | 0.73 | 0.46 |
| Hex | 44 | 1F | CA | 42 | 55 | 0 | 15 | FD | 49 | 2E |
| Octal | 104 | 37 | 312 | 102 | 125 | 0 | 25 | 375 | 111 | 56 |
| Binary | 1000100 | 11111 | 11001010 | 1000010 | 1010101 | 0 | 10101 | 11111101 | 1001001 | 101110 |
Color Harmonies of #441FCA
Complementary color
Monochromatic Colors of #441FCA
Black with #441FCA
Text Example
Text Example
White with #441FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441FCA; }
p { color: rgb(68,31,202); }
H1.HeaderClassName
{
color: #441FCA;
}
.AnyTagClassName
{
color: #441FCA;
}
</style>
background-color css
<style>
a { background-color: #441FCA; }
a { background-color: rgb(68,31,202); }
div.DivClassName
{
background-color: #441FCA;
}
.BgClassName
{
background-color: #441FCA;
}
</style>
border-color css
<style>
span { border-color: #441FCA; }
span { border-color: rgb(68,31,202); }
td.TdClassName
{
border-color: #441FCA;
}
.TagClassName
{
border-color: #441FCA;
}
</style>