Shades of Purple Heart #432BD5
Tints of Purple Heart #432BD5
RGB
CMYK
RGB Variations
Color information
#432BD5 (or 0x432BD5) is known color: Purple Heart. HEX triplet: 43, 2B and D5. RGB value is (67,43,213). Sum of RGB (Red+Green+Blue) = 67+43+213=323 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.74% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 213 (83.59% from 255 or 65.94% from 323); Max value from RGB is 213 - color contains mainly: blue. Hex color #432BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432BD5 is #BCD42A. Grayscale: #444444. Windows color (decimal): -12375083 or 13970243. OLE color: 13970243.
HSL color Cylindrical-coordinate representation of color #432BD5: hue angle of 248.47º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #432BD5 is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 43 | 213 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.16 |
| HSL | 248.47º | 0.67% | 0.5% | - |
| HSV(B) | 248.47º | 0.8% | 0.84% | - |
| XYZ | 15.19 | 7.73 | 63.64 | - |
| YUV | 69.56 | 208.95 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 43 | 213 | 0.69 | 0.80 | 0 | 0.16 | 248.47 | 0.67 | 0.5 |
| Hex | 43 | 2B | D5 | 45 | 50 | 0 | 10 | F8 | 43 | 32 |
| Octal | 103 | 53 | 325 | 105 | 120 | 0 | 20 | 370 | 103 | 62 |
| Binary | 1000011 | 101011 | 11010101 | 1000101 | 1010000 | 0 | 10000 | 11111000 | 1000011 | 110010 |
Color Harmonies of #432BD5
Complementary color
Monochromatic Colors of #432BD5
Black with #432BD5
Text Example
Text Example
White with #432BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432BD5; }
p { color: rgb(67,43,213); }
H1.HeaderClassName
{
color: #432BD5;
}
.AnyTagClassName
{
color: #432BD5;
}
</style>
background-color css
<style>
a { background-color: #432BD5; }
a { background-color: rgb(67,43,213); }
div.DivClassName
{
background-color: #432BD5;
}
.BgClassName
{
background-color: #432BD5;
}
</style>
border-color css
<style>
span { border-color: #432BD5; }
span { border-color: rgb(67,43,213); }
td.TdClassName
{
border-color: #432BD5;
}
.TagClassName
{
border-color: #432BD5;
}
</style>