Shades of Purple Heart #4113B7
Tints of Purple Heart #4113B7
RGB
CMYK
RGB Variations
Color information
#4113B7 (or 0x4113B7) is known color: Purple Heart. HEX triplet: 41, 13 and B7. RGB value is (65,19,183). Sum of RGB (Red+Green+Blue) = 65+19+183=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 183 (71.88% from 255 or 68.54% from 267); Max value from RGB is 183 - color contains mainly: blue. Hex color #4113B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4113B7 is #BEEC48. Grayscale: #323232. Windows color (decimal): -12512329 or 11998017. OLE color: 11998017.
HSL color Cylindrical-coordinate representation of color #4113B7: hue angle of 256.83º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4113B7 is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 65 | 19 | 183 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.28 |
| HSL | 256.83º | 0.81% | 0.4% | - |
| HSV(B) | 256.83º | 0.9% | 0.72% | - |
| XYZ | 10.96 | 5.01 | 45.19 | - |
| YUV | 51.45 | 202.24 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 183 | 0.64 | 0.90 | 0 | 0.28 | 256.83 | 0.81 | 0.4 |
| Hex | 41 | 13 | B7 | 40 | 5A | 0 | 1C | 101 | 51 | 28 |
| Octal | 101 | 23 | 267 | 100 | 132 | 0 | 34 | 401 | 121 | 50 |
| Binary | 1000001 | 10011 | 10110111 | 1000000 | 1011010 | 0 | 11100 | 100000001 | 1010001 | 101000 |
Color Harmonies of #4113B7
Complementary color
Monochromatic Colors of #4113B7
Black with #4113B7
Text Example
Text Example
White with #4113B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4113B7; }
p { color: rgb(65,19,183); }
H1.HeaderClassName
{
color: #4113B7;
}
.AnyTagClassName
{
color: #4113B7;
}
</style>
background-color css
<style>
a { background-color: #4113B7; }
a { background-color: rgb(65,19,183); }
div.DivClassName
{
background-color: #4113B7;
}
.BgClassName
{
background-color: #4113B7;
}
</style>
border-color css
<style>
span { border-color: #4113B7; }
span { border-color: rgb(65,19,183); }
td.TdClassName
{
border-color: #4113B7;
}
.TagClassName
{
border-color: #4113B7;
}
</style>