Shades of Purple Heart #411FD0
Tints of Purple Heart #411FD0
RGB
CMYK
RGB Variations
Color information
#411FD0 (or 0x411FD0) is known color: Purple Heart. HEX triplet: 41, 1F and D0. RGB value is (65,31,208). Sum of RGB (Red+Green+Blue) = 65+31+208=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 208 (81.64% from 255 or 68.42% from 304); Max value from RGB is 208 - color contains mainly: blue. Hex color #411FD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411FD0 is #BEE02F. Grayscale: #3C3C3C. Windows color (decimal): -12509232 or 13639489. OLE color: 13639489.
HSL color Cylindrical-coordinate representation of color #411FD0: hue angle of 251.53º 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 #411FD0 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 31 | 208 | - |
| CMYK | 0.69 | 0.85 | 0 | 0.18 |
| HSL | 251.53º | 0.74% | 0.47% | - |
| HSV(B) | 251.53º | 0.85% | 0.82% | - |
| XYZ | 14.06 | 6.66 | 60.22 | - |
| YUV | 61.34 | 210.76 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 208 | 0.69 | 0.85 | 0 | 0.18 | 251.53 | 0.74 | 0.47 |
| Hex | 41 | 1F | D0 | 45 | 55 | 0 | 12 | FC | 4A | 2F |
| Octal | 101 | 37 | 320 | 105 | 125 | 0 | 22 | 374 | 112 | 57 |
| Binary | 1000001 | 11111 | 11010000 | 1000101 | 1010101 | 0 | 10010 | 11111100 | 1001010 | 101111 |
Color Harmonies of #411FD0
Complementary color
Monochromatic Colors of #411FD0
Black with #411FD0
Text Example
Text Example
White with #411FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411FD0; }
p { color: rgb(65,31,208); }
H1.HeaderClassName
{
color: #411FD0;
}
.AnyTagClassName
{
color: #411FD0;
}
</style>
background-color css
<style>
a { background-color: #411FD0; }
a { background-color: rgb(65,31,208); }
div.DivClassName
{
background-color: #411FD0;
}
.BgClassName
{
background-color: #411FD0;
}
</style>
border-color css
<style>
span { border-color: #411FD0; }
span { border-color: rgb(65,31,208); }
td.TdClassName
{
border-color: #411FD0;
}
.TagClassName
{
border-color: #411FD0;
}
</style>