Shades of Purple Heart #401FCF
Tints of Purple Heart #401FCF
RGB
CMYK
RGB Variations
Color information
#401FCF (or 0x401FCF) is known color: Purple Heart. HEX triplet: 40, 1F and CF. RGB value is (64,31,207). Sum of RGB (Red+Green+Blue) = 64+31+207=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #401FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401FCF is #BFE030. Grayscale: #3C3C3C. Windows color (decimal): -12574769 or 13573952. OLE color: 13573952.
HSL color Cylindrical-coordinate representation of color #401FCF: hue angle of 251.25º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #401FCF is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 31 | 207 | - |
| CMYK | 0.69 | 0.85 | 0 | 0.19 |
| HSL | 251.25º | 0.74% | 0.47% | - |
| HSV(B) | 251.25º | 0.85% | 0.81% | - |
| XYZ | 13.87 | 6.57 | 59.57 | - |
| YUV | 60.93 | 210.43 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 207 | 0.69 | 0.85 | 0 | 0.19 | 251.25 | 0.74 | 0.47 |
| Hex | 40 | 1F | CF | 45 | 55 | 0 | 13 | FB | 4A | 2F |
| Octal | 100 | 37 | 317 | 105 | 125 | 0 | 23 | 373 | 112 | 57 |
| Binary | 1000000 | 11111 | 11001111 | 1000101 | 1010101 | 0 | 10011 | 11111011 | 1001010 | 101111 |
Color Harmonies of #401FCF
Complementary color
Monochromatic Colors of #401FCF
Black with #401FCF
Text Example
Text Example
White with #401FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401FCF; }
p { color: rgb(64,31,207); }
H1.HeaderClassName
{
color: #401FCF;
}
.AnyTagClassName
{
color: #401FCF;
}
</style>
background-color css
<style>
a { background-color: #401FCF; }
a { background-color: rgb(64,31,207); }
div.DivClassName
{
background-color: #401FCF;
}
.BgClassName
{
background-color: #401FCF;
}
</style>
border-color css
<style>
span { border-color: #401FCF; }
span { border-color: rgb(64,31,207); }
td.TdClassName
{
border-color: #401FCF;
}
.TagClassName
{
border-color: #401FCF;
}
</style>