Shades of Purple Heart #432CC1
Tints of Purple Heart #432CC1
RGB
CMYK
RGB Variations
Color information
#432CC1 (or 0x432CC1) is known color: Purple Heart. HEX triplet: 43, 2C and C1. RGB value is (67,44,193). Sum of RGB (Red+Green+Blue) = 67+44+193=304 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.04% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 193 (75.78% from 255 or 63.49% from 304); Max value from RGB is 193 - color contains mainly: blue. Hex color #432CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432CC1 is #BCD33E. Grayscale: #434343. Windows color (decimal): -12374847 or 12659779. OLE color: 12659779.
HSL color Cylindrical-coordinate representation of color #432CC1: hue angle of 249.26º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #432CC1 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 44 | 193 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.24 |
| HSL | 249.26º | 0.63% | 0.46% | - |
| HSV(B) | 249.26º | 0.77% | 0.76% | - |
| XYZ | 12.84 | 6.84 | 51.1 | - |
| YUV | 67.86 | 198.62 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 44 | 193 | 0.65 | 0.77 | 0 | 0.24 | 249.26 | 0.63 | 0.46 |
| Hex | 43 | 2C | C1 | 41 | 4D | 0 | 18 | F9 | 3F | 2E |
| Octal | 103 | 54 | 301 | 101 | 115 | 0 | 30 | 371 | 77 | 56 |
| Binary | 1000011 | 101100 | 11000001 | 1000001 | 1001101 | 0 | 11000 | 11111001 | 111111 | 101110 |
Color Harmonies of #432CC1
Complementary color
Monochromatic Colors of #432CC1
Black with #432CC1
Text Example
Text Example
White with #432CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432CC1; }
p { color: rgb(67,44,193); }
H1.HeaderClassName
{
color: #432CC1;
}
.AnyTagClassName
{
color: #432CC1;
}
</style>
background-color css
<style>
a { background-color: #432CC1; }
a { background-color: rgb(67,44,193); }
div.DivClassName
{
background-color: #432CC1;
}
.BgClassName
{
background-color: #432CC1;
}
</style>
border-color css
<style>
span { border-color: #432CC1; }
span { border-color: rgb(67,44,193); }
td.TdClassName
{
border-color: #432CC1;
}
.TagClassName
{
border-color: #432CC1;
}
</style>