Shades of Purple Heart #4332BB
Tints of Purple Heart #4332BB
RGB
CMYK
RGB Variations
Color information
#4332BB (or 0x4332BB) is known color: Purple Heart. HEX triplet: 43, 32 and BB. RGB value is (67,50,187). Sum of RGB (Red+Green+Blue) = 67+50+187=304 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.04% from 304); Green value is 50 (19.92% from 255 or 16.45% 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 #4332BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4332BB is #BCCD44. Grayscale: #464646. Windows color (decimal): -12373317 or 12268099. OLE color: 12268099.
HSL color Cylindrical-coordinate representation of color #4332BB: hue angle of 247.45º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4332BB is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 50 | 187 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.27 |
| HSL | 247.45º | 0.58% | 0.46% | - |
| HSV(B) | 247.45º | 0.73% | 0.73% | - |
| XYZ | 12.42 | 7.06 | 47.72 | - |
| YUV | 70.7 | 193.63 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 50 | 187 | 0.64 | 0.73 | 0 | 0.27 | 247.45 | 0.58 | 0.46 |
| Hex | 43 | 32 | BB | 40 | 49 | 0 | 1B | F7 | 3A | 2E |
| Octal | 103 | 62 | 273 | 100 | 111 | 0 | 33 | 367 | 72 | 56 |
| Binary | 1000011 | 110010 | 10111011 | 1000000 | 1001001 | 0 | 11011 | 11110111 | 111010 | 101110 |
Color Harmonies of #4332BB
Complementary color
Monochromatic Colors of #4332BB
Black with #4332BB
Text Example
Text Example
White with #4332BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4332BB; }
p { color: rgb(67,50,187); }
H1.HeaderClassName
{
color: #4332BB;
}
.AnyTagClassName
{
color: #4332BB;
}
</style>
background-color css
<style>
a { background-color: #4332BB; }
a { background-color: rgb(67,50,187); }
div.DivClassName
{
background-color: #4332BB;
}
.BgClassName
{
background-color: #4332BB;
}
</style>
border-color css
<style>
span { border-color: #4332BB; }
span { border-color: rgb(67,50,187); }
td.TdClassName
{
border-color: #4332BB;
}
.TagClassName
{
border-color: #4332BB;
}
</style>