Shades of Purple Heart #4414B6
Tints of Purple Heart #4414B6
RGB
CMYK
RGB Variations
Color information
#4414B6 (or 0x4414B6) is known color: Purple Heart. HEX triplet: 44, 14 and B6. RGB value is (68,20,182). Sum of RGB (Red+Green+Blue) = 68+20+182=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 182 (71.48% from 255 or 67.41% from 270); Max value from RGB is 182 - color contains mainly: blue. Hex color #4414B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4414B6 is #BBEB49. Grayscale: #343434. Windows color (decimal): -12315466 or 11932740. OLE color: 11932740.
HSL color Cylindrical-coordinate representation of color #4414B6: hue angle of 257.78º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4414B6 is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 20 | 182 | - |
| CMYK | 0.63 | 0.89 | 0 | 0.29 |
| HSL | 257.78º | 0.8% | 0.4% | - |
| HSV(B) | 257.78º | 0.89% | 0.71% | - |
| XYZ | 11.08 | 5.11 | 44.66 | - |
| YUV | 52.82 | 200.9 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 20 | 182 | 0.63 | 0.89 | 0 | 0.29 | 257.78 | 0.8 | 0.4 |
| Hex | 44 | 14 | B6 | 3F | 59 | 0 | 1D | 102 | 50 | 28 |
| Octal | 104 | 24 | 266 | 77 | 131 | 0 | 35 | 402 | 120 | 50 |
| Binary | 1000100 | 10100 | 10110110 | 111111 | 1011001 | 0 | 11101 | 100000010 | 1010000 | 101000 |
Color Harmonies of #4414B6
Complementary color
Monochromatic Colors of #4414B6
Black with #4414B6
Text Example
Text Example
White with #4414B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4414B6; }
p { color: rgb(68,20,182); }
H1.HeaderClassName
{
color: #4414B6;
}
.AnyTagClassName
{
color: #4414B6;
}
</style>
background-color css
<style>
a { background-color: #4414B6; }
a { background-color: rgb(68,20,182); }
div.DivClassName
{
background-color: #4414B6;
}
.BgClassName
{
background-color: #4414B6;
}
</style>
border-color css
<style>
span { border-color: #4414B6; }
span { border-color: rgb(68,20,182); }
td.TdClassName
{
border-color: #4414B6;
}
.TagClassName
{
border-color: #4414B6;
}
</style>