Shades of Purple Heart #4018AE
Tints of Purple Heart #4018AE
RGB
CMYK
RGB Variations
Color information
#4018AE (or 0x4018AE) is known color: Purple Heart. HEX triplet: 40, 18 and AE. RGB value is (64,24,174). Sum of RGB (Red+Green+Blue) = 64+24+174=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 174 (68.36% from 255 or 66.41% from 262); Max value from RGB is 174 - color contains mainly: blue. Hex color #4018AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4018AE is #BFE751. Grayscale: #343434. Windows color (decimal): -12576594 or 11409472. OLE color: 11409472.
HSL color Cylindrical-coordinate representation of color #4018AE: hue angle of 256º degrees, saturation: 0.76, 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 #4018AE is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 24 | 174 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.32 |
| HSL | 256º | 0.76% | 0.39% | - |
| HSV(B) | 256º | 0.86% | 0.68% | - |
| XYZ | 10.08 | 4.8 | 40.44 | - |
| YUV | 53.06 | 196.25 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 24 | 174 | 0.63 | 0.86 | 0 | 0.32 | 256 | 0.76 | 0.39 |
| Hex | 40 | 18 | AE | 3F | 56 | 0 | 20 | 100 | 4C | 27 |
| Octal | 100 | 30 | 256 | 77 | 126 | 0 | 40 | 400 | 114 | 47 |
| Binary | 1000000 | 11000 | 10101110 | 111111 | 1010110 | 0 | 100000 | 100000000 | 1001100 | 100111 |
Color Harmonies of #4018AE
Complementary color
Monochromatic Colors of #4018AE
Black with #4018AE
Text Example
Text Example
White with #4018AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4018AE; }
p { color: rgb(64,24,174); }
H1.HeaderClassName
{
color: #4018AE;
}
.AnyTagClassName
{
color: #4018AE;
}
</style>
background-color css
<style>
a { background-color: #4018AE; }
a { background-color: rgb(64,24,174); }
div.DivClassName
{
background-color: #4018AE;
}
.BgClassName
{
background-color: #4018AE;
}
</style>
border-color css
<style>
span { border-color: #4018AE; }
span { border-color: rgb(64,24,174); }
td.TdClassName
{
border-color: #4018AE;
}
.TagClassName
{
border-color: #4018AE;
}
</style>