Shades of Purple Heart #4017AC
Tints of Purple Heart #4017AC
RGB
CMYK
RGB Variations
Color information
#4017AC (or 0x4017AC) is known color: Purple Heart. HEX triplet: 40, 17 and AC. RGB value is (64,23,172). Sum of RGB (Red+Green+Blue) = 64+23+172=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 23 (9.38% from 255 or 8.88% 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 #4017AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4017AC is #BFE853. Grayscale: #333333. Windows color (decimal): -12576852 or 11278144. OLE color: 11278144.
HSL color Cylindrical-coordinate representation of color #4017AC: hue angle of 256.51º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4017AC is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 23 | 172 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.33 |
| HSL | 256.51º | 0.76% | 0.38% | - |
| HSV(B) | 256.51º | 0.87% | 0.67% | - |
| XYZ | 9.87 | 4.68 | 39.41 | - |
| YUV | 52.25 | 195.58 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 172 | 0.63 | 0.87 | 0 | 0.33 | 256.51 | 0.76 | 0.38 |
| Hex | 40 | 17 | AC | 3F | 57 | 0 | 21 | 101 | 4C | 26 |
| Octal | 100 | 27 | 254 | 77 | 127 | 0 | 41 | 401 | 114 | 46 |
| Binary | 1000000 | 10111 | 10101100 | 111111 | 1010111 | 0 | 100001 | 100000001 | 1001100 | 100110 |
Color Harmonies of #4017AC
Complementary color
Monochromatic Colors of #4017AC
Black with #4017AC
Text Example
Text Example
White with #4017AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4017AC; }
p { color: rgb(64,23,172); }
H1.HeaderClassName
{
color: #4017AC;
}
.AnyTagClassName
{
color: #4017AC;
}
</style>
background-color css
<style>
a { background-color: #4017AC; }
a { background-color: rgb(64,23,172); }
div.DivClassName
{
background-color: #4017AC;
}
.BgClassName
{
background-color: #4017AC;
}
</style>
border-color css
<style>
span { border-color: #4017AC; }
span { border-color: rgb(64,23,172); }
td.TdClassName
{
border-color: #4017AC;
}
.TagClassName
{
border-color: #4017AC;
}
</style>