Shades of Purple Heart #411FC9
Tints of Purple Heart #411FC9
RGB
CMYK
RGB Variations
Color information
#411FC9 (or 0x411FC9) is known color: Purple Heart. HEX triplet: 41, 1F and C9. RGB value is (65,31,201). Sum of RGB (Red+Green+Blue) = 65+31+201=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 201 (78.91% from 255 or 67.68% from 297); Max value from RGB is 201 - color contains mainly: blue. Hex color #411FC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411FC9 is #BEE036. Grayscale: #3B3B3B. Windows color (decimal): -12509239 or 13180737. OLE color: 13180737.
HSL color Cylindrical-coordinate representation of color #411FC9: hue angle of 252º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #411FC9 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 31 | 201 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.21 |
| HSL | 252º | 0.73% | 0.45% | - |
| HSV(B) | 252º | 0.85% | 0.79% | - |
| XYZ | 13.21 | 6.32 | 55.78 | - |
| YUV | 60.55 | 207.26 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 201 | 0.68 | 0.85 | 0 | 0.21 | 252 | 0.73 | 0.45 |
| Hex | 41 | 1F | C9 | 44 | 55 | 0 | 15 | FC | 49 | 2D |
| Octal | 101 | 37 | 311 | 104 | 125 | 0 | 25 | 374 | 111 | 55 |
| Binary | 1000001 | 11111 | 11001001 | 1000100 | 1010101 | 0 | 10101 | 11111100 | 1001001 | 101101 |
Color Harmonies of #411FC9
Complementary color
Monochromatic Colors of #411FC9
Black with #411FC9
Text Example
Text Example
White with #411FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411FC9; }
p { color: rgb(65,31,201); }
H1.HeaderClassName
{
color: #411FC9;
}
.AnyTagClassName
{
color: #411FC9;
}
</style>
background-color css
<style>
a { background-color: #411FC9; }
a { background-color: rgb(65,31,201); }
div.DivClassName
{
background-color: #411FC9;
}
.BgClassName
{
background-color: #411FC9;
}
</style>
border-color css
<style>
span { border-color: #411FC9; }
span { border-color: rgb(65,31,201); }
td.TdClassName
{
border-color: #411FC9;
}
.TagClassName
{
border-color: #411FC9;
}
</style>