Shades of Purple Heart #4414BB
Tints of Purple Heart #4414BB
RGB
CMYK
RGB Variations
Color information
#4414BB (or 0x4414BB) is known color: Purple Heart. HEX triplet: 44, 14 and BB. RGB value is (68,20,187). Sum of RGB (Red+Green+Blue) = 68+20+187=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 187 (73.44% from 255 or 68% from 275); Max value from RGB is 187 - color contains mainly: blue. Hex color #4414BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4414BB is #BBEB44. Grayscale: #343434. Windows color (decimal): -12315461 or 12260420. OLE color: 12260420.
HSL color Cylindrical-coordinate representation of color #4414BB: hue angle of 257.25º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4414BB is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 20 | 187 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.27 |
| HSL | 257.25º | 0.81% | 0.41% | - |
| HSV(B) | 257.25º | 0.89% | 0.73% | - |
| XYZ | 11.6 | 5.32 | 47.43 | - |
| YUV | 53.39 | 203.4 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 20 | 187 | 0.64 | 0.89 | 0 | 0.27 | 257.25 | 0.81 | 0.41 |
| Hex | 44 | 14 | BB | 40 | 59 | 0 | 1B | 101 | 51 | 29 |
| Octal | 104 | 24 | 273 | 100 | 131 | 0 | 33 | 401 | 121 | 51 |
| Binary | 1000100 | 10100 | 10111011 | 1000000 | 1011001 | 0 | 11011 | 100000001 | 1010001 | 101001 |
Color Harmonies of #4414BB
Complementary color
Monochromatic Colors of #4414BB
Black with #4414BB
Text Example
Text Example
White with #4414BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4414BB; }
p { color: rgb(68,20,187); }
H1.HeaderClassName
{
color: #4414BB;
}
.AnyTagClassName
{
color: #4414BB;
}
</style>
background-color css
<style>
a { background-color: #4414BB; }
a { background-color: rgb(68,20,187); }
div.DivClassName
{
background-color: #4414BB;
}
.BgClassName
{
background-color: #4414BB;
}
</style>
border-color css
<style>
span { border-color: #4414BB; }
span { border-color: rgb(68,20,187); }
td.TdClassName
{
border-color: #4414BB;
}
.TagClassName
{
border-color: #4414BB;
}
</style>