Shades of Purple Heart #411CC9
Tints of Purple Heart #411CC9
RGB
CMYK
RGB Variations
Color information
#411CC9 (or 0x411CC9) is known color: Purple Heart. HEX triplet: 41, 1C and C9. RGB value is (65,28,201). Sum of RGB (Red+Green+Blue) = 65+28+201=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 201 (78.91% from 255 or 68.37% from 294); Max value from RGB is 201 - color contains mainly: blue. Hex color #411CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411CC9 is #BEE336. Grayscale: #3A3A3A. Windows color (decimal): -12510007 or 13179969. OLE color: 13179969.
HSL color Cylindrical-coordinate representation of color #411CC9: hue angle of 252.83º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411CC9 is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 28 | 201 | - |
| CMYK | 0.68 | 0.86 | 0 | 0.21 |
| HSL | 252.83º | 0.76% | 0.45% | - |
| HSV(B) | 252.83º | 0.86% | 0.79% | - |
| XYZ | 13.14 | 6.17 | 55.76 | - |
| YUV | 58.79 | 208.26 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 201 | 0.68 | 0.86 | 0 | 0.21 | 252.83 | 0.76 | 0.45 |
| Hex | 41 | 1C | C9 | 44 | 56 | 0 | 15 | FD | 4C | 2D |
| Octal | 101 | 34 | 311 | 104 | 126 | 0 | 25 | 375 | 114 | 55 |
| Binary | 1000001 | 11100 | 11001001 | 1000100 | 1010110 | 0 | 10101 | 11111101 | 1001100 | 101101 |
Color Harmonies of #411CC9
Complementary color
Monochromatic Colors of #411CC9
Black with #411CC9
Text Example
Text Example
White with #411CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411CC9; }
p { color: rgb(65,28,201); }
H1.HeaderClassName
{
color: #411CC9;
}
.AnyTagClassName
{
color: #411CC9;
}
</style>
background-color css
<style>
a { background-color: #411CC9; }
a { background-color: rgb(65,28,201); }
div.DivClassName
{
background-color: #411CC9;
}
.BgClassName
{
background-color: #411CC9;
}
</style>
border-color css
<style>
span { border-color: #411CC9; }
span { border-color: rgb(65,28,201); }
td.TdClassName
{
border-color: #411CC9;
}
.TagClassName
{
border-color: #411CC9;
}
</style>