Shades of Purple Heart #411AB7
Tints of Purple Heart #411AB7
RGB
CMYK
RGB Variations
Color information
#411AB7 (or 0x411AB7) is known color: Purple Heart. HEX triplet: 41, 1A and B7. RGB value is (65,26,183). Sum of RGB (Red+Green+Blue) = 65+26+183=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 26 (10.55% from 255 or 9.49% 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 #411AB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411AB7 is #BEE548. Grayscale: #363636. Windows color (decimal): -12510537 or 11999809. OLE color: 11999809.
HSL color Cylindrical-coordinate representation of color #411AB7: hue angle of 254.9º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411AB7 is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 65 | 26 | 183 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.28 |
| HSL | 254.9º | 0.75% | 0.41% | - |
| HSV(B) | 254.9º | 0.86% | 0.72% | - |
| XYZ | 11.1 | 5.28 | 45.23 | - |
| YUV | 55.56 | 199.92 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 183 | 0.64 | 0.86 | 0 | 0.28 | 254.9 | 0.75 | 0.41 |
| Hex | 41 | 1A | B7 | 40 | 56 | 0 | 1C | FF | 4B | 29 |
| Octal | 101 | 32 | 267 | 100 | 126 | 0 | 34 | 377 | 113 | 51 |
| Binary | 1000001 | 11010 | 10110111 | 1000000 | 1010110 | 0 | 11100 | 11111111 | 1001011 | 101001 |
Color Harmonies of #411AB7
Complementary color
Monochromatic Colors of #411AB7
Black with #411AB7
Text Example
Text Example
White with #411AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411AB7; }
p { color: rgb(65,26,183); }
H1.HeaderClassName
{
color: #411AB7;
}
.AnyTagClassName
{
color: #411AB7;
}
</style>
background-color css
<style>
a { background-color: #411AB7; }
a { background-color: rgb(65,26,183); }
div.DivClassName
{
background-color: #411AB7;
}
.BgClassName
{
background-color: #411AB7;
}
</style>
border-color css
<style>
span { border-color: #411AB7; }
span { border-color: rgb(65,26,183); }
td.TdClassName
{
border-color: #411AB7;
}
.TagClassName
{
border-color: #411AB7;
}
</style>