Shades of Purple Heart #4010AD
Tints of Purple Heart #4010AD
RGB
CMYK
RGB Variations
Color information
#4010AD (or 0x4010AD) is known color: Purple Heart. HEX triplet: 40, 10 and AD. RGB value is (64,16,173). Sum of RGB (Red+Green+Blue) = 64+16+173=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #4010AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4010AD is #BFEF52. Grayscale: #2F2F2F. Windows color (decimal): -12578643 or 11341888. OLE color: 11341888.
HSL color Cylindrical-coordinate representation of color #4010AD: hue angle of 258.34º 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 #4010AD is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 16 | 173 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.32 |
| HSL | 258.34º | 0.83% | 0.37% | - |
| HSV(B) | 258.34º | 0.91% | 0.68% | - |
| XYZ | 9.84 | 4.48 | 39.88 | - |
| YUV | 48.25 | 198.4 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 173 | 0.63 | 0.91 | 0 | 0.32 | 258.34 | 0.83 | 0.37 |
| Hex | 40 | 10 | AD | 3F | 5B | 0 | 20 | 102 | 53 | 25 |
| Octal | 100 | 20 | 255 | 77 | 133 | 0 | 40 | 402 | 123 | 45 |
| Binary | 1000000 | 10000 | 10101101 | 111111 | 1011011 | 0 | 100000 | 100000010 | 1010011 | 100101 |
Color Harmonies of #4010AD
Complementary color
Monochromatic Colors of #4010AD
Black with #4010AD
Text Example
Text Example
White with #4010AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4010AD; }
p { color: rgb(64,16,173); }
H1.HeaderClassName
{
color: #4010AD;
}
.AnyTagClassName
{
color: #4010AD;
}
</style>
background-color css
<style>
a { background-color: #4010AD; }
a { background-color: rgb(64,16,173); }
div.DivClassName
{
background-color: #4010AD;
}
.BgClassName
{
background-color: #4010AD;
}
</style>
border-color css
<style>
span { border-color: #4010AD; }
span { border-color: rgb(64,16,173); }
td.TdClassName
{
border-color: #4010AD;
}
.TagClassName
{
border-color: #4010AD;
}
</style>