Shades of Purple Heart #4331BB
Tints of Purple Heart #4331BB
RGB
CMYK
RGB Variations
Color information
#4331BB (or 0x4331BB) is known color: Purple Heart. HEX triplet: 43, 31 and BB. RGB value is (67,49,187). Sum of RGB (Red+Green+Blue) = 67+49+187=303 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.11% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #4331BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4331BB is #BCCE44. Grayscale: #454545. Windows color (decimal): -12373573 or 12267843. OLE color: 12267843.
HSL color Cylindrical-coordinate representation of color #4331BB: hue angle of 247.83º 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 #4331BB is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 49 | 187 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.27 |
| HSL | 247.83º | 0.58% | 0.46% | - |
| HSV(B) | 247.83º | 0.74% | 0.73% | - |
| XYZ | 12.38 | 6.98 | 47.71 | - |
| YUV | 70.11 | 193.96 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 49 | 187 | 0.64 | 0.74 | 0 | 0.27 | 247.83 | 0.58 | 0.46 |
| Hex | 43 | 31 | BB | 40 | 4A | 0 | 1B | F8 | 3A | 2E |
| Octal | 103 | 61 | 273 | 100 | 112 | 0 | 33 | 370 | 72 | 56 |
| Binary | 1000011 | 110001 | 10111011 | 1000000 | 1001010 | 0 | 11011 | 11111000 | 111010 | 101110 |
Color Harmonies of #4331BB
Complementary color
Monochromatic Colors of #4331BB
Black with #4331BB
Text Example
Text Example
White with #4331BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4331BB; }
p { color: rgb(67,49,187); }
H1.HeaderClassName
{
color: #4331BB;
}
.AnyTagClassName
{
color: #4331BB;
}
</style>
background-color css
<style>
a { background-color: #4331BB; }
a { background-color: rgb(67,49,187); }
div.DivClassName
{
background-color: #4331BB;
}
.BgClassName
{
background-color: #4331BB;
}
</style>
border-color css
<style>
span { border-color: #4331BB; }
span { border-color: rgb(67,49,187); }
td.TdClassName
{
border-color: #4331BB;
}
.TagClassName
{
border-color: #4331BB;
}
</style>