Shades of Purple Heart #4019AD
Tints of Purple Heart #4019AD
RGB
CMYK
RGB Variations
Color information
#4019AD (or 0x4019AD) is known color: Purple Heart. HEX triplet: 40, 19 and AD. RGB value is (64,25,173). Sum of RGB (Red+Green+Blue) = 64+25+173=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 173 (67.97% from 255 or 66.03% from 262); Max value from RGB is 173 - color contains mainly: blue. Hex color #4019AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4019AD is #BFE652. Grayscale: #343434. Windows color (decimal): -12576339 or 11344192. OLE color: 11344192.
HSL color Cylindrical-coordinate representation of color #4019AD: hue angle of 255.81º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4019AD is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 25 | 173 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.32 |
| HSL | 255.81º | 0.75% | 0.39% | - |
| HSV(B) | 255.81º | 0.86% | 0.68% | - |
| XYZ | 10 | 4.8 | 39.93 | - |
| YUV | 53.53 | 195.42 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 173 | 0.63 | 0.86 | 0 | 0.32 | 255.81 | 0.75 | 0.39 |
| Hex | 40 | 19 | AD | 3F | 56 | 0 | 20 | 100 | 4B | 27 |
| Octal | 100 | 31 | 255 | 77 | 126 | 0 | 40 | 400 | 113 | 47 |
| Binary | 1000000 | 11001 | 10101101 | 111111 | 1010110 | 0 | 100000 | 100000000 | 1001011 | 100111 |
Color Harmonies of #4019AD
Complementary color
Monochromatic Colors of #4019AD
Black with #4019AD
Text Example
Text Example
White with #4019AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4019AD; }
p { color: rgb(64,25,173); }
H1.HeaderClassName
{
color: #4019AD;
}
.AnyTagClassName
{
color: #4019AD;
}
</style>
background-color css
<style>
a { background-color: #4019AD; }
a { background-color: rgb(64,25,173); }
div.DivClassName
{
background-color: #4019AD;
}
.BgClassName
{
background-color: #4019AD;
}
</style>
border-color css
<style>
span { border-color: #4019AD; }
span { border-color: rgb(64,25,173); }
td.TdClassName
{
border-color: #4019AD;
}
.TagClassName
{
border-color: #4019AD;
}
</style>