Shades of Purple Heart #4421C2
Tints of Purple Heart #4421C2
RGB
CMYK
RGB Variations
Color information
#4421C2 (or 0x4421C2) is known color: Purple Heart. HEX triplet: 44, 21 and C2. RGB value is (68,33,194). Sum of RGB (Red+Green+Blue) = 68+33+194=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 194 (76.17% from 255 or 65.76% from 295); Max value from RGB is 194 - color contains mainly: blue. Hex color #4421C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4421C2 is #BBDE3D. Grayscale: #3D3D3D. Windows color (decimal): -12312126 or 12722500. OLE color: 12722500.
HSL color Cylindrical-coordinate representation of color #4421C2: hue angle of 253.04º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4421C2 is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 33 | 194 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.24 |
| HSL | 253.04º | 0.71% | 0.45% | - |
| HSV(B) | 253.04º | 0.83% | 0.76% | - |
| XYZ | 12.67 | 6.21 | 51.57 | - |
| YUV | 61.82 | 202.6 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 33 | 194 | 0.65 | 0.83 | 0 | 0.24 | 253.04 | 0.71 | 0.45 |
| Hex | 44 | 21 | C2 | 41 | 53 | 0 | 18 | FD | 47 | 2D |
| Octal | 104 | 41 | 302 | 101 | 123 | 0 | 30 | 375 | 107 | 55 |
| Binary | 1000100 | 100001 | 11000010 | 1000001 | 1010011 | 0 | 11000 | 11111101 | 1000111 | 101101 |
Color Harmonies of #4421C2
Complementary color
Monochromatic Colors of #4421C2
Black with #4421C2
Text Example
Text Example
White with #4421C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4421C2; }
p { color: rgb(68,33,194); }
H1.HeaderClassName
{
color: #4421C2;
}
.AnyTagClassName
{
color: #4421C2;
}
</style>
background-color css
<style>
a { background-color: #4421C2; }
a { background-color: rgb(68,33,194); }
div.DivClassName
{
background-color: #4421C2;
}
.BgClassName
{
background-color: #4421C2;
}
</style>
border-color css
<style>
span { border-color: #4421C2; }
span { border-color: rgb(68,33,194); }
td.TdClassName
{
border-color: #4421C2;
}
.TagClassName
{
border-color: #4421C2;
}
</style>