Shades of Purple Heart #4329B7
Tints of Purple Heart #4329B7
RGB
CMYK
RGB Variations
Color information
#4329B7 (or 0x4329B7) is known color: Purple Heart. HEX triplet: 43, 29 and B7. RGB value is (67,41,183). Sum of RGB (Red+Green+Blue) = 67+41+183=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 183 (71.88% from 255 or 62.89% from 291); Max value from RGB is 183 - color contains mainly: blue. Hex color #4329B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4329B7 is #BCD648. Grayscale: #404040. Windows color (decimal): -12375625 or 12003651. OLE color: 12003651.
HSL color Cylindrical-coordinate representation of color #4329B7: hue angle of 250.99º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4329B7 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 67 | 41 | 183 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.28 |
| HSL | 250.99º | 0.63% | 0.44% | - |
| HSV(B) | 250.99º | 0.78% | 0.72% | - |
| XYZ | 11.65 | 6.2 | 45.38 | - |
| YUV | 64.96 | 194.61 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 41 | 183 | 0.63 | 0.78 | 0 | 0.28 | 250.99 | 0.63 | 0.44 |
| Hex | 43 | 29 | B7 | 3F | 4E | 0 | 1C | FB | 3F | 2C |
| Octal | 103 | 51 | 267 | 77 | 116 | 0 | 34 | 373 | 77 | 54 |
| Binary | 1000011 | 101001 | 10110111 | 111111 | 1001110 | 0 | 11100 | 11111011 | 111111 | 101100 |
Color Harmonies of #4329B7
Complementary color
Monochromatic Colors of #4329B7
Black with #4329B7
Text Example
Text Example
White with #4329B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4329B7; }
p { color: rgb(67,41,183); }
H1.HeaderClassName
{
color: #4329B7;
}
.AnyTagClassName
{
color: #4329B7;
}
</style>
background-color css
<style>
a { background-color: #4329B7; }
a { background-color: rgb(67,41,183); }
div.DivClassName
{
background-color: #4329B7;
}
.BgClassName
{
background-color: #4329B7;
}
</style>
border-color css
<style>
span { border-color: #4329B7; }
span { border-color: rgb(67,41,183); }
td.TdClassName
{
border-color: #4329B7;
}
.TagClassName
{
border-color: #4329B7;
}
</style>