Shades of Purple Heart #4113BC
Tints of Purple Heart #4113BC
RGB
CMYK
RGB Variations
Color information
#4113BC (or 0x4113BC) is known color: Purple Heart. HEX triplet: 41, 13 and BC. RGB value is (65,19,188). Sum of RGB (Red+Green+Blue) = 65+19+188=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 188 (73.83% from 255 or 69.12% from 272); Max value from RGB is 188 - color contains mainly: blue. Hex color #4113BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4113BC is #BEEC43. Grayscale: #333333. Windows color (decimal): -12512324 or 12325697. OLE color: 12325697.
HSL color Cylindrical-coordinate representation of color #4113BC: hue angle of 256.33º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4113BC is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 19 | 188 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.26 |
| HSL | 256.33º | 0.82% | 0.41% | - |
| HSV(B) | 256.33º | 0.9% | 0.74% | - |
| XYZ | 11.49 | 5.22 | 47.98 | - |
| YUV | 52.02 | 204.74 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 188 | 0.65 | 0.90 | 0 | 0.26 | 256.33 | 0.82 | 0.41 |
| Hex | 41 | 13 | BC | 41 | 5A | 0 | 1A | 100 | 52 | 29 |
| Octal | 101 | 23 | 274 | 101 | 132 | 0 | 32 | 400 | 122 | 51 |
| Binary | 1000001 | 10011 | 10111100 | 1000001 | 1011010 | 0 | 11010 | 100000000 | 1010010 | 101001 |
Color Harmonies of #4113BC
Complementary color
Monochromatic Colors of #4113BC
Black with #4113BC
Text Example
Text Example
White with #4113BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4113BC; }
p { color: rgb(65,19,188); }
H1.HeaderClassName
{
color: #4113BC;
}
.AnyTagClassName
{
color: #4113BC;
}
</style>
background-color css
<style>
a { background-color: #4113BC; }
a { background-color: rgb(65,19,188); }
div.DivClassName
{
background-color: #4113BC;
}
.BgClassName
{
background-color: #4113BC;
}
</style>
border-color css
<style>
span { border-color: #4113BC; }
span { border-color: rgb(65,19,188); }
td.TdClassName
{
border-color: #4113BC;
}
.TagClassName
{
border-color: #4113BC;
}
</style>