Shades of Purple Heart #4322BD
Tints of Purple Heart #4322BD
RGB
CMYK
RGB Variations
Color information
#4322BD (or 0x4322BD) is known color: Purple Heart. HEX triplet: 43, 22 and BD. RGB value is (67,34,189). Sum of RGB (Red+Green+Blue) = 67+34+189=290 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.10% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 189 (74.22% from 255 or 65.17% from 290); Max value from RGB is 189 - color contains mainly: blue. Hex color #4322BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4322BD is #BCDD42. Grayscale: #3C3C3C. Windows color (decimal): -12377411 or 12395075. OLE color: 12395075.
HSL color Cylindrical-coordinate representation of color #4322BD: hue angle of 252.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4322BD is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 34 | 189 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.26 |
| HSL | 252.77º | 0.7% | 0.44% | - |
| HSV(B) | 252.77º | 0.82% | 0.74% | - |
| XYZ | 12.07 | 6.01 | 48.67 | - |
| YUV | 61.54 | 199.93 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 34 | 189 | 0.65 | 0.82 | 0 | 0.26 | 252.77 | 0.7 | 0.44 |
| Hex | 43 | 22 | BD | 41 | 52 | 0 | 1A | FD | 46 | 2C |
| Octal | 103 | 42 | 275 | 101 | 122 | 0 | 32 | 375 | 106 | 54 |
| Binary | 1000011 | 100010 | 10111101 | 1000001 | 1010010 | 0 | 11010 | 11111101 | 1000110 | 101100 |
Color Harmonies of #4322BD
Complementary color
Monochromatic Colors of #4322BD
Black with #4322BD
Text Example
Text Example
White with #4322BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4322BD; }
p { color: rgb(67,34,189); }
H1.HeaderClassName
{
color: #4322BD;
}
.AnyTagClassName
{
color: #4322BD;
}
</style>
background-color css
<style>
a { background-color: #4322BD; }
a { background-color: rgb(67,34,189); }
div.DivClassName
{
background-color: #4322BD;
}
.BgClassName
{
background-color: #4322BD;
}
</style>
border-color css
<style>
span { border-color: #4322BD; }
span { border-color: rgb(67,34,189); }
td.TdClassName
{
border-color: #4322BD;
}
.TagClassName
{
border-color: #4322BD;
}
</style>