Shades of Purple Heart #4018AC
Tints of Purple Heart #4018AC
RGB
CMYK
RGB Variations
Color information
#4018AC (or 0x4018AC) is known color: Purple Heart. HEX triplet: 40, 18 and AC. RGB value is (64,24,172). Sum of RGB (Red+Green+Blue) = 64+24+172=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #4018AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4018AC is #BFE753. Grayscale: #343434. Windows color (decimal): -12576596 or 11278400. OLE color: 11278400.
HSL color Cylindrical-coordinate representation of color #4018AC: hue angle of 256.22º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4018AC is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 24 | 172 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.33 |
| HSL | 256.22º | 0.76% | 0.38% | - |
| HSV(B) | 256.22º | 0.86% | 0.67% | - |
| XYZ | 9.89 | 4.72 | 39.42 | - |
| YUV | 52.83 | 195.25 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 24 | 172 | 0.63 | 0.86 | 0 | 0.33 | 256.22 | 0.76 | 0.38 |
| Hex | 40 | 18 | AC | 3F | 56 | 0 | 21 | 100 | 4C | 26 |
| Octal | 100 | 30 | 254 | 77 | 126 | 0 | 41 | 400 | 114 | 46 |
| Binary | 1000000 | 11000 | 10101100 | 111111 | 1010110 | 0 | 100001 | 100000000 | 1001100 | 100110 |
Color Harmonies of #4018AC
Complementary color
Monochromatic Colors of #4018AC
Black with #4018AC
Text Example
Text Example
White with #4018AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4018AC; }
p { color: rgb(64,24,172); }
H1.HeaderClassName
{
color: #4018AC;
}
.AnyTagClassName
{
color: #4018AC;
}
</style>
background-color css
<style>
a { background-color: #4018AC; }
a { background-color: rgb(64,24,172); }
div.DivClassName
{
background-color: #4018AC;
}
.BgClassName
{
background-color: #4018AC;
}
</style>
border-color css
<style>
span { border-color: #4018AC; }
span { border-color: rgb(64,24,172); }
td.TdClassName
{
border-color: #4018AC;
}
.TagClassName
{
border-color: #4018AC;
}
</style>