Shades of Purple Heart #4C33B4
Tints of Purple Heart #4C33B4
RGB
CMYK
RGB Variations
Color information
#4C33B4 (or 0x4C33B4) is known color: Purple Heart. HEX triplet: 4C, 33 and B4. RGB value is (76,51,180). Sum of RGB (Red+Green+Blue) = 76+51+180=307 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.76% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 180 (70.70% from 255 or 58.63% from 307); Max value from RGB is 180 - color contains mainly: blue. Hex color #4C33B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C33B4 is #B3CC4B. Grayscale: #484848. Windows color (decimal): -11783244 or 11809612. OLE color: 11809612.
HSL color Cylindrical-coordinate representation of color #4C33B4: hue angle of 251.63º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C33B4 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 51 | 180 | - |
| CMYK | 0.58 | 0.72 | 0 | 0.29 |
| HSL | 251.63º | 0.56% | 0.45% | - |
| HSV(B) | 251.63º | 0.72% | 0.71% | - |
| XYZ | 12.4 | 7.2 | 43.92 | - |
| YUV | 73.18 | 188.28 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 51 | 180 | 0.58 | 0.72 | 0 | 0.29 | 251.63 | 0.56 | 0.45 |
| Hex | 4C | 33 | B4 | 3A | 48 | 0 | 1D | FC | 38 | 2D |
| Octal | 114 | 63 | 264 | 72 | 110 | 0 | 35 | 374 | 70 | 55 |
| Binary | 1001100 | 110011 | 10110100 | 111010 | 1001000 | 0 | 11101 | 11111100 | 111000 | 101101 |
Color Harmonies of #4C33B4
Complementary color
Monochromatic Colors of #4C33B4
Black with #4C33B4
Text Example
Text Example
White with #4C33B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C33B4; }
p { color: rgb(76,51,180); }
H1.HeaderClassName
{
color: #4C33B4;
}
.AnyTagClassName
{
color: #4C33B4;
}
</style>
background-color css
<style>
a { background-color: #4C33B4; }
a { background-color: rgb(76,51,180); }
div.DivClassName
{
background-color: #4C33B4;
}
.BgClassName
{
background-color: #4C33B4;
}
</style>
border-color css
<style>
span { border-color: #4C33B4; }
span { border-color: rgb(76,51,180); }
td.TdClassName
{
border-color: #4C33B4;
}
.TagClassName
{
border-color: #4C33B4;
}
</style>