Shades of Purple Heart #4413BE
Tints of Purple Heart #4413BE
RGB
CMYK
RGB Variations
Color information
#4413BE (or 0x4413BE) is known color: Purple Heart. HEX triplet: 44, 13 and BE. RGB value is (68,19,190). Sum of RGB (Red+Green+Blue) = 68+19+190=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 190 (74.61% from 255 or 68.59% from 277); Max value from RGB is 190 - color contains mainly: blue. Hex color #4413BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4413BE is #BBEC41. Grayscale: #343434. Windows color (decimal): -12315714 or 12456772. OLE color: 12456772.
HSL color Cylindrical-coordinate representation of color #4413BE: hue angle of 257.19º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4413BE is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 19 | 190 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.25 |
| HSL | 257.19º | 0.82% | 0.41% | - |
| HSV(B) | 257.19º | 0.9% | 0.75% | - |
| XYZ | 11.91 | 5.41 | 49.13 | - |
| YUV | 53.15 | 205.23 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 19 | 190 | 0.64 | 0.90 | 0 | 0.25 | 257.19 | 0.82 | 0.41 |
| Hex | 44 | 13 | BE | 40 | 5A | 0 | 19 | 101 | 52 | 29 |
| Octal | 104 | 23 | 276 | 100 | 132 | 0 | 31 | 401 | 122 | 51 |
| Binary | 1000100 | 10011 | 10111110 | 1000000 | 1011010 | 0 | 11001 | 100000001 | 1010010 | 101001 |
Color Harmonies of #4413BE
Complementary color
Monochromatic Colors of #4413BE
Black with #4413BE
Text Example
Text Example
White with #4413BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4413BE; }
p { color: rgb(68,19,190); }
H1.HeaderClassName
{
color: #4413BE;
}
.AnyTagClassName
{
color: #4413BE;
}
</style>
background-color css
<style>
a { background-color: #4413BE; }
a { background-color: rgb(68,19,190); }
div.DivClassName
{
background-color: #4413BE;
}
.BgClassName
{
background-color: #4413BE;
}
</style>
border-color css
<style>
span { border-color: #4413BE; }
span { border-color: rgb(68,19,190); }
td.TdClassName
{
border-color: #4413BE;
}
.TagClassName
{
border-color: #4413BE;
}
</style>