Shades of Purple Heart #4C32CB
Tints of Purple Heart #4C32CB
RGB
CMYK
RGB Variations
Color information
#4C32CB (or 0x4C32CB) is known color: Purple Heart. HEX triplet: 4C, 32 and CB. RGB value is (76,50,203). Sum of RGB (Red+Green+Blue) = 76+50+203=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C32CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C32CB is #B3CD34. Grayscale: #4A4A4A. Windows color (decimal): -11783477 or 13316684. OLE color: 13316684.
HSL color Cylindrical-coordinate representation of color #4C32CB: hue angle of 250.2º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C32CB is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 50 | 203 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.20 |
| HSL | 250.2º | 0.6% | 0.5% | - |
| HSV(B) | 250.2º | 0.75% | 0.8% | - |
| XYZ | 14.9 | 8.13 | 57.28 | - |
| YUV | 75.22 | 200.11 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 50 | 203 | 0.63 | 0.75 | 0 | 0.20 | 250.2 | 0.6 | 0.5 |
| Hex | 4C | 32 | CB | 3F | 4B | 0 | 14 | FA | 3C | 32 |
| Octal | 114 | 62 | 313 | 77 | 113 | 0 | 24 | 372 | 74 | 62 |
| Binary | 1001100 | 110010 | 11001011 | 111111 | 1001011 | 0 | 10100 | 11111010 | 111100 | 110010 |
Color Harmonies of #4C32CB
Complementary color
Monochromatic Colors of #4C32CB
Black with #4C32CB
Text Example
Text Example
White with #4C32CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C32CB; }
p { color: rgb(76,50,203); }
H1.HeaderClassName
{
color: #4C32CB;
}
.AnyTagClassName
{
color: #4C32CB;
}
</style>
background-color css
<style>
a { background-color: #4C32CB; }
a { background-color: rgb(76,50,203); }
div.DivClassName
{
background-color: #4C32CB;
}
.BgClassName
{
background-color: #4C32CB;
}
</style>
border-color css
<style>
span { border-color: #4C32CB; }
span { border-color: rgb(76,50,203); }
td.TdClassName
{
border-color: #4C32CB;
}
.TagClassName
{
border-color: #4C32CB;
}
</style>