Shades of Purple Heart #411AB1
Tints of Purple Heart #411AB1
RGB
CMYK
RGB Variations
Color information
#411AB1 (or 0x411AB1) is known color: Purple Heart. HEX triplet: 41, 1A and B1. RGB value is (65,26,177). Sum of RGB (Red+Green+Blue) = 65+26+177=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 177 (69.53% from 255 or 66.04% from 268); Max value from RGB is 177 - color contains mainly: blue. Hex color #411AB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411AB1 is #BEE54E. Grayscale: #363636. Windows color (decimal): -12510543 or 11606593. OLE color: 11606593.
HSL color Cylindrical-coordinate representation of color #411AB1: hue angle of 255.5º degrees, saturation: 0.74, 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 #411AB1 is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 26 | 177 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.31 |
| HSL | 255.5º | 0.74% | 0.4% | - |
| HSV(B) | 255.5º | 0.85% | 0.69% | - |
| XYZ | 10.49 | 5.04 | 42.01 | - |
| YUV | 54.88 | 196.92 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 177 | 0.63 | 0.85 | 0 | 0.31 | 255.5 | 0.74 | 0.4 |
| Hex | 41 | 1A | B1 | 3F | 55 | 0 | 1F | FF | 4A | 28 |
| Octal | 101 | 32 | 261 | 77 | 125 | 0 | 37 | 377 | 112 | 50 |
| Binary | 1000001 | 11010 | 10110001 | 111111 | 1010101 | 0 | 11111 | 11111111 | 1001010 | 101000 |
Color Harmonies of #411AB1
Complementary color
Monochromatic Colors of #411AB1
Black with #411AB1
Text Example
Text Example
White with #411AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411AB1; }
p { color: rgb(65,26,177); }
H1.HeaderClassName
{
color: #411AB1;
}
.AnyTagClassName
{
color: #411AB1;
}
</style>
background-color css
<style>
a { background-color: #411AB1; }
a { background-color: rgb(65,26,177); }
div.DivClassName
{
background-color: #411AB1;
}
.BgClassName
{
background-color: #411AB1;
}
</style>
border-color css
<style>
span { border-color: #411AB1; }
span { border-color: rgb(65,26,177); }
td.TdClassName
{
border-color: #411AB1;
}
.TagClassName
{
border-color: #411AB1;
}
</style>