Shades of Purple Heart #401BBF
Tints of Purple Heart #401BBF
RGB
CMYK
RGB Variations
Color information
#401BBF (or 0x401BBF) is known color: Purple Heart. HEX triplet: 40, 1B and BF. RGB value is (64,27,191). Sum of RGB (Red+Green+Blue) = 64+27+191=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 191 (75% from 255 or 67.73% from 282); Max value from RGB is 191 - color contains mainly: blue. Hex color #401BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401BBF is #BFE440. Grayscale: #383838. Windows color (decimal): -12575809 or 12524352. OLE color: 12524352.
HSL color Cylindrical-coordinate representation of color #401BBF: hue angle of 253.54º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401BBF is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 27 | 191 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.25 |
| HSL | 253.54º | 0.75% | 0.43% | - |
| HSV(B) | 253.54º | 0.86% | 0.75% | - |
| XYZ | 11.91 | 5.64 | 49.75 | - |
| YUV | 56.76 | 203.76 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 191 | 0.66 | 0.86 | 0 | 0.25 | 253.54 | 0.75 | 0.43 |
| Hex | 40 | 1B | BF | 42 | 56 | 0 | 19 | FE | 4B | 2B |
| Octal | 100 | 33 | 277 | 102 | 126 | 0 | 31 | 376 | 113 | 53 |
| Binary | 1000000 | 11011 | 10111111 | 1000010 | 1010110 | 0 | 11001 | 11111110 | 1001011 | 101011 |
Color Harmonies of #401BBF
Complementary color
Monochromatic Colors of #401BBF
Black with #401BBF
Text Example
Text Example
White with #401BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401BBF; }
p { color: rgb(64,27,191); }
H1.HeaderClassName
{
color: #401BBF;
}
.AnyTagClassName
{
color: #401BBF;
}
</style>
background-color css
<style>
a { background-color: #401BBF; }
a { background-color: rgb(64,27,191); }
div.DivClassName
{
background-color: #401BBF;
}
.BgClassName
{
background-color: #401BBF;
}
</style>
border-color css
<style>
span { border-color: #401BBF; }
span { border-color: rgb(64,27,191); }
td.TdClassName
{
border-color: #401BBF;
}
.TagClassName
{
border-color: #401BBF;
}
</style>