Shades of Purple Heart #441BCF
Tints of Purple Heart #441BCF
RGB
CMYK
RGB Variations
Color information
#441BCF (or 0x441BCF) is known color: Purple Heart. HEX triplet: 44, 1B and CF. RGB value is (68,27,207). Sum of RGB (Red+Green+Blue) = 68+27+207=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #441BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441BCF is #BBE430. Grayscale: #3B3B3B. Windows color (decimal): -12313649 or 13572932. OLE color: 13572932.
HSL color Cylindrical-coordinate representation of color #441BCF: hue angle of 253.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441BCF is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 27 | 207 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.19 |
| HSL | 253.67º | 0.77% | 0.46% | - |
| HSV(B) | 253.67º | 0.87% | 0.81% | - |
| XYZ | 14.04 | 6.52 | 59.55 | - |
| YUV | 59.78 | 211.08 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 207 | 0.67 | 0.87 | 0 | 0.19 | 253.67 | 0.77 | 0.46 |
| Hex | 44 | 1B | CF | 43 | 57 | 0 | 13 | FE | 4D | 2E |
| Octal | 104 | 33 | 317 | 103 | 127 | 0 | 23 | 376 | 115 | 56 |
| Binary | 1000100 | 11011 | 11001111 | 1000011 | 1010111 | 0 | 10011 | 11111110 | 1001101 | 101110 |
Color Harmonies of #441BCF
Complementary color
Monochromatic Colors of #441BCF
Black with #441BCF
Text Example
Text Example
White with #441BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441BCF; }
p { color: rgb(68,27,207); }
H1.HeaderClassName
{
color: #441BCF;
}
.AnyTagClassName
{
color: #441BCF;
}
</style>
background-color css
<style>
a { background-color: #441BCF; }
a { background-color: rgb(68,27,207); }
div.DivClassName
{
background-color: #441BCF;
}
.BgClassName
{
background-color: #441BCF;
}
</style>
border-color css
<style>
span { border-color: #441BCF; }
span { border-color: rgb(68,27,207); }
td.TdClassName
{
border-color: #441BCF;
}
.TagClassName
{
border-color: #441BCF;
}
</style>