Shades of Purple Heart #401BB0
Tints of Purple Heart #401BB0
RGB
CMYK
RGB Variations
Color information
#401BB0 (or 0x401BB0) is known color: Purple Heart. HEX triplet: 40, 1B and B0. RGB value is (64,27,176). Sum of RGB (Red+Green+Blue) = 64+27+176=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 176 (69.14% from 255 or 65.92% from 267); Max value from RGB is 176 - color contains mainly: blue. Hex color #401BB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401BB0 is #BFE44F. Grayscale: #363636. Windows color (decimal): -12575824 or 11541312. OLE color: 11541312.
HSL color Cylindrical-coordinate representation of color #401BB0: hue angle of 254.9º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #401BB0 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 27 | 176 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.31 |
| HSL | 254.9º | 0.73% | 0.4% | - |
| HSV(B) | 254.9º | 0.85% | 0.69% | - |
| XYZ | 10.34 | 5.01 | 41.5 | - |
| YUV | 55.05 | 196.26 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 176 | 0.64 | 0.85 | 0 | 0.31 | 254.9 | 0.73 | 0.4 |
| Hex | 40 | 1B | B0 | 40 | 55 | 0 | 1F | FF | 49 | 28 |
| Octal | 100 | 33 | 260 | 100 | 125 | 0 | 37 | 377 | 111 | 50 |
| Binary | 1000000 | 11011 | 10110000 | 1000000 | 1010101 | 0 | 11111 | 11111111 | 1001001 | 101000 |
Color Harmonies of #401BB0
Complementary color
Monochromatic Colors of #401BB0
Black with #401BB0
Text Example
Text Example
White with #401BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401BB0; }
p { color: rgb(64,27,176); }
H1.HeaderClassName
{
color: #401BB0;
}
.AnyTagClassName
{
color: #401BB0;
}
</style>
background-color css
<style>
a { background-color: #401BB0; }
a { background-color: rgb(64,27,176); }
div.DivClassName
{
background-color: #401BB0;
}
.BgClassName
{
background-color: #401BB0;
}
</style>
border-color css
<style>
span { border-color: #401BB0; }
span { border-color: rgb(64,27,176); }
td.TdClassName
{
border-color: #401BB0;
}
.TagClassName
{
border-color: #401BB0;
}
</style>