Shades of Purple Heart #411CD0
Tints of Purple Heart #411CD0
RGB
CMYK
RGB Variations
Color information
#411CD0 (or 0x411CD0) is known color: Purple Heart. HEX triplet: 41, 1C and D0. RGB value is (65,28,208). Sum of RGB (Red+Green+Blue) = 65+28+208=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 208 (81.64% from 255 or 69.10% from 301); Max value from RGB is 208 - color contains mainly: blue. Hex color #411CD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411CD0 is #BEE32F. Grayscale: #3A3A3A. Windows color (decimal): -12510000 or 13638721. OLE color: 13638721.
HSL color Cylindrical-coordinate representation of color #411CD0: hue angle of 252.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #411CD0 is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 28 | 208 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.18 |
| HSL | 252.33º | 0.76% | 0.46% | - |
| HSV(B) | 252.33º | 0.87% | 0.82% | - |
| XYZ | 13.98 | 6.51 | 60.19 | - |
| YUV | 59.58 | 211.76 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 208 | 0.69 | 0.87 | 0 | 0.18 | 252.33 | 0.76 | 0.46 |
| Hex | 41 | 1C | D0 | 45 | 57 | 0 | 12 | FC | 4C | 2E |
| Octal | 101 | 34 | 320 | 105 | 127 | 0 | 22 | 374 | 114 | 56 |
| Binary | 1000001 | 11100 | 11010000 | 1000101 | 1010111 | 0 | 10010 | 11111100 | 1001100 | 101110 |
Color Harmonies of #411CD0
Complementary color
Monochromatic Colors of #411CD0
Black with #411CD0
Text Example
Text Example
White with #411CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411CD0; }
p { color: rgb(65,28,208); }
H1.HeaderClassName
{
color: #411CD0;
}
.AnyTagClassName
{
color: #411CD0;
}
</style>
background-color css
<style>
a { background-color: #411CD0; }
a { background-color: rgb(65,28,208); }
div.DivClassName
{
background-color: #411CD0;
}
.BgClassName
{
background-color: #411CD0;
}
</style>
border-color css
<style>
span { border-color: #411CD0; }
span { border-color: rgb(65,28,208); }
td.TdClassName
{
border-color: #411CD0;
}
.TagClassName
{
border-color: #411CD0;
}
</style>