Shades of Purple Heart #4103BE
Tints of Purple Heart #4103BE
RGB
CMYK
RGB Variations
Color information
#4103BE (or 0x4103BE) is known color: Purple Heart. HEX triplet: 41, 03 and BE. RGB value is (65,3,190). Sum of RGB (Red+Green+Blue) = 65+3+190=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 190 (74.61% from 255 or 73.64% from 258); Max value from RGB is 190 - color contains mainly: blue. Hex color #4103BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4103BE is #BEFC41. Grayscale: #2A2A2A. Windows color (decimal): -12516418 or 12452673. OLE color: 12452673.
HSL color Cylindrical-coordinate representation of color #4103BE: hue angle of 259.89º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4103BE is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 3 | 190 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.25 |
| HSL | 259.89º | 0.97% | 0.38% | - |
| HSV(B) | 259.89º | 0.98% | 0.75% | - |
| XYZ | 11.51 | 4.91 | 49.06 | - |
| YUV | 42.86 | 211.04 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 3 | 190 | 0.66 | 0.98 | 0 | 0.25 | 259.89 | 0.97 | 0.38 |
| Hex | 41 | 3 | BE | 42 | 62 | 0 | 19 | 104 | 61 | 26 |
| Octal | 101 | 3 | 276 | 102 | 142 | 0 | 31 | 404 | 141 | 46 |
| Binary | 1000001 | 11 | 10111110 | 1000010 | 1100010 | 0 | 11001 | 100000100 | 1100001 | 100110 |
Color Harmonies of #4103BE
Complementary color
Monochromatic Colors of #4103BE
Black with #4103BE
Text Example
Text Example
White with #4103BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4103BE; }
p { color: rgb(65,3,190); }
H1.HeaderClassName
{
color: #4103BE;
}
.AnyTagClassName
{
color: #4103BE;
}
</style>
background-color css
<style>
a { background-color: #4103BE; }
a { background-color: rgb(65,3,190); }
div.DivClassName
{
background-color: #4103BE;
}
.BgClassName
{
background-color: #4103BE;
}
</style>
border-color css
<style>
span { border-color: #4103BE; }
span { border-color: rgb(65,3,190); }
td.TdClassName
{
border-color: #4103BE;
}
.TagClassName
{
border-color: #4103BE;
}
</style>