Shades of Purple Heart #411BAD
Tints of Purple Heart #411BAD
RGB
CMYK
RGB Variations
Color information
#411BAD (or 0x411BAD) is known color: Purple Heart. HEX triplet: 41, 1B and AD. RGB value is (65,27,173). Sum of RGB (Red+Green+Blue) = 65+27+173=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #411BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411BAD is #BEE452. Grayscale: #363636. Windows color (decimal): -12510291 or 11344705. OLE color: 11344705.
HSL color Cylindrical-coordinate representation of color #411BAD: hue angle of 255.62º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #411BAD is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 27 | 173 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.32 |
| HSL | 255.62º | 0.73% | 0.39% | - |
| HSV(B) | 255.62º | 0.84% | 0.68% | - |
| XYZ | 10.11 | 4.92 | 39.95 | - |
| YUV | 55.01 | 194.59 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 27 | 173 | 0.62 | 0.84 | 0 | 0.32 | 255.62 | 0.73 | 0.39 |
| Hex | 41 | 1B | AD | 3E | 54 | 0 | 20 | 100 | 49 | 27 |
| Octal | 101 | 33 | 255 | 76 | 124 | 0 | 40 | 400 | 111 | 47 |
| Binary | 1000001 | 11011 | 10101101 | 111110 | 1010100 | 0 | 100000 | 100000000 | 1001001 | 100111 |
Color Harmonies of #411BAD
Complementary color
Monochromatic Colors of #411BAD
Black with #411BAD
Text Example
Text Example
White with #411BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411BAD; }
p { color: rgb(65,27,173); }
H1.HeaderClassName
{
color: #411BAD;
}
.AnyTagClassName
{
color: #411BAD;
}
</style>
background-color css
<style>
a { background-color: #411BAD; }
a { background-color: rgb(65,27,173); }
div.DivClassName
{
background-color: #411BAD;
}
.BgClassName
{
background-color: #411BAD;
}
</style>
border-color css
<style>
span { border-color: #411BAD; }
span { border-color: rgb(65,27,173); }
td.TdClassName
{
border-color: #411BAD;
}
.TagClassName
{
border-color: #411BAD;
}
</style>