Shades of Purple Heart #410FBE
Tints of Purple Heart #410FBE
RGB
CMYK
RGB Variations
Color information
#410FBE (or 0x410FBE) is known color: Purple Heart. HEX triplet: 41, 0F and BE. RGB value is (65,15,190). Sum of RGB (Red+Green+Blue) = 65+15+190=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #410FBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410FBE is #BEF041. Grayscale: #313131. Windows color (decimal): -12513346 or 12455745. OLE color: 12455745.
HSL color Cylindrical-coordinate representation of color #410FBE: hue angle of 257.14º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410FBE is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 15 | 190 | - |
| CMYK | 0.66 | 0.92 | 0 | 0.25 |
| HSL | 257.14º | 0.85% | 0.4% | - |
| HSV(B) | 257.14º | 0.92% | 0.75% | - |
| XYZ | 11.65 | 5.18 | 49.1 | - |
| YUV | 49.9 | 207.07 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 15 | 190 | 0.66 | 0.92 | 0 | 0.25 | 257.14 | 0.85 | 0.4 |
| Hex | 41 | F | BE | 42 | 5C | 0 | 19 | 101 | 55 | 28 |
| Octal | 101 | 17 | 276 | 102 | 134 | 0 | 31 | 401 | 125 | 50 |
| Binary | 1000001 | 1111 | 10111110 | 1000010 | 1011100 | 0 | 11001 | 100000001 | 1010101 | 101000 |
Color Harmonies of #410FBE
Complementary color
Monochromatic Colors of #410FBE
Black with #410FBE
Text Example
Text Example
White with #410FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410FBE; }
p { color: rgb(65,15,190); }
H1.HeaderClassName
{
color: #410FBE;
}
.AnyTagClassName
{
color: #410FBE;
}
</style>
background-color css
<style>
a { background-color: #410FBE; }
a { background-color: rgb(65,15,190); }
div.DivClassName
{
background-color: #410FBE;
}
.BgClassName
{
background-color: #410FBE;
}
</style>
border-color css
<style>
span { border-color: #410FBE; }
span { border-color: rgb(65,15,190); }
td.TdClassName
{
border-color: #410FBE;
}
.TagClassName
{
border-color: #410FBE;
}
</style>