Shades of Purple Heart #4103B6
Tints of Purple Heart #4103B6
RGB
CMYK
RGB Variations
Color information
#4103B6 (or 0x4103B6) is known color: Purple Heart. HEX triplet: 41, 03 and B6. RGB value is (65,3,182). Sum of RGB (Red+Green+Blue) = 65+3+182=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 182 (71.48% from 255 or 72.8% from 250); Max value from RGB is 182 - color contains mainly: blue. Hex color #4103B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4103B6 is #BEFC49. Grayscale: #292929. Windows color (decimal): -12516426 or 11928385. OLE color: 11928385.
HSL color Cylindrical-coordinate representation of color #4103B6: hue angle of 260.78º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4103B6 is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 65 | 3 | 182 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.29 |
| HSL | 260.78º | 0.97% | 0.36% | - |
| HSV(B) | 260.78º | 0.98% | 0.71% | - |
| XYZ | 10.66 | 4.57 | 44.58 | - |
| YUV | 41.94 | 207.04 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 3 | 182 | 0.64 | 0.98 | 0 | 0.29 | 260.78 | 0.97 | 0.36 |
| Hex | 41 | 3 | B6 | 40 | 62 | 0 | 1D | 105 | 61 | 24 |
| Octal | 101 | 3 | 266 | 100 | 142 | 0 | 35 | 405 | 141 | 44 |
| Binary | 1000001 | 11 | 10110110 | 1000000 | 1100010 | 0 | 11101 | 100000101 | 1100001 | 100100 |
Color Harmonies of #4103B6
Complementary color
Monochromatic Colors of #4103B6
Black with #4103B6
Text Example
Text Example
White with #4103B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4103B6; }
p { color: rgb(65,3,182); }
H1.HeaderClassName
{
color: #4103B6;
}
.AnyTagClassName
{
color: #4103B6;
}
</style>
background-color css
<style>
a { background-color: #4103B6; }
a { background-color: rgb(65,3,182); }
div.DivClassName
{
background-color: #4103B6;
}
.BgClassName
{
background-color: #4103B6;
}
</style>
border-color css
<style>
span { border-color: #4103B6; }
span { border-color: rgb(65,3,182); }
td.TdClassName
{
border-color: #4103B6;
}
.TagClassName
{
border-color: #4103B6;
}
</style>