Shades of Purple Heart #410EAF
Tints of Purple Heart #410EAF
RGB
CMYK
RGB Variations
Color information
#410EAF (or 0x410EAF) is known color: Purple Heart. HEX triplet: 41, 0E and AF. RGB value is (65,14,175). Sum of RGB (Red+Green+Blue) = 65+14+175=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 175 (68.75% from 255 or 68.90% from 254); Max value from RGB is 175 - color contains mainly: blue. Hex color #410EAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410EAF is #BEF150. Grayscale: #2F2F2F. Windows color (decimal): -12513617 or 11472449. OLE color: 11472449.
HSL color Cylindrical-coordinate representation of color #410EAF: hue angle of 259.01º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410EAF is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 14 | 175 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.31 |
| HSL | 259.01º | 0.85% | 0.37% | - |
| HSV(B) | 259.01º | 0.92% | 0.69% | - |
| XYZ | 10.07 | 4.53 | 40.9 | - |
| YUV | 47.6 | 199.9 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 14 | 175 | 0.63 | 0.92 | 0 | 0.31 | 259.01 | 0.85 | 0.37 |
| Hex | 41 | E | AF | 3F | 5C | 0 | 1F | 103 | 55 | 25 |
| Octal | 101 | 16 | 257 | 77 | 134 | 0 | 37 | 403 | 125 | 45 |
| Binary | 1000001 | 1110 | 10101111 | 111111 | 1011100 | 0 | 11111 | 100000011 | 1010101 | 100101 |
Color Harmonies of #410EAF
Complementary color
Monochromatic Colors of #410EAF
Black with #410EAF
Text Example
Text Example
White with #410EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410EAF; }
p { color: rgb(65,14,175); }
H1.HeaderClassName
{
color: #410EAF;
}
.AnyTagClassName
{
color: #410EAF;
}
</style>
background-color css
<style>
a { background-color: #410EAF; }
a { background-color: rgb(65,14,175); }
div.DivClassName
{
background-color: #410EAF;
}
.BgClassName
{
background-color: #410EAF;
}
</style>
border-color css
<style>
span { border-color: #410EAF; }
span { border-color: rgb(65,14,175); }
td.TdClassName
{
border-color: #410EAF;
}
.TagClassName
{
border-color: #410EAF;
}
</style>