Shades of Purple Heart #4413AC
Tints of Purple Heart #4413AC
RGB
CMYK
RGB Variations
Color information
#4413AC (or 0x4413AC) is known color: Purple Heart. HEX triplet: 44, 13 and AC. RGB value is (68,19,172). Sum of RGB (Red+Green+Blue) = 68+19+172=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #4413AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4413AC is #BBEC53. Grayscale: #323232. Windows color (decimal): -12315732 or 11277124. OLE color: 11277124.
HSL color Cylindrical-coordinate representation of color #4413AC: hue angle of 259.22º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4413AC is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 19 | 172 | - |
| CMYK | 0.60 | 0.89 | 0 | 0.33 |
| HSL | 259.22º | 0.8% | 0.37% | - |
| HSV(B) | 259.22º | 0.89% | 0.67% | - |
| XYZ | 10.06 | 4.67 | 39.4 | - |
| YUV | 51.09 | 196.23 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 19 | 172 | 0.60 | 0.89 | 0 | 0.33 | 259.22 | 0.8 | 0.37 |
| Hex | 44 | 13 | AC | 3C | 59 | 0 | 21 | 103 | 50 | 25 |
| Octal | 104 | 23 | 254 | 74 | 131 | 0 | 41 | 403 | 120 | 45 |
| Binary | 1000100 | 10011 | 10101100 | 111100 | 1011001 | 0 | 100001 | 100000011 | 1010000 | 100101 |
Color Harmonies of #4413AC
Complementary color
Monochromatic Colors of #4413AC
Black with #4413AC
Text Example
Text Example
White with #4413AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4413AC; }
p { color: rgb(68,19,172); }
H1.HeaderClassName
{
color: #4413AC;
}
.AnyTagClassName
{
color: #4413AC;
}
</style>
background-color css
<style>
a { background-color: #4413AC; }
a { background-color: rgb(68,19,172); }
div.DivClassName
{
background-color: #4413AC;
}
.BgClassName
{
background-color: #4413AC;
}
</style>
border-color css
<style>
span { border-color: #4413AC; }
span { border-color: rgb(68,19,172); }
td.TdClassName
{
border-color: #4413AC;
}
.TagClassName
{
border-color: #4413AC;
}
</style>