Shades of Purple Heart #4431BB
Tints of Purple Heart #4431BB
RGB
CMYK
RGB Variations
Color information
#4431BB (or 0x4431BB) is known color: Purple Heart. HEX triplet: 44, 31 and BB. RGB value is (68,49,187). Sum of RGB (Red+Green+Blue) = 68+49+187=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #4431BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4431BB is #BBCE44. Grayscale: #454545. Windows color (decimal): -12308037 or 12267844. OLE color: 12267844.
HSL color Cylindrical-coordinate representation of color #4431BB: hue angle of 248.26º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4431BB is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 49 | 187 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.27 |
| HSL | 248.26º | 0.58% | 0.46% | - |
| HSV(B) | 248.26º | 0.74% | 0.73% | - |
| XYZ | 12.45 | 7.01 | 47.71 | - |
| YUV | 70.41 | 193.79 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 49 | 187 | 0.64 | 0.74 | 0 | 0.27 | 248.26 | 0.58 | 0.46 |
| Hex | 44 | 31 | BB | 40 | 4A | 0 | 1B | F8 | 3A | 2E |
| Octal | 104 | 61 | 273 | 100 | 112 | 0 | 33 | 370 | 72 | 56 |
| Binary | 1000100 | 110001 | 10111011 | 1000000 | 1001010 | 0 | 11011 | 11111000 | 111010 | 101110 |
Color Harmonies of #4431BB
Complementary color
Monochromatic Colors of #4431BB
Black with #4431BB
Text Example
Text Example
White with #4431BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4431BB; }
p { color: rgb(68,49,187); }
H1.HeaderClassName
{
color: #4431BB;
}
.AnyTagClassName
{
color: #4431BB;
}
</style>
background-color css
<style>
a { background-color: #4431BB; }
a { background-color: rgb(68,49,187); }
div.DivClassName
{
background-color: #4431BB;
}
.BgClassName
{
background-color: #4431BB;
}
</style>
border-color css
<style>
span { border-color: #4431BB; }
span { border-color: rgb(68,49,187); }
td.TdClassName
{
border-color: #4431BB;
}
.TagClassName
{
border-color: #4431BB;
}
</style>