Shades of Purple Heart #401BB7
Tints of Purple Heart #401BB7
RGB
CMYK
RGB Variations
Color information
#401BB7 (or 0x401BB7) is known color: Purple Heart. HEX triplet: 40, 1B and B7. RGB value is (64,27,183). Sum of RGB (Red+Green+Blue) = 64+27+183=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 183 (71.88% from 255 or 66.79% from 274); Max value from RGB is 183 - color contains mainly: blue. Hex color #401BB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401BB7 is #BFE448. Grayscale: #373737. Windows color (decimal): -12575817 or 12000064. OLE color: 12000064.
HSL color Cylindrical-coordinate representation of color #401BB7: hue angle of 254.23º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #401BB7 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 27 | 183 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.28 |
| HSL | 254.23º | 0.74% | 0.41% | - |
| HSV(B) | 254.23º | 0.85% | 0.72% | - |
| XYZ | 11.05 | 5.29 | 45.24 | - |
| YUV | 55.85 | 199.76 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 183 | 0.65 | 0.85 | 0 | 0.28 | 254.23 | 0.74 | 0.41 |
| Hex | 40 | 1B | B7 | 41 | 55 | 0 | 1C | FE | 4A | 29 |
| Octal | 100 | 33 | 267 | 101 | 125 | 0 | 34 | 376 | 112 | 51 |
| Binary | 1000000 | 11011 | 10110111 | 1000001 | 1010101 | 0 | 11100 | 11111110 | 1001010 | 101001 |
Color Harmonies of #401BB7
Complementary color
Monochromatic Colors of #401BB7
Black with #401BB7
Text Example
Text Example
White with #401BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401BB7; }
p { color: rgb(64,27,183); }
H1.HeaderClassName
{
color: #401BB7;
}
.AnyTagClassName
{
color: #401BB7;
}
</style>
background-color css
<style>
a { background-color: #401BB7; }
a { background-color: rgb(64,27,183); }
div.DivClassName
{
background-color: #401BB7;
}
.BgClassName
{
background-color: #401BB7;
}
</style>
border-color css
<style>
span { border-color: #401BB7; }
span { border-color: rgb(64,27,183); }
td.TdClassName
{
border-color: #401BB7;
}
.TagClassName
{
border-color: #401BB7;
}
</style>