Shades of Purple Heart #410FB0
Tints of Purple Heart #410FB0
RGB
CMYK
RGB Variations
Color information
#410FB0 (or 0x410FB0) is known color: Purple Heart. HEX triplet: 41, 0F and B0. RGB value is (65,15,176). Sum of RGB (Red+Green+Blue) = 65+15+176=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 176 (69.14% from 255 or 68.75% from 256); Max value from RGB is 176 - color contains mainly: blue. Hex color #410FB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410FB0 is #BEF04F. Grayscale: #2F2F2F. Windows color (decimal): -12513360 or 11538241. OLE color: 11538241.
HSL color Cylindrical-coordinate representation of color #410FB0: hue angle of 258.63º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410FB0 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 15 | 176 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.31 |
| HSL | 258.63º | 0.84% | 0.37% | - |
| HSV(B) | 258.63º | 0.91% | 0.69% | - |
| XYZ | 10.19 | 4.6 | 41.43 | - |
| YUV | 48.3 | 200.07 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 15 | 176 | 0.63 | 0.91 | 0 | 0.31 | 258.63 | 0.84 | 0.37 |
| Hex | 41 | F | B0 | 3F | 5B | 0 | 1F | 103 | 54 | 25 |
| Octal | 101 | 17 | 260 | 77 | 133 | 0 | 37 | 403 | 124 | 45 |
| Binary | 1000001 | 1111 | 10110000 | 111111 | 1011011 | 0 | 11111 | 100000011 | 1010100 | 100101 |
Color Harmonies of #410FB0
Complementary color
Monochromatic Colors of #410FB0
Black with #410FB0
Text Example
Text Example
White with #410FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410FB0; }
p { color: rgb(65,15,176); }
H1.HeaderClassName
{
color: #410FB0;
}
.AnyTagClassName
{
color: #410FB0;
}
</style>
background-color css
<style>
a { background-color: #410FB0; }
a { background-color: rgb(65,15,176); }
div.DivClassName
{
background-color: #410FB0;
}
.BgClassName
{
background-color: #410FB0;
}
</style>
border-color css
<style>
span { border-color: #410FB0; }
span { border-color: rgb(65,15,176); }
td.TdClassName
{
border-color: #410FB0;
}
.TagClassName
{
border-color: #410FB0;
}
</style>