Shades of Purple Heart #411FD1
Tints of Purple Heart #411FD1
RGB
CMYK
RGB Variations
Color information
#411FD1 (or 0x411FD1) is known color: Purple Heart. HEX triplet: 41, 1F and D1. RGB value is (65,31,209). Sum of RGB (Red+Green+Blue) = 65+31+209=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 209 (82.03% from 255 or 68.52% from 305); Max value from RGB is 209 - color contains mainly: blue. Hex color #411FD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411FD1 is #BEE02E. Grayscale: #3C3C3C. Windows color (decimal): -12509231 or 13705025. OLE color: 13705025.
HSL color Cylindrical-coordinate representation of color #411FD1: hue angle of 251.46º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #411FD1 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 31 | 209 | - |
| CMYK | 0.69 | 0.85 | 0 | 0.18 |
| HSL | 251.46º | 0.74% | 0.47% | - |
| HSV(B) | 251.46º | 0.85% | 0.82% | - |
| XYZ | 14.18 | 6.71 | 60.87 | - |
| YUV | 61.46 | 211.26 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 209 | 0.69 | 0.85 | 0 | 0.18 | 251.46 | 0.74 | 0.47 |
| Hex | 41 | 1F | D1 | 45 | 55 | 0 | 12 | FB | 4A | 2F |
| Octal | 101 | 37 | 321 | 105 | 125 | 0 | 22 | 373 | 112 | 57 |
| Binary | 1000001 | 11111 | 11010001 | 1000101 | 1010101 | 0 | 10010 | 11111011 | 1001010 | 101111 |
Color Harmonies of #411FD1
Complementary color
Monochromatic Colors of #411FD1
Black with #411FD1
Text Example
Text Example
White with #411FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411FD1; }
p { color: rgb(65,31,209); }
H1.HeaderClassName
{
color: #411FD1;
}
.AnyTagClassName
{
color: #411FD1;
}
</style>
background-color css
<style>
a { background-color: #411FD1; }
a { background-color: rgb(65,31,209); }
div.DivClassName
{
background-color: #411FD1;
}
.BgClassName
{
background-color: #411FD1;
}
</style>
border-color css
<style>
span { border-color: #411FD1; }
span { border-color: rgb(65,31,209); }
td.TdClassName
{
border-color: #411FD1;
}
.TagClassName
{
border-color: #411FD1;
}
</style>