Shades of Purple Heart #400DAF
Tints of Purple Heart #400DAF
RGB
CMYK
RGB Variations
Color information
#400DAF (or 0x400DAF) is known color: Purple Heart. HEX triplet: 40, 0D and AF. RGB value is (64,13,175). Sum of RGB (Red+Green+Blue) = 64+13+175=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 175 (68.75% from 255 or 69.44% from 252); Max value from RGB is 175 - color contains mainly: blue. Hex color #400DAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400DAF is #BFF250. Grayscale: #2E2E2E. Windows color (decimal): -12579409 or 11472192. OLE color: 11472192.
HSL color Cylindrical-coordinate representation of color #400DAF: hue angle of 258.89º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400DAF is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 13 | 175 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.31 |
| HSL | 258.89º | 0.86% | 0.37% | - |
| HSV(B) | 258.89º | 0.93% | 0.69% | - |
| XYZ | 10 | 4.47 | 40.89 | - |
| YUV | 46.72 | 200.4 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 175 | 0.63 | 0.93 | 0 | 0.31 | 258.89 | 0.86 | 0.37 |
| Hex | 40 | D | AF | 3F | 5D | 0 | 1F | 103 | 56 | 25 |
| Octal | 100 | 15 | 257 | 77 | 135 | 0 | 37 | 403 | 126 | 45 |
| Binary | 1000000 | 1101 | 10101111 | 111111 | 1011101 | 0 | 11111 | 100000011 | 1010110 | 100101 |
Color Harmonies of #400DAF
Complementary color
Monochromatic Colors of #400DAF
Black with #400DAF
Text Example
Text Example
White with #400DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400DAF; }
p { color: rgb(64,13,175); }
H1.HeaderClassName
{
color: #400DAF;
}
.AnyTagClassName
{
color: #400DAF;
}
</style>
background-color css
<style>
a { background-color: #400DAF; }
a { background-color: rgb(64,13,175); }
div.DivClassName
{
background-color: #400DAF;
}
.BgClassName
{
background-color: #400DAF;
}
</style>
border-color css
<style>
span { border-color: #400DAF; }
span { border-color: rgb(64,13,175); }
td.TdClassName
{
border-color: #400DAF;
}
.TagClassName
{
border-color: #400DAF;
}
</style>