Shades of Purple Heart #400FAF
Tints of Purple Heart #400FAF
RGB
CMYK
RGB Variations
Color information
#400FAF (or 0x400FAF) is known color: Purple Heart. HEX triplet: 40, 0F and AF. RGB value is (64,15,175). Sum of RGB (Red+Green+Blue) = 64+15+175=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 175 (68.75% from 255 or 68.90% from 254); Max value from RGB is 175 - color contains mainly: blue. Hex color #400FAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400FAF is #BFF050. Grayscale: #2F2F2F. Windows color (decimal): -12578897 or 11472704. OLE color: 11472704.
HSL color Cylindrical-coordinate representation of color #400FAF: hue angle of 258.38º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400FAF is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 15 | 175 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.31 |
| HSL | 258.38º | 0.84% | 0.37% | - |
| HSV(B) | 258.38º | 0.91% | 0.69% | - |
| XYZ | 10.02 | 4.53 | 40.9 | - |
| YUV | 47.89 | 199.73 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 175 | 0.63 | 0.91 | 0 | 0.31 | 258.38 | 0.84 | 0.37 |
| Hex | 40 | F | AF | 3F | 5B | 0 | 1F | 102 | 54 | 25 |
| Octal | 100 | 17 | 257 | 77 | 133 | 0 | 37 | 402 | 124 | 45 |
| Binary | 1000000 | 1111 | 10101111 | 111111 | 1011011 | 0 | 11111 | 100000010 | 1010100 | 100101 |
Color Harmonies of #400FAF
Complementary color
Monochromatic Colors of #400FAF
Black with #400FAF
Text Example
Text Example
White with #400FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400FAF; }
p { color: rgb(64,15,175); }
H1.HeaderClassName
{
color: #400FAF;
}
.AnyTagClassName
{
color: #400FAF;
}
</style>
background-color css
<style>
a { background-color: #400FAF; }
a { background-color: rgb(64,15,175); }
div.DivClassName
{
background-color: #400FAF;
}
.BgClassName
{
background-color: #400FAF;
}
</style>
border-color css
<style>
span { border-color: #400FAF; }
span { border-color: rgb(64,15,175); }
td.TdClassName
{
border-color: #400FAF;
}
.TagClassName
{
border-color: #400FAF;
}
</style>