Shades of Purple Heart #4117BC
Tints of Purple Heart #4117BC
RGB
CMYK
RGB Variations
Color information
#4117BC (or 0x4117BC) is known color: Purple Heart. HEX triplet: 41, 17 and BC. RGB value is (65,23,188). Sum of RGB (Red+Green+Blue) = 65+23+188=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #4117BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4117BC is #BEE843. Grayscale: #353535. Windows color (decimal): -12511300 or 12326721. OLE color: 12326721.
HSL color Cylindrical-coordinate representation of color #4117BC: hue angle of 255.27º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4117BC is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 23 | 188 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.26 |
| HSL | 255.27º | 0.78% | 0.41% | - |
| HSV(B) | 255.27º | 0.88% | 0.74% | - |
| XYZ | 11.56 | 5.37 | 48 | - |
| YUV | 54.37 | 203.41 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 188 | 0.65 | 0.88 | 0 | 0.26 | 255.27 | 0.78 | 0.41 |
| Hex | 41 | 17 | BC | 41 | 58 | 0 | 1A | FF | 4E | 29 |
| Octal | 101 | 27 | 274 | 101 | 130 | 0 | 32 | 377 | 116 | 51 |
| Binary | 1000001 | 10111 | 10111100 | 1000001 | 1011000 | 0 | 11010 | 11111111 | 1001110 | 101001 |
Color Harmonies of #4117BC
Complementary color
Monochromatic Colors of #4117BC
Black with #4117BC
Text Example
Text Example
White with #4117BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4117BC; }
p { color: rgb(65,23,188); }
H1.HeaderClassName
{
color: #4117BC;
}
.AnyTagClassName
{
color: #4117BC;
}
</style>
background-color css
<style>
a { background-color: #4117BC; }
a { background-color: rgb(65,23,188); }
div.DivClassName
{
background-color: #4117BC;
}
.BgClassName
{
background-color: #4117BC;
}
</style>
border-color css
<style>
span { border-color: #4117BC; }
span { border-color: rgb(65,23,188); }
td.TdClassName
{
border-color: #4117BC;
}
.TagClassName
{
border-color: #4117BC;
}
</style>