Shades of Purple Heart #4C21B3
Tints of Purple Heart #4C21B3
RGB
CMYK
RGB Variations
Color information
#4C21B3 (or 0x4C21B3) is known color: Purple Heart. HEX triplet: 4C, 21 and B3. RGB value is (76,33,179). Sum of RGB (Red+Green+Blue) = 76+33+179=288 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.39% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 179 (70.31% from 255 or 62.15% from 288); Max value from RGB is 179 - color contains mainly: blue. Hex color #4C21B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C21B3 is #B3DE4C. Grayscale: #3D3D3D. Windows color (decimal): -11787853 or 11739468. OLE color: 11739468.
HSL color Cylindrical-coordinate representation of color #4C21B3: hue angle of 257.67º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C21B3 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 33 | 179 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.30 |
| HSL | 257.67º | 0.69% | 0.42% | - |
| HSV(B) | 257.67º | 0.82% | 0.7% | - |
| XYZ | 11.66 | 5.88 | 43.17 | - |
| YUV | 62.5 | 193.75 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 33 | 179 | 0.58 | 0.82 | 0 | 0.30 | 257.67 | 0.69 | 0.42 |
| Hex | 4C | 21 | B3 | 3A | 52 | 0 | 1E | 102 | 45 | 2A |
| Octal | 114 | 41 | 263 | 72 | 122 | 0 | 36 | 402 | 105 | 52 |
| Binary | 1001100 | 100001 | 10110011 | 111010 | 1010010 | 0 | 11110 | 100000010 | 1000101 | 101010 |
Color Harmonies of #4C21B3
Complementary color
Monochromatic Colors of #4C21B3
Black with #4C21B3
Text Example
Text Example
White with #4C21B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C21B3; }
p { color: rgb(76,33,179); }
H1.HeaderClassName
{
color: #4C21B3;
}
.AnyTagClassName
{
color: #4C21B3;
}
</style>
background-color css
<style>
a { background-color: #4C21B3; }
a { background-color: rgb(76,33,179); }
div.DivClassName
{
background-color: #4C21B3;
}
.BgClassName
{
background-color: #4C21B3;
}
</style>
border-color css
<style>
span { border-color: #4C21B3; }
span { border-color: rgb(76,33,179); }
td.TdClassName
{
border-color: #4C21B3;
}
.TagClassName
{
border-color: #4C21B3;
}
</style>