Shades of Purple Heart #4421BE
Tints of Purple Heart #4421BE
RGB
CMYK
RGB Variations
Color information
#4421BE (or 0x4421BE) is known color: Purple Heart. HEX triplet: 44, 21 and BE. RGB value is (68,33,190). Sum of RGB (Red+Green+Blue) = 68+33+190=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 190 (74.61% from 255 or 65.29% from 291); Max value from RGB is 190 - color contains mainly: blue. Hex color #4421BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4421BE is #BBDE41. Grayscale: #3C3C3C. Windows color (decimal): -12312130 or 12460356. OLE color: 12460356.
HSL color Cylindrical-coordinate representation of color #4421BE: hue angle of 253.38º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4421BE is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 33 | 190 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.25 |
| HSL | 253.38º | 0.7% | 0.44% | - |
| HSV(B) | 253.38º | 0.83% | 0.75% | - |
| XYZ | 12.22 | 6.03 | 49.24 | - |
| YUV | 61.36 | 200.6 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 33 | 190 | 0.64 | 0.83 | 0 | 0.25 | 253.38 | 0.7 | 0.44 |
| Hex | 44 | 21 | BE | 40 | 53 | 0 | 19 | FD | 46 | 2C |
| Octal | 104 | 41 | 276 | 100 | 123 | 0 | 31 | 375 | 106 | 54 |
| Binary | 1000100 | 100001 | 10111110 | 1000000 | 1010011 | 0 | 11001 | 11111101 | 1000110 | 101100 |
Color Harmonies of #4421BE
Complementary color
Monochromatic Colors of #4421BE
Black with #4421BE
Text Example
Text Example
White with #4421BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4421BE; }
p { color: rgb(68,33,190); }
H1.HeaderClassName
{
color: #4421BE;
}
.AnyTagClassName
{
color: #4421BE;
}
</style>
background-color css
<style>
a { background-color: #4421BE; }
a { background-color: rgb(68,33,190); }
div.DivClassName
{
background-color: #4421BE;
}
.BgClassName
{
background-color: #4421BE;
}
</style>
border-color css
<style>
span { border-color: #4421BE; }
span { border-color: rgb(68,33,190); }
td.TdClassName
{
border-color: #4421BE;
}
.TagClassName
{
border-color: #4421BE;
}
</style>