Shades of Purple Heart #411FCD
Tints of Purple Heart #411FCD
RGB
CMYK
RGB Variations
Color information
#411FCD (or 0x411FCD) is known color: Purple Heart. HEX triplet: 41, 1F and CD. RGB value is (65,31,205). Sum of RGB (Red+Green+Blue) = 65+31+205=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #411FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411FCD is #BEE032. Grayscale: #3C3C3C. Windows color (decimal): -12509235 or 13442881. OLE color: 13442881.
HSL color Cylindrical-coordinate representation of color #411FCD: hue angle of 251.72º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #411FCD is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 31 | 205 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.20 |
| HSL | 251.72º | 0.74% | 0.46% | - |
| HSV(B) | 251.72º | 0.85% | 0.8% | - |
| XYZ | 13.69 | 6.51 | 58.29 | - |
| YUV | 61 | 209.26 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 205 | 0.68 | 0.85 | 0 | 0.20 | 251.72 | 0.74 | 0.46 |
| Hex | 41 | 1F | CD | 44 | 55 | 0 | 14 | FC | 4A | 2E |
| Octal | 101 | 37 | 315 | 104 | 125 | 0 | 24 | 374 | 112 | 56 |
| Binary | 1000001 | 11111 | 11001101 | 1000100 | 1010101 | 0 | 10100 | 11111100 | 1001010 | 101110 |
Color Harmonies of #411FCD
Complementary color
Monochromatic Colors of #411FCD
Black with #411FCD
Text Example
Text Example
White with #411FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411FCD; }
p { color: rgb(65,31,205); }
H1.HeaderClassName
{
color: #411FCD;
}
.AnyTagClassName
{
color: #411FCD;
}
</style>
background-color css
<style>
a { background-color: #411FCD; }
a { background-color: rgb(65,31,205); }
div.DivClassName
{
background-color: #411FCD;
}
.BgClassName
{
background-color: #411FCD;
}
</style>
border-color css
<style>
span { border-color: #411FCD; }
span { border-color: rgb(65,31,205); }
td.TdClassName
{
border-color: #411FCD;
}
.TagClassName
{
border-color: #411FCD;
}
</style>