Shades of Purple Heart #4B32CA
Tints of Purple Heart #4B32CA
RGB
CMYK
RGB Variations
Color information
#4B32CA (or 0x4B32CA) is known color: Purple Heart. HEX triplet: 4B, 32 and CA. RGB value is (75,50,202). Sum of RGB (Red+Green+Blue) = 75+50+202=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #4B32CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B32CA is #B4CD35. Grayscale: #4A4A4A. Windows color (decimal): -11849014 or 13251147. OLE color: 13251147.
HSL color Cylindrical-coordinate representation of color #4B32CA: hue angle of 249.87º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B32CA is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 50 | 202 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.21 |
| HSL | 249.87º | 0.6% | 0.49% | - |
| HSV(B) | 249.87º | 0.75% | 0.79% | - |
| XYZ | 14.7 | 8.04 | 56.65 | - |
| YUV | 74.8 | 199.78 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 50 | 202 | 0.63 | 0.75 | 0 | 0.21 | 249.87 | 0.6 | 0.49 |
| Hex | 4B | 32 | CA | 3F | 4B | 0 | 15 | FA | 3C | 31 |
| Octal | 113 | 62 | 312 | 77 | 113 | 0 | 25 | 372 | 74 | 61 |
| Binary | 1001011 | 110010 | 11001010 | 111111 | 1001011 | 0 | 10101 | 11111010 | 111100 | 110001 |
Color Harmonies of #4B32CA
Complementary color
Monochromatic Colors of #4B32CA
Black with #4B32CA
Text Example
Text Example
White with #4B32CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B32CA; }
p { color: rgb(75,50,202); }
H1.HeaderClassName
{
color: #4B32CA;
}
.AnyTagClassName
{
color: #4B32CA;
}
</style>
background-color css
<style>
a { background-color: #4B32CA; }
a { background-color: rgb(75,50,202); }
div.DivClassName
{
background-color: #4B32CA;
}
.BgClassName
{
background-color: #4B32CA;
}
</style>
border-color css
<style>
span { border-color: #4B32CA; }
span { border-color: rgb(75,50,202); }
td.TdClassName
{
border-color: #4B32CA;
}
.TagClassName
{
border-color: #4B32CA;
}
</style>