Shades of Purple Heart #4413BC
Tints of Purple Heart #4413BC
RGB
CMYK
RGB Variations
Color information
#4413BC (or 0x4413BC) is known color: Purple Heart. HEX triplet: 44, 13 and BC. RGB value is (68,19,188). Sum of RGB (Red+Green+Blue) = 68+19+188=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 188 (73.83% from 255 or 68.36% from 275); Max value from RGB is 188 - color contains mainly: blue. Hex color #4413BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4413BC is #BBEC43. Grayscale: #343434. Windows color (decimal): -12315716 or 12325700. OLE color: 12325700.
HSL color Cylindrical-coordinate representation of color #4413BC: hue angle of 257.4º 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 #4413BC is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 19 | 188 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.26 |
| HSL | 257.4º | 0.82% | 0.41% | - |
| HSV(B) | 257.4º | 0.9% | 0.74% | - |
| XYZ | 11.69 | 5.33 | 47.99 | - |
| YUV | 52.92 | 204.23 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 19 | 188 | 0.64 | 0.90 | 0 | 0.26 | 257.4 | 0.82 | 0.41 |
| Hex | 44 | 13 | BC | 40 | 5A | 0 | 1A | 101 | 52 | 29 |
| Octal | 104 | 23 | 274 | 100 | 132 | 0 | 32 | 401 | 122 | 51 |
| Binary | 1000100 | 10011 | 10111100 | 1000000 | 1011010 | 0 | 11010 | 100000001 | 1010010 | 101001 |
Color Harmonies of #4413BC
Complementary color
Monochromatic Colors of #4413BC
Black with #4413BC
Text Example
Text Example
White with #4413BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4413BC; }
p { color: rgb(68,19,188); }
H1.HeaderClassName
{
color: #4413BC;
}
.AnyTagClassName
{
color: #4413BC;
}
</style>
background-color css
<style>
a { background-color: #4413BC; }
a { background-color: rgb(68,19,188); }
div.DivClassName
{
background-color: #4413BC;
}
.BgClassName
{
background-color: #4413BC;
}
</style>
border-color css
<style>
span { border-color: #4413BC; }
span { border-color: rgb(68,19,188); }
td.TdClassName
{
border-color: #4413BC;
}
.TagClassName
{
border-color: #4413BC;
}
</style>