Shades of Purple Heart #432CCD
Tints of Purple Heart #432CCD
RGB
CMYK
RGB Variations
Color information
#432CCD (or 0x432CCD) is known color: Purple Heart. HEX triplet: 43, 2C and CD. RGB value is (67,44,205). Sum of RGB (Red+Green+Blue) = 67+44+205=316 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.20% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #432CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432CCD is #BCD332. Grayscale: #444444. Windows color (decimal): -12374835 or 13446211. OLE color: 13446211.
HSL color Cylindrical-coordinate representation of color #432CCD: hue angle of 248.57º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #432CCD is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 44 | 205 | - |
| CMYK | 0.67 | 0.79 | 0 | 0.20 |
| HSL | 248.57º | 0.65% | 0.49% | - |
| HSV(B) | 248.57º | 0.79% | 0.8% | - |
| XYZ | 14.23 | 7.4 | 58.44 | - |
| YUV | 69.23 | 204.62 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 44 | 205 | 0.67 | 0.79 | 0 | 0.20 | 248.57 | 0.65 | 0.49 |
| Hex | 43 | 2C | CD | 43 | 4F | 0 | 14 | F9 | 41 | 31 |
| Octal | 103 | 54 | 315 | 103 | 117 | 0 | 24 | 371 | 101 | 61 |
| Binary | 1000011 | 101100 | 11001101 | 1000011 | 1001111 | 0 | 10100 | 11111001 | 1000001 | 110001 |
Color Harmonies of #432CCD
Complementary color
Monochromatic Colors of #432CCD
Black with #432CCD
Text Example
Text Example
White with #432CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432CCD; }
p { color: rgb(67,44,205); }
H1.HeaderClassName
{
color: #432CCD;
}
.AnyTagClassName
{
color: #432CCD;
}
</style>
background-color css
<style>
a { background-color: #432CCD; }
a { background-color: rgb(67,44,205); }
div.DivClassName
{
background-color: #432CCD;
}
.BgClassName
{
background-color: #432CCD;
}
</style>
border-color css
<style>
span { border-color: #432CCD; }
span { border-color: rgb(67,44,205); }
td.TdClassName
{
border-color: #432CCD;
}
.TagClassName
{
border-color: #432CCD;
}
</style>