Shades of Purple Heart #401BCF
Tints of Purple Heart #401BCF
RGB
CMYK
RGB Variations
Color information
#401BCF (or 0x401BCF) is known color: Purple Heart. HEX triplet: 40, 1B and CF. RGB value is (64,27,207). Sum of RGB (Red+Green+Blue) = 64+27+207=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 207 (81.25% from 255 or 69.46% from 298); Max value from RGB is 207 - color contains mainly: blue. Hex color #401BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401BCF is #BFE430. Grayscale: #393939. Windows color (decimal): -12575793 or 13572928. OLE color: 13572928.
HSL color Cylindrical-coordinate representation of color #401BCF: hue angle of 252.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #401BCF is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 27 | 207 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.19 |
| HSL | 252.33º | 0.77% | 0.46% | - |
| HSV(B) | 252.33º | 0.87% | 0.81% | - |
| XYZ | 13.77 | 6.38 | 59.54 | - |
| YUV | 58.58 | 211.76 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 207 | 0.69 | 0.87 | 0 | 0.19 | 252.33 | 0.77 | 0.46 |
| Hex | 40 | 1B | CF | 45 | 57 | 0 | 13 | FC | 4D | 2E |
| Octal | 100 | 33 | 317 | 105 | 127 | 0 | 23 | 374 | 115 | 56 |
| Binary | 1000000 | 11011 | 11001111 | 1000101 | 1010111 | 0 | 10011 | 11111100 | 1001101 | 101110 |
Color Harmonies of #401BCF
Complementary color
Monochromatic Colors of #401BCF
Black with #401BCF
Text Example
Text Example
White with #401BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401BCF; }
p { color: rgb(64,27,207); }
H1.HeaderClassName
{
color: #401BCF;
}
.AnyTagClassName
{
color: #401BCF;
}
</style>
background-color css
<style>
a { background-color: #401BCF; }
a { background-color: rgb(64,27,207); }
div.DivClassName
{
background-color: #401BCF;
}
.BgClassName
{
background-color: #401BCF;
}
</style>
border-color css
<style>
span { border-color: #401BCF; }
span { border-color: rgb(64,27,207); }
td.TdClassName
{
border-color: #401BCF;
}
.TagClassName
{
border-color: #401BCF;
}
</style>