Shades of Purple Heart #411EC6
Tints of Purple Heart #411EC6
RGB
CMYK
RGB Variations
Color information
#411EC6 (or 0x411EC6) is known color: Purple Heart. HEX triplet: 41, 1E and C6. RGB value is (65,30,198). Sum of RGB (Red+Green+Blue) = 65+30+198=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 198 (77.73% from 255 or 67.58% from 293); Max value from RGB is 198 - color contains mainly: blue. Hex color #411EC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411EC6 is #BEE139. Grayscale: #3A3A3A. Windows color (decimal): -12509498 or 12983873. OLE color: 12983873.
HSL color Cylindrical-coordinate representation of color #411EC6: hue angle of 252.5º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #411EC6 is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 30 | 198 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.22 |
| HSL | 252.5º | 0.74% | 0.45% | - |
| HSV(B) | 252.5º | 0.85% | 0.78% | - |
| XYZ | 12.84 | 6.13 | 53.93 | - |
| YUV | 59.62 | 206.1 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 30 | 198 | 0.67 | 0.85 | 0 | 0.22 | 252.5 | 0.74 | 0.45 |
| Hex | 41 | 1E | C6 | 43 | 55 | 0 | 16 | FD | 4A | 2D |
| Octal | 101 | 36 | 306 | 103 | 125 | 0 | 26 | 375 | 112 | 55 |
| Binary | 1000001 | 11110 | 11000110 | 1000011 | 1010101 | 0 | 10110 | 11111101 | 1001010 | 101101 |
Color Harmonies of #411EC6
Complementary color
Monochromatic Colors of #411EC6
Black with #411EC6
Text Example
Text Example
White with #411EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411EC6; }
p { color: rgb(65,30,198); }
H1.HeaderClassName
{
color: #411EC6;
}
.AnyTagClassName
{
color: #411EC6;
}
</style>
background-color css
<style>
a { background-color: #411EC6; }
a { background-color: rgb(65,30,198); }
div.DivClassName
{
background-color: #411EC6;
}
.BgClassName
{
background-color: #411EC6;
}
</style>
border-color css
<style>
span { border-color: #411EC6; }
span { border-color: rgb(65,30,198); }
td.TdClassName
{
border-color: #411EC6;
}
.TagClassName
{
border-color: #411EC6;
}
</style>