Shades of Purple Heart #410CBE
Tints of Purple Heart #410CBE
RGB
CMYK
RGB Variations
Color information
#410CBE (or 0x410CBE) is known color: Purple Heart. HEX triplet: 41, 0C and BE. RGB value is (65,12,190). Sum of RGB (Red+Green+Blue) = 65+12+190=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 190 (74.61% from 255 or 71.16% from 267); Max value from RGB is 190 - color contains mainly: blue. Hex color #410CBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410CBE is #BEF341. Grayscale: #2F2F2F. Windows color (decimal): -12514114 or 12454977. OLE color: 12454977.
HSL color Cylindrical-coordinate representation of color #410CBE: hue angle of 257.87º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410CBE is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 12 | 190 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.25 |
| HSL | 257.87º | 0.88% | 0.4% | - |
| HSV(B) | 257.87º | 0.94% | 0.75% | - |
| XYZ | 11.61 | 5.1 | 49.09 | - |
| YUV | 48.14 | 208.06 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 12 | 190 | 0.66 | 0.94 | 0 | 0.25 | 257.87 | 0.88 | 0.4 |
| Hex | 41 | C | BE | 42 | 5E | 0 | 19 | 102 | 58 | 28 |
| Octal | 101 | 14 | 276 | 102 | 136 | 0 | 31 | 402 | 130 | 50 |
| Binary | 1000001 | 1100 | 10111110 | 1000010 | 1011110 | 0 | 11001 | 100000010 | 1011000 | 101000 |
Color Harmonies of #410CBE
Complementary color
Monochromatic Colors of #410CBE
Black with #410CBE
Text Example
Text Example
White with #410CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410CBE; }
p { color: rgb(65,12,190); }
H1.HeaderClassName
{
color: #410CBE;
}
.AnyTagClassName
{
color: #410CBE;
}
</style>
background-color css
<style>
a { background-color: #410CBE; }
a { background-color: rgb(65,12,190); }
div.DivClassName
{
background-color: #410CBE;
}
.BgClassName
{
background-color: #410CBE;
}
</style>
border-color css
<style>
span { border-color: #410CBE; }
span { border-color: rgb(65,12,190); }
td.TdClassName
{
border-color: #410CBE;
}
.TagClassName
{
border-color: #410CBE;
}
</style>