Shades of Purple Heart #4320C3
Tints of Purple Heart #4320C3
RGB
CMYK
RGB Variations
Color information
#4320C3 (or 0x4320C3) is known color: Purple Heart. HEX triplet: 43, 20 and C3. RGB value is (67,32,195). Sum of RGB (Red+Green+Blue) = 67+32+195=294 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.79% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 195 (76.56% from 255 or 66.33% from 294); Max value from RGB is 195 - color contains mainly: blue. Hex color #4320C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4320C3 is #BCDF3C. Grayscale: #3C3C3C. Windows color (decimal): -12377917 or 12787779. OLE color: 12787779.
HSL color Cylindrical-coordinate representation of color #4320C3: hue angle of 252.88º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4320C3 is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 32 | 195 | - |
| CMYK | 0.66 | 0.84 | 0 | 0.24 |
| HSL | 252.88º | 0.72% | 0.45% | - |
| HSV(B) | 252.88º | 0.84% | 0.76% | - |
| XYZ | 12.68 | 6.17 | 52.15 | - |
| YUV | 61.05 | 203.6 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 32 | 195 | 0.66 | 0.84 | 0 | 0.24 | 252.88 | 0.72 | 0.45 |
| Hex | 43 | 20 | C3 | 42 | 54 | 0 | 18 | FD | 48 | 2D |
| Octal | 103 | 40 | 303 | 102 | 124 | 0 | 30 | 375 | 110 | 55 |
| Binary | 1000011 | 100000 | 11000011 | 1000010 | 1010100 | 0 | 11000 | 11111101 | 1001000 | 101101 |
Color Harmonies of #4320C3
Complementary color
Monochromatic Colors of #4320C3
Black with #4320C3
Text Example
Text Example
White with #4320C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4320C3; }
p { color: rgb(67,32,195); }
H1.HeaderClassName
{
color: #4320C3;
}
.AnyTagClassName
{
color: #4320C3;
}
</style>
background-color css
<style>
a { background-color: #4320C3; }
a { background-color: rgb(67,32,195); }
div.DivClassName
{
background-color: #4320C3;
}
.BgClassName
{
background-color: #4320C3;
}
</style>
border-color css
<style>
span { border-color: #4320C3; }
span { border-color: rgb(67,32,195); }
td.TdClassName
{
border-color: #4320C3;
}
.TagClassName
{
border-color: #4320C3;
}
</style>