Shades of Purple Heart #441BC9
Tints of Purple Heart #441BC9
RGB
CMYK
RGB Variations
Color information
#441BC9 (or 0x441BC9) is known color: Purple Heart. HEX triplet: 44, 1B and C9. RGB value is (68,27,201). Sum of RGB (Red+Green+Blue) = 68+27+201=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 201 (78.91% from 255 or 67.91% from 296); Max value from RGB is 201 - color contains mainly: blue. Hex color #441BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441BC9 is #BBE436. Grayscale: #3A3A3A. Windows color (decimal): -12313655 or 13179716. OLE color: 13179716.
HSL color Cylindrical-coordinate representation of color #441BC9: hue angle of 254.14º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441BC9 is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 27 | 201 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.21 |
| HSL | 254.14º | 0.76% | 0.45% | - |
| HSV(B) | 254.14º | 0.87% | 0.79% | - |
| XYZ | 13.32 | 6.23 | 55.76 | - |
| YUV | 59.1 | 208.08 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 201 | 0.66 | 0.87 | 0 | 0.21 | 254.14 | 0.76 | 0.45 |
| Hex | 44 | 1B | C9 | 42 | 57 | 0 | 15 | FE | 4C | 2D |
| Octal | 104 | 33 | 311 | 102 | 127 | 0 | 25 | 376 | 114 | 55 |
| Binary | 1000100 | 11011 | 11001001 | 1000010 | 1010111 | 0 | 10101 | 11111110 | 1001100 | 101101 |
Color Harmonies of #441BC9
Complementary color
Monochromatic Colors of #441BC9
Black with #441BC9
Text Example
Text Example
White with #441BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441BC9; }
p { color: rgb(68,27,201); }
H1.HeaderClassName
{
color: #441BC9;
}
.AnyTagClassName
{
color: #441BC9;
}
</style>
background-color css
<style>
a { background-color: #441BC9; }
a { background-color: rgb(68,27,201); }
div.DivClassName
{
background-color: #441BC9;
}
.BgClassName
{
background-color: #441BC9;
}
</style>
border-color css
<style>
span { border-color: #441BC9; }
span { border-color: rgb(68,27,201); }
td.TdClassName
{
border-color: #441BC9;
}
.TagClassName
{
border-color: #441BC9;
}
</style>