Shades of Purple Heart #4C1CB3
Tints of Purple Heart #4C1CB3
RGB
CMYK
RGB Variations
Color information
#4C1CB3 (or 0x4C1CB3) is known color: Purple Heart. HEX triplet: 4C, 1C and B3. RGB value is (76,28,179). Sum of RGB (Red+Green+Blue) = 76+28+179=283 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.86% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 179 (70.31% from 255 or 63.25% from 283); Max value from RGB is 179 - color contains mainly: blue. Hex color #4C1CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C1CB3 is #B3E34C. Grayscale: #3B3B3B. Windows color (decimal): -11789133 or 11738188. OLE color: 11738188.
HSL color Cylindrical-coordinate representation of color #4C1CB3: hue angle of 259.07º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C1CB3 is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 28 | 179 | - |
| CMYK | 0.58 | 0.84 | 0 | 0.30 |
| HSL | 259.07º | 0.73% | 0.41% | - |
| HSV(B) | 259.07º | 0.84% | 0.7% | - |
| XYZ | 11.53 | 5.62 | 43.13 | - |
| YUV | 59.57 | 195.4 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 28 | 179 | 0.58 | 0.84 | 0 | 0.30 | 259.07 | 0.73 | 0.41 |
| Hex | 4C | 1C | B3 | 3A | 54 | 0 | 1E | 103 | 49 | 29 |
| Octal | 114 | 34 | 263 | 72 | 124 | 0 | 36 | 403 | 111 | 51 |
| Binary | 1001100 | 11100 | 10110011 | 111010 | 1010100 | 0 | 11110 | 100000011 | 1001001 | 101001 |
Color Harmonies of #4C1CB3
Complementary color
Monochromatic Colors of #4C1CB3
Black with #4C1CB3
Text Example
Text Example
White with #4C1CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1CB3; }
p { color: rgb(76,28,179); }
H1.HeaderClassName
{
color: #4C1CB3;
}
.AnyTagClassName
{
color: #4C1CB3;
}
</style>
background-color css
<style>
a { background-color: #4C1CB3; }
a { background-color: rgb(76,28,179); }
div.DivClassName
{
background-color: #4C1CB3;
}
.BgClassName
{
background-color: #4C1CB3;
}
</style>
border-color css
<style>
span { border-color: #4C1CB3; }
span { border-color: rgb(76,28,179); }
td.TdClassName
{
border-color: #4C1CB3;
}
.TagClassName
{
border-color: #4C1CB3;
}
</style>