Shades of Purple Heart #4103BC
Tints of Purple Heart #4103BC
RGB
CMYK
RGB Variations
Color information
#4103BC (or 0x4103BC) is known color: Purple Heart. HEX triplet: 41, 03 and BC. RGB value is (65,3,188). Sum of RGB (Red+Green+Blue) = 65+3+188=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 188 (73.83% from 255 or 73.44% from 256); Max value from RGB is 188 - color contains mainly: blue. Hex color #4103BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4103BC is #BEFC43. Grayscale: #292929. Windows color (decimal): -12516420 or 12321601. OLE color: 12321601.
HSL color Cylindrical-coordinate representation of color #4103BC: hue angle of 260.11º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4103BC is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 3 | 188 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.26 |
| HSL | 260.11º | 0.97% | 0.37% | - |
| HSV(B) | 260.11º | 0.98% | 0.74% | - |
| XYZ | 11.29 | 4.82 | 47.91 | - |
| YUV | 42.63 | 210.04 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 3 | 188 | 0.65 | 0.98 | 0 | 0.26 | 260.11 | 0.97 | 0.37 |
| Hex | 41 | 3 | BC | 41 | 62 | 0 | 1A | 104 | 61 | 25 |
| Octal | 101 | 3 | 274 | 101 | 142 | 0 | 32 | 404 | 141 | 45 |
| Binary | 1000001 | 11 | 10111100 | 1000001 | 1100010 | 0 | 11010 | 100000100 | 1100001 | 100101 |
Color Harmonies of #4103BC
Complementary color
Monochromatic Colors of #4103BC
Black with #4103BC
Text Example
Text Example
White with #4103BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4103BC; }
p { color: rgb(65,3,188); }
H1.HeaderClassName
{
color: #4103BC;
}
.AnyTagClassName
{
color: #4103BC;
}
</style>
background-color css
<style>
a { background-color: #4103BC; }
a { background-color: rgb(65,3,188); }
div.DivClassName
{
background-color: #4103BC;
}
.BgClassName
{
background-color: #4103BC;
}
</style>
border-color css
<style>
span { border-color: #4103BC; }
span { border-color: rgb(65,3,188); }
td.TdClassName
{
border-color: #4103BC;
}
.TagClassName
{
border-color: #4103BC;
}
</style>