Shades of Purple Heart #441FCF
Tints of Purple Heart #441FCF
RGB
CMYK
RGB Variations
Color information
#441FCF (or 0x441FCF) is known color: Purple Heart. HEX triplet: 44, 1F and CF. RGB value is (68,31,207). Sum of RGB (Red+Green+Blue) = 68+31+207=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 207 (81.25% from 255 or 67.65% from 306); Max value from RGB is 207 - color contains mainly: blue. Hex color #441FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441FCF is #BBE030. Grayscale: #3D3D3D. Windows color (decimal): -12312625 or 13573956. OLE color: 13573956.
HSL color Cylindrical-coordinate representation of color #441FCF: hue angle of 252.61º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441FCF is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 31 | 207 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.19 |
| HSL | 252.61º | 0.74% | 0.47% | - |
| HSV(B) | 252.61º | 0.85% | 0.81% | - |
| XYZ | 14.14 | 6.71 | 59.58 | - |
| YUV | 62.13 | 209.76 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 207 | 0.67 | 0.85 | 0 | 0.19 | 252.61 | 0.74 | 0.47 |
| Hex | 44 | 1F | CF | 43 | 55 | 0 | 13 | FD | 4A | 2F |
| Octal | 104 | 37 | 317 | 103 | 125 | 0 | 23 | 375 | 112 | 57 |
| Binary | 1000100 | 11111 | 11001111 | 1000011 | 1010101 | 0 | 10011 | 11111101 | 1001010 | 101111 |
Color Harmonies of #441FCF
Complementary color
Monochromatic Colors of #441FCF
Black with #441FCF
Text Example
Text Example
White with #441FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441FCF; }
p { color: rgb(68,31,207); }
H1.HeaderClassName
{
color: #441FCF;
}
.AnyTagClassName
{
color: #441FCF;
}
</style>
background-color css
<style>
a { background-color: #441FCF; }
a { background-color: rgb(68,31,207); }
div.DivClassName
{
background-color: #441FCF;
}
.BgClassName
{
background-color: #441FCF;
}
</style>
border-color css
<style>
span { border-color: #441FCF; }
span { border-color: rgb(68,31,207); }
td.TdClassName
{
border-color: #441FCF;
}
.TagClassName
{
border-color: #441FCF;
}
</style>