Shades of Purple Heart #4411C3
Tints of Purple Heart #4411C3
RGB
CMYK
RGB Variations
Color information
#4411C3 (or 0x4411C3) is known color: Purple Heart. HEX triplet: 44, 11 and C3. RGB value is (68,17,195). Sum of RGB (Red+Green+Blue) = 68+17+195=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 195 (76.56% from 255 or 69.64% from 280); Max value from RGB is 195 - color contains mainly: blue. Hex color #4411C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4411C3 is #BBEE3C. Grayscale: #333333. Windows color (decimal): -12316221 or 12783940. OLE color: 12783940.
HSL color Cylindrical-coordinate representation of color #4411C3: hue angle of 257.19º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4411C3 is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 17 | 195 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.24 |
| HSL | 257.19º | 0.84% | 0.42% | - |
| HSV(B) | 257.19º | 0.91% | 0.76% | - |
| XYZ | 12.43 | 5.57 | 52.05 | - |
| YUV | 52.54 | 208.4 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 195 | 0.65 | 0.91 | 0 | 0.24 | 257.19 | 0.84 | 0.42 |
| Hex | 44 | 11 | C3 | 41 | 5B | 0 | 18 | 101 | 54 | 2A |
| Octal | 104 | 21 | 303 | 101 | 133 | 0 | 30 | 401 | 124 | 52 |
| Binary | 1000100 | 10001 | 11000011 | 1000001 | 1011011 | 0 | 11000 | 100000001 | 1010100 | 101010 |
Color Harmonies of #4411C3
Complementary color
Monochromatic Colors of #4411C3
Black with #4411C3
Text Example
Text Example
White with #4411C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4411C3; }
p { color: rgb(68,17,195); }
H1.HeaderClassName
{
color: #4411C3;
}
.AnyTagClassName
{
color: #4411C3;
}
</style>
background-color css
<style>
a { background-color: #4411C3; }
a { background-color: rgb(68,17,195); }
div.DivClassName
{
background-color: #4411C3;
}
.BgClassName
{
background-color: #4411C3;
}
</style>
border-color css
<style>
span { border-color: #4411C3; }
span { border-color: rgb(68,17,195); }
td.TdClassName
{
border-color: #4411C3;
}
.TagClassName
{
border-color: #4411C3;
}
</style>