Shades of Purple Heart #432EC5
Tints of Purple Heart #432EC5
RGB
CMYK
RGB Variations
Color information
#432EC5 (or 0x432EC5) is known color: Purple Heart. HEX triplet: 43, 2E and C5. RGB value is (67,46,197). Sum of RGB (Red+Green+Blue) = 67+46+197=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 197 (77.34% from 255 or 63.55% from 310); Max value from RGB is 197 - color contains mainly: blue. Hex color #432EC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432EC5 is #BCD13A. Grayscale: #444444. Windows color (decimal): -12374331 or 12922435. OLE color: 12922435.
HSL color Cylindrical-coordinate representation of color #432EC5: hue angle of 248.34º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #432EC5 is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 46 | 197 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.23 |
| HSL | 248.34º | 0.62% | 0.48% | - |
| HSV(B) | 248.34º | 0.77% | 0.77% | - |
| XYZ | 13.37 | 7.18 | 53.5 | - |
| YUV | 69.49 | 199.96 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 197 | 0.66 | 0.77 | 0 | 0.23 | 248.34 | 0.62 | 0.48 |
| Hex | 43 | 2E | C5 | 42 | 4D | 0 | 17 | F8 | 3E | 30 |
| Octal | 103 | 56 | 305 | 102 | 115 | 0 | 27 | 370 | 76 | 60 |
| Binary | 1000011 | 101110 | 11000101 | 1000010 | 1001101 | 0 | 10111 | 11111000 | 111110 | 110000 |
Color Harmonies of #432EC5
Complementary color
Monochromatic Colors of #432EC5
Black with #432EC5
Text Example
Text Example
White with #432EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432EC5; }
p { color: rgb(67,46,197); }
H1.HeaderClassName
{
color: #432EC5;
}
.AnyTagClassName
{
color: #432EC5;
}
</style>
background-color css
<style>
a { background-color: #432EC5; }
a { background-color: rgb(67,46,197); }
div.DivClassName
{
background-color: #432EC5;
}
.BgClassName
{
background-color: #432EC5;
}
</style>
border-color css
<style>
span { border-color: #432EC5; }
span { border-color: rgb(67,46,197); }
td.TdClassName
{
border-color: #432EC5;
}
.TagClassName
{
border-color: #432EC5;
}
</style>