Shades of Purple Heart #400FAD
Tints of Purple Heart #400FAD
RGB
CMYK
RGB Variations
Color information
#400FAD (or 0x400FAD) is known color: Purple Heart. HEX triplet: 40, 0F and AD. RGB value is (64,15,173). Sum of RGB (Red+Green+Blue) = 64+15+173=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #400FAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400FAD is #BFF052. Grayscale: #2F2F2F. Windows color (decimal): -12578899 or 11341632. OLE color: 11341632.
HSL color Cylindrical-coordinate representation of color #400FAD: hue angle of 258.61º degrees, saturation: 0.84, 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 #400FAD is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 15 | 173 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.32 |
| HSL | 258.61º | 0.84% | 0.37% | - |
| HSV(B) | 258.61º | 0.91% | 0.68% | - |
| XYZ | 9.83 | 4.45 | 39.88 | - |
| YUV | 47.66 | 198.73 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 173 | 0.63 | 0.91 | 0 | 0.32 | 258.61 | 0.84 | 0.37 |
| Hex | 40 | F | AD | 3F | 5B | 0 | 20 | 103 | 54 | 25 |
| Octal | 100 | 17 | 255 | 77 | 133 | 0 | 40 | 403 | 124 | 45 |
| Binary | 1000000 | 1111 | 10101101 | 111111 | 1011011 | 0 | 100000 | 100000011 | 1010100 | 100101 |
Color Harmonies of #400FAD
Complementary color
Monochromatic Colors of #400FAD
Black with #400FAD
Text Example
Text Example
White with #400FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400FAD; }
p { color: rgb(64,15,173); }
H1.HeaderClassName
{
color: #400FAD;
}
.AnyTagClassName
{
color: #400FAD;
}
</style>
background-color css
<style>
a { background-color: #400FAD; }
a { background-color: rgb(64,15,173); }
div.DivClassName
{
background-color: #400FAD;
}
.BgClassName
{
background-color: #400FAD;
}
</style>
border-color css
<style>
span { border-color: #400FAD; }
span { border-color: rgb(64,15,173); }
td.TdClassName
{
border-color: #400FAD;
}
.TagClassName
{
border-color: #400FAD;
}
</style>