Shades of Purple Heart #411AC9
Tints of Purple Heart #411AC9
RGB
CMYK
RGB Variations
Color information
#411AC9 (or 0x411AC9) is known color: Purple Heart. HEX triplet: 41, 1A and C9. RGB value is (65,26,201). Sum of RGB (Red+Green+Blue) = 65+26+201=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 201 (78.91% from 255 or 68.84% from 292); Max value from RGB is 201 - color contains mainly: blue. Hex color #411AC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411AC9 is #BEE536. Grayscale: #383838. Windows color (decimal): -12510519 or 13179457. OLE color: 13179457.
HSL color Cylindrical-coordinate representation of color #411AC9: hue angle of 253.37º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #411AC9 is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 26 | 201 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.21 |
| HSL | 253.37º | 0.77% | 0.45% | - |
| HSV(B) | 253.37º | 0.87% | 0.79% | - |
| XYZ | 13.09 | 6.08 | 55.74 | - |
| YUV | 57.61 | 208.92 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 201 | 0.68 | 0.87 | 0 | 0.21 | 253.37 | 0.77 | 0.45 |
| Hex | 41 | 1A | C9 | 44 | 57 | 0 | 15 | FD | 4D | 2D |
| Octal | 101 | 32 | 311 | 104 | 127 | 0 | 25 | 375 | 115 | 55 |
| Binary | 1000001 | 11010 | 11001001 | 1000100 | 1010111 | 0 | 10101 | 11111101 | 1001101 | 101101 |
Color Harmonies of #411AC9
Complementary color
Monochromatic Colors of #411AC9
Black with #411AC9
Text Example
Text Example
White with #411AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411AC9; }
p { color: rgb(65,26,201); }
H1.HeaderClassName
{
color: #411AC9;
}
.AnyTagClassName
{
color: #411AC9;
}
</style>
background-color css
<style>
a { background-color: #411AC9; }
a { background-color: rgb(65,26,201); }
div.DivClassName
{
background-color: #411AC9;
}
.BgClassName
{
background-color: #411AC9;
}
</style>
border-color css
<style>
span { border-color: #411AC9; }
span { border-color: rgb(65,26,201); }
td.TdClassName
{
border-color: #411AC9;
}
.TagClassName
{
border-color: #411AC9;
}
</style>