Shades of Purple Heart #412DCD
Tints of Purple Heart #412DCD
RGB
CMYK
RGB Variations
Color information
#412DCD (or 0x412DCD) is known color: Purple Heart. HEX triplet: 41, 2D and CD. RGB value is (65,45,205). Sum of RGB (Red+Green+Blue) = 65+45+205=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #412DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412DCD is #BED232. Grayscale: #444444. Windows color (decimal): -12505651 or 13446465. OLE color: 13446465.
HSL color Cylindrical-coordinate representation of color #412DCD: hue angle of 247.5º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #412DCD is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 45 | 205 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.20 |
| HSL | 247.5º | 0.64% | 0.49% | - |
| HSV(B) | 247.5º | 0.78% | 0.8% | - |
| XYZ | 14.14 | 7.41 | 58.44 | - |
| YUV | 69.22 | 204.63 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 45 | 205 | 0.68 | 0.78 | 0 | 0.20 | 247.5 | 0.64 | 0.49 |
| Hex | 41 | 2D | CD | 44 | 4E | 0 | 14 | F8 | 40 | 31 |
| Octal | 101 | 55 | 315 | 104 | 116 | 0 | 24 | 370 | 100 | 61 |
| Binary | 1000001 | 101101 | 11001101 | 1000100 | 1001110 | 0 | 10100 | 11111000 | 1000000 | 110001 |
Color Harmonies of #412DCD
Complementary color
Monochromatic Colors of #412DCD
Black with #412DCD
Text Example
Text Example
White with #412DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412DCD; }
p { color: rgb(65,45,205); }
H1.HeaderClassName
{
color: #412DCD;
}
.AnyTagClassName
{
color: #412DCD;
}
</style>
background-color css
<style>
a { background-color: #412DCD; }
a { background-color: rgb(65,45,205); }
div.DivClassName
{
background-color: #412DCD;
}
.BgClassName
{
background-color: #412DCD;
}
</style>
border-color css
<style>
span { border-color: #412DCD; }
span { border-color: rgb(65,45,205); }
td.TdClassName
{
border-color: #412DCD;
}
.TagClassName
{
border-color: #412DCD;
}
</style>