Shades of Purple Heart #4414BD
Tints of Purple Heart #4414BD
RGB
CMYK
RGB Variations
Color information
#4414BD (or 0x4414BD) is known color: Purple Heart. HEX triplet: 44, 14 and BD. RGB value is (68,20,189). Sum of RGB (Red+Green+Blue) = 68+20+189=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 189 (74.22% from 255 or 68.23% from 277); Max value from RGB is 189 - color contains mainly: blue. Hex color #4414BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4414BD is #BBEB42. Grayscale: #343434. Windows color (decimal): -12315459 or 12391492. OLE color: 12391492.
HSL color Cylindrical-coordinate representation of color #4414BD: hue angle of 257.04º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4414BD is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 20 | 189 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.26 |
| HSL | 257.04º | 0.81% | 0.41% | - |
| HSV(B) | 257.04º | 0.89% | 0.74% | - |
| XYZ | 11.82 | 5.4 | 48.56 | - |
| YUV | 53.62 | 204.4 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 20 | 189 | 0.64 | 0.89 | 0 | 0.26 | 257.04 | 0.81 | 0.41 |
| Hex | 44 | 14 | BD | 40 | 59 | 0 | 1A | 101 | 51 | 29 |
| Octal | 104 | 24 | 275 | 100 | 131 | 0 | 32 | 401 | 121 | 51 |
| Binary | 1000100 | 10100 | 10111101 | 1000000 | 1011001 | 0 | 11010 | 100000001 | 1010001 | 101001 |
Color Harmonies of #4414BD
Complementary color
Monochromatic Colors of #4414BD
Black with #4414BD
Text Example
Text Example
White with #4414BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4414BD; }
p { color: rgb(68,20,189); }
H1.HeaderClassName
{
color: #4414BD;
}
.AnyTagClassName
{
color: #4414BD;
}
</style>
background-color css
<style>
a { background-color: #4414BD; }
a { background-color: rgb(68,20,189); }
div.DivClassName
{
background-color: #4414BD;
}
.BgClassName
{
background-color: #4414BD;
}
</style>
border-color css
<style>
span { border-color: #4414BD; }
span { border-color: rgb(68,20,189); }
td.TdClassName
{
border-color: #4414BD;
}
.TagClassName
{
border-color: #4414BD;
}
</style>