Shades of Purple Heart #4107B7
Tints of Purple Heart #4107B7
RGB
CMYK
RGB Variations
Color information
#4107B7 (or 0x4107B7) is known color: Purple Heart. HEX triplet: 41, 07 and B7. RGB value is (65,7,183). Sum of RGB (Red+Green+Blue) = 65+7+183=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 183 (71.88% from 255 or 71.76% from 255); Max value from RGB is 183 - color contains mainly: blue. Hex color #4107B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4107B7 is #BEF848. Grayscale: #2B2B2B. Windows color (decimal): -12515401 or 11994945. OLE color: 11994945.
HSL color Cylindrical-coordinate representation of color #4107B7: hue angle of 259.77º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4107B7 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 65 | 7 | 183 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.28 |
| HSL | 259.77º | 0.93% | 0.37% | - |
| HSV(B) | 259.77º | 0.96% | 0.72% | - |
| XYZ | 10.8 | 4.69 | 45.14 | - |
| YUV | 44.41 | 206.22 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 7 | 183 | 0.64 | 0.96 | 0 | 0.28 | 259.77 | 0.93 | 0.37 |
| Hex | 41 | 7 | B7 | 40 | 60 | 0 | 1C | 104 | 5D | 25 |
| Octal | 101 | 7 | 267 | 100 | 140 | 0 | 34 | 404 | 135 | 45 |
| Binary | 1000001 | 111 | 10110111 | 1000000 | 1100000 | 0 | 11100 | 100000100 | 1011101 | 100101 |
Color Harmonies of #4107B7
Complementary color
Monochromatic Colors of #4107B7
Black with #4107B7
Text Example
Text Example
White with #4107B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4107B7; }
p { color: rgb(65,7,183); }
H1.HeaderClassName
{
color: #4107B7;
}
.AnyTagClassName
{
color: #4107B7;
}
</style>
background-color css
<style>
a { background-color: #4107B7; }
a { background-color: rgb(65,7,183); }
div.DivClassName
{
background-color: #4107B7;
}
.BgClassName
{
background-color: #4107B7;
}
</style>
border-color css
<style>
span { border-color: #4107B7; }
span { border-color: rgb(65,7,183); }
td.TdClassName
{
border-color: #4107B7;
}
.TagClassName
{
border-color: #4107B7;
}
</style>