Shades of Purple Heart #441FCE
Tints of Purple Heart #441FCE
RGB
CMYK
RGB Variations
Color information
#441FCE (or 0x441FCE) is known color: Purple Heart. HEX triplet: 44, 1F and CE. RGB value is (68,31,206). Sum of RGB (Red+Green+Blue) = 68+31+206=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #441FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441FCE is #BBE031. Grayscale: #3D3D3D. Windows color (decimal): -12312626 or 13508420. OLE color: 13508420.
HSL color Cylindrical-coordinate representation of color #441FCE: hue angle of 252.69º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441FCE is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 31 | 206 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.19 |
| HSL | 252.69º | 0.74% | 0.46% | - |
| HSV(B) | 252.69º | 0.85% | 0.81% | - |
| XYZ | 14.01 | 6.67 | 58.94 | - |
| YUV | 62.01 | 209.26 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 206 | 0.67 | 0.85 | 0 | 0.19 | 252.69 | 0.74 | 0.46 |
| Hex | 44 | 1F | CE | 43 | 55 | 0 | 13 | FD | 4A | 2E |
| Octal | 104 | 37 | 316 | 103 | 125 | 0 | 23 | 375 | 112 | 56 |
| Binary | 1000100 | 11111 | 11001110 | 1000011 | 1010101 | 0 | 10011 | 11111101 | 1001010 | 101110 |
Color Harmonies of #441FCE
Complementary color
Monochromatic Colors of #441FCE
Black with #441FCE
Text Example
Text Example
White with #441FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441FCE; }
p { color: rgb(68,31,206); }
H1.HeaderClassName
{
color: #441FCE;
}
.AnyTagClassName
{
color: #441FCE;
}
</style>
background-color css
<style>
a { background-color: #441FCE; }
a { background-color: rgb(68,31,206); }
div.DivClassName
{
background-color: #441FCE;
}
.BgClassName
{
background-color: #441FCE;
}
</style>
border-color css
<style>
span { border-color: #441FCE; }
span { border-color: rgb(68,31,206); }
td.TdClassName
{
border-color: #441FCE;
}
.TagClassName
{
border-color: #441FCE;
}
</style>