Shades of Purple Heart #401FB6
Tints of Purple Heart #401FB6
RGB
CMYK
RGB Variations
Color information
#401FB6 (or 0x401FB6) is known color: Purple Heart. HEX triplet: 40, 1F and B6. RGB value is (64,31,182). Sum of RGB (Red+Green+Blue) = 64+31+182=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 182 (71.48% from 255 or 65.70% from 277); Max value from RGB is 182 - color contains mainly: blue. Hex color #401FB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401FB6 is #BFE049. Grayscale: #393939. Windows color (decimal): -12574794 or 11935552. OLE color: 11935552.
HSL color Cylindrical-coordinate representation of color #401FB6: hue angle of 253.11º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #401FB6 is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 31 | 182 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.29 |
| HSL | 253.11º | 0.71% | 0.42% | - |
| HSV(B) | 253.11º | 0.83% | 0.71% | - |
| XYZ | 11.05 | 5.45 | 44.73 | - |
| YUV | 58.08 | 197.93 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 182 | 0.65 | 0.83 | 0 | 0.29 | 253.11 | 0.71 | 0.42 |
| Hex | 40 | 1F | B6 | 41 | 53 | 0 | 1D | FD | 47 | 2A |
| Octal | 100 | 37 | 266 | 101 | 123 | 0 | 35 | 375 | 107 | 52 |
| Binary | 1000000 | 11111 | 10110110 | 1000001 | 1010011 | 0 | 11101 | 11111101 | 1000111 | 101010 |
Color Harmonies of #401FB6
Complementary color
Monochromatic Colors of #401FB6
Black with #401FB6
Text Example
Text Example
White with #401FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401FB6; }
p { color: rgb(64,31,182); }
H1.HeaderClassName
{
color: #401FB6;
}
.AnyTagClassName
{
color: #401FB6;
}
</style>
background-color css
<style>
a { background-color: #401FB6; }
a { background-color: rgb(64,31,182); }
div.DivClassName
{
background-color: #401FB6;
}
.BgClassName
{
background-color: #401FB6;
}
</style>
border-color css
<style>
span { border-color: #401FB6; }
span { border-color: rgb(64,31,182); }
td.TdClassName
{
border-color: #401FB6;
}
.TagClassName
{
border-color: #401FB6;
}
</style>