Shades of Purple Heart #401DBB
Tints of Purple Heart #401DBB
RGB
CMYK
RGB Variations
Color information
#401DBB (or 0x401DBB) is known color: Purple Heart. HEX triplet: 40, 1D and BB. RGB value is (64,29,187). Sum of RGB (Red+Green+Blue) = 64+29+187=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 187 (73.44% from 255 or 66.79% from 280); Max value from RGB is 187 - color contains mainly: blue. Hex color #401DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401DBB is #BFE244. Grayscale: #383838. Windows color (decimal): -12575301 or 12262720. OLE color: 12262720.
HSL color Cylindrical-coordinate representation of color #401DBB: hue angle of 253.29º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #401DBB is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 29 | 187 | - |
| CMYK | 0.66 | 0.84 | 0 | 0.27 |
| HSL | 253.29º | 0.73% | 0.42% | - |
| HSV(B) | 253.29º | 0.84% | 0.73% | - |
| XYZ | 11.52 | 5.56 | 47.48 | - |
| YUV | 57.48 | 201.1 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 187 | 0.66 | 0.84 | 0 | 0.27 | 253.29 | 0.73 | 0.42 |
| Hex | 40 | 1D | BB | 42 | 54 | 0 | 1B | FD | 49 | 2A |
| Octal | 100 | 35 | 273 | 102 | 124 | 0 | 33 | 375 | 111 | 52 |
| Binary | 1000000 | 11101 | 10111011 | 1000010 | 1010100 | 0 | 11011 | 11111101 | 1001001 | 101010 |
Color Harmonies of #401DBB
Complementary color
Monochromatic Colors of #401DBB
Black with #401DBB
Text Example
Text Example
White with #401DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401DBB; }
p { color: rgb(64,29,187); }
H1.HeaderClassName
{
color: #401DBB;
}
.AnyTagClassName
{
color: #401DBB;
}
</style>
background-color css
<style>
a { background-color: #401DBB; }
a { background-color: rgb(64,29,187); }
div.DivClassName
{
background-color: #401DBB;
}
.BgClassName
{
background-color: #401DBB;
}
</style>
border-color css
<style>
span { border-color: #401DBB; }
span { border-color: rgb(64,29,187); }
td.TdClassName
{
border-color: #401DBB;
}
.TagClassName
{
border-color: #401DBB;
}
</style>