Shades of Purple Heart #410ECC
Tints of Purple Heart #410ECC
RGB
CMYK
RGB Variations
Color information
#410ECC (or 0x410ECC) is known color: Purple Heart. HEX triplet: 41, 0E and CC. RGB value is (65,14,204). Sum of RGB (Red+Green+Blue) = 65+14+204=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #410ECC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410ECC is #BEF133. Grayscale: #323232. Windows color (decimal): -12513588 or 13372993. OLE color: 13372993.
HSL color Cylindrical-coordinate representation of color #410ECC: hue angle of 256.11º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #410ECC is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 14 | 204 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.2 |
| HSL | 256.11º | 0.87% | 0.43% | - |
| HSV(B) | 256.11º | 0.93% | 0.8% | - |
| XYZ | 13.24 | 5.8 | 57.55 | - |
| YUV | 50.91 | 214.4 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 14 | 204 | 0.68 | 0.93 | 0 | 0.2 | 256.11 | 0.87 | 0.43 |
| Hex | 41 | E | CC | 44 | 5D | 0 | 14 | 100 | 57 | 2B |
| Octal | 101 | 16 | 314 | 104 | 135 | 0 | 24 | 400 | 127 | 53 |
| Binary | 1000001 | 1110 | 11001100 | 1000100 | 1011101 | 0 | 10100 | 100000000 | 1010111 | 101011 |
Color Harmonies of #410ECC
Complementary color
Monochromatic Colors of #410ECC
Black with #410ECC
Text Example
Text Example
White with #410ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410ECC; }
p { color: rgb(65,14,204); }
H1.HeaderClassName
{
color: #410ECC;
}
.AnyTagClassName
{
color: #410ECC;
}
</style>
background-color css
<style>
a { background-color: #410ECC; }
a { background-color: rgb(65,14,204); }
div.DivClassName
{
background-color: #410ECC;
}
.BgClassName
{
background-color: #410ECC;
}
</style>
border-color css
<style>
span { border-color: #410ECC; }
span { border-color: rgb(65,14,204); }
td.TdClassName
{
border-color: #410ECC;
}
.TagClassName
{
border-color: #410ECC;
}
</style>