Shades of Purple Heart #4011AC
Tints of Purple Heart #4011AC
RGB
CMYK
RGB Variations
Color information
#4011AC (or 0x4011AC) is known color: Purple Heart. HEX triplet: 40, 11 and AC. RGB value is (64,17,172). Sum of RGB (Red+Green+Blue) = 64+17+172=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #4011AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4011AC is #BFEE53. Grayscale: #303030. Windows color (decimal): -12578388 or 11276608. OLE color: 11276608.
HSL color Cylindrical-coordinate representation of color #4011AC: hue angle of 258.19º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4011AC is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 17 | 172 | - |
| CMYK | 0.63 | 0.90 | 0 | 0.33 |
| HSL | 258.19º | 0.82% | 0.37% | - |
| HSV(B) | 258.19º | 0.9% | 0.67% | - |
| XYZ | 9.76 | 4.47 | 39.38 | - |
| YUV | 48.72 | 197.57 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 172 | 0.63 | 0.90 | 0 | 0.33 | 258.19 | 0.82 | 0.37 |
| Hex | 40 | 11 | AC | 3F | 5A | 0 | 21 | 102 | 52 | 25 |
| Octal | 100 | 21 | 254 | 77 | 132 | 0 | 41 | 402 | 122 | 45 |
| Binary | 1000000 | 10001 | 10101100 | 111111 | 1011010 | 0 | 100001 | 100000010 | 1010010 | 100101 |
Color Harmonies of #4011AC
Complementary color
Monochromatic Colors of #4011AC
Black with #4011AC
Text Example
Text Example
White with #4011AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4011AC; }
p { color: rgb(64,17,172); }
H1.HeaderClassName
{
color: #4011AC;
}
.AnyTagClassName
{
color: #4011AC;
}
</style>
background-color css
<style>
a { background-color: #4011AC; }
a { background-color: rgb(64,17,172); }
div.DivClassName
{
background-color: #4011AC;
}
.BgClassName
{
background-color: #4011AC;
}
</style>
border-color css
<style>
span { border-color: #4011AC; }
span { border-color: rgb(64,17,172); }
td.TdClassName
{
border-color: #4011AC;
}
.TagClassName
{
border-color: #4011AC;
}
</style>