Shades of Purple Heart #401FC9
Tints of Purple Heart #401FC9
RGB
CMYK
RGB Variations
Color information
#401FC9 (or 0x401FC9) is known color: Purple Heart. HEX triplet: 40, 1F and C9. RGB value is (64,31,201). Sum of RGB (Red+Green+Blue) = 64+31+201=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 201 (78.91% from 255 or 67.91% from 296); Max value from RGB is 201 - color contains mainly: blue. Hex color #401FC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401FC9 is #BFE036. Grayscale: #3B3B3B. Windows color (decimal): -12574775 or 13180736. OLE color: 13180736.
HSL color Cylindrical-coordinate representation of color #401FC9: hue angle of 251.65º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #401FC9 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 31 | 201 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.21 |
| HSL | 251.65º | 0.73% | 0.45% | - |
| HSV(B) | 251.65º | 0.85% | 0.79% | - |
| XYZ | 13.15 | 6.29 | 55.78 | - |
| YUV | 60.25 | 207.43 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 201 | 0.68 | 0.85 | 0 | 0.21 | 251.65 | 0.73 | 0.45 |
| Hex | 40 | 1F | C9 | 44 | 55 | 0 | 15 | FC | 49 | 2D |
| Octal | 100 | 37 | 311 | 104 | 125 | 0 | 25 | 374 | 111 | 55 |
| Binary | 1000000 | 11111 | 11001001 | 1000100 | 1010101 | 0 | 10101 | 11111100 | 1001001 | 101101 |
Color Harmonies of #401FC9
Complementary color
Monochromatic Colors of #401FC9
Black with #401FC9
Text Example
Text Example
White with #401FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401FC9; }
p { color: rgb(64,31,201); }
H1.HeaderClassName
{
color: #401FC9;
}
.AnyTagClassName
{
color: #401FC9;
}
</style>
background-color css
<style>
a { background-color: #401FC9; }
a { background-color: rgb(64,31,201); }
div.DivClassName
{
background-color: #401FC9;
}
.BgClassName
{
background-color: #401FC9;
}
</style>
border-color css
<style>
span { border-color: #401FC9; }
span { border-color: rgb(64,31,201); }
td.TdClassName
{
border-color: #401FC9;
}
.TagClassName
{
border-color: #401FC9;
}
</style>