Shades of Purple Heart #4101BC
Tints of Purple Heart #4101BC
RGB
CMYK
RGB Variations
Color information
#4101BC (or 0x4101BC) is known color: Purple Heart. HEX triplet: 41, 01 and BC. RGB value is (65,1,188). Sum of RGB (Red+Green+Blue) = 65+1+188=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 188 (73.83% from 255 or 74.02% from 254); Max value from RGB is 188 - color contains mainly: blue. Hex color #4101BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4101BC is #BEFE43. Grayscale: #282828. Windows color (decimal): -12516932 or 12321089. OLE color: 12321089.
HSL color Cylindrical-coordinate representation of color #4101BC: hue angle of 260.53º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4101BC is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 1 | 188 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.26 |
| HSL | 260.53º | 0.99% | 0.37% | - |
| HSV(B) | 260.53º | 0.99% | 0.74% | - |
| XYZ | 11.27 | 4.78 | 47.91 | - |
| YUV | 41.45 | 210.7 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 188 | 0.65 | 0.99 | 0 | 0.26 | 260.53 | 0.99 | 0.37 |
| Hex | 41 | 1 | BC | 41 | 63 | 0 | 1A | 105 | 63 | 25 |
| Octal | 101 | 1 | 274 | 101 | 143 | 0 | 32 | 405 | 143 | 45 |
| Binary | 1000001 | 1 | 10111100 | 1000001 | 1100011 | 0 | 11010 | 100000101 | 1100011 | 100101 |
Color Harmonies of #4101BC
Complementary color
Monochromatic Colors of #4101BC
Black with #4101BC
Text Example
Text Example
White with #4101BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4101BC; }
p { color: rgb(65,1,188); }
H1.HeaderClassName
{
color: #4101BC;
}
.AnyTagClassName
{
color: #4101BC;
}
</style>
background-color css
<style>
a { background-color: #4101BC; }
a { background-color: rgb(65,1,188); }
div.DivClassName
{
background-color: #4101BC;
}
.BgClassName
{
background-color: #4101BC;
}
</style>
border-color css
<style>
span { border-color: #4101BC; }
span { border-color: rgb(65,1,188); }
td.TdClassName
{
border-color: #4101BC;
}
.TagClassName
{
border-color: #4101BC;
}
</style>