Shades of Purple Heart #4010AE
Tints of Purple Heart #4010AE
RGB
CMYK
RGB Variations
Color information
#4010AE (or 0x4010AE) is known color: Purple Heart. HEX triplet: 40, 10 and AE. RGB value is (64,16,174). Sum of RGB (Red+Green+Blue) = 64+16+174=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #4010AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4010AE is #BFEF51. Grayscale: #2F2F2F. Windows color (decimal): -12578642 or 11407424. OLE color: 11407424.
HSL color Cylindrical-coordinate representation of color #4010AE: hue angle of 258.23º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4010AE is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 16 | 174 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.32 |
| HSL | 258.23º | 0.83% | 0.37% | - |
| HSV(B) | 258.23º | 0.91% | 0.68% | - |
| XYZ | 9.94 | 4.52 | 40.39 | - |
| YUV | 48.36 | 198.9 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 174 | 0.63 | 0.91 | 0 | 0.32 | 258.23 | 0.83 | 0.37 |
| Hex | 40 | 10 | AE | 3F | 5B | 0 | 20 | 102 | 53 | 25 |
| Octal | 100 | 20 | 256 | 77 | 133 | 0 | 40 | 402 | 123 | 45 |
| Binary | 1000000 | 10000 | 10101110 | 111111 | 1011011 | 0 | 100000 | 100000010 | 1010011 | 100101 |
Color Harmonies of #4010AE
Complementary color
Monochromatic Colors of #4010AE
Black with #4010AE
Text Example
Text Example
White with #4010AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4010AE; }
p { color: rgb(64,16,174); }
H1.HeaderClassName
{
color: #4010AE;
}
.AnyTagClassName
{
color: #4010AE;
}
</style>
background-color css
<style>
a { background-color: #4010AE; }
a { background-color: rgb(64,16,174); }
div.DivClassName
{
background-color: #4010AE;
}
.BgClassName
{
background-color: #4010AE;
}
</style>
border-color css
<style>
span { border-color: #4010AE; }
span { border-color: rgb(64,16,174); }
td.TdClassName
{
border-color: #4010AE;
}
.TagClassName
{
border-color: #4010AE;
}
</style>