Shades of Purple Heart #4C22BD
Tints of Purple Heart #4C22BD
RGB
CMYK
RGB Variations
Color information
#4C22BD (or 0x4C22BD) is known color: Purple Heart. HEX triplet: 4C, 22 and BD. RGB value is (76,34,189). Sum of RGB (Red+Green+Blue) = 76+34+189=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 189 (74.22% from 255 or 63.21% from 299); Max value from RGB is 189 - color contains mainly: blue. Hex color #4C22BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C22BD is #B3DD42. Grayscale: #3F3F3F. Windows color (decimal): -11787587 or 12395084. OLE color: 12395084.
HSL color Cylindrical-coordinate representation of color #4C22BD: hue angle of 256.26º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C22BD is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 34 | 189 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.26 |
| HSL | 256.26º | 0.7% | 0.44% | - |
| HSV(B) | 256.26º | 0.82% | 0.74% | - |
| XYZ | 12.74 | 6.35 | 48.7 | - |
| YUV | 64.23 | 198.41 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 34 | 189 | 0.60 | 0.82 | 0 | 0.26 | 256.26 | 0.7 | 0.44 |
| Hex | 4C | 22 | BD | 3C | 52 | 0 | 1A | 100 | 46 | 2C |
| Octal | 114 | 42 | 275 | 74 | 122 | 0 | 32 | 400 | 106 | 54 |
| Binary | 1001100 | 100010 | 10111101 | 111100 | 1010010 | 0 | 11010 | 100000000 | 1000110 | 101100 |
Color Harmonies of #4C22BD
Complementary color
Monochromatic Colors of #4C22BD
Black with #4C22BD
Text Example
Text Example
White with #4C22BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C22BD; }
p { color: rgb(76,34,189); }
H1.HeaderClassName
{
color: #4C22BD;
}
.AnyTagClassName
{
color: #4C22BD;
}
</style>
background-color css
<style>
a { background-color: #4C22BD; }
a { background-color: rgb(76,34,189); }
div.DivClassName
{
background-color: #4C22BD;
}
.BgClassName
{
background-color: #4C22BD;
}
</style>
border-color css
<style>
span { border-color: #4C22BD; }
span { border-color: rgb(76,34,189); }
td.TdClassName
{
border-color: #4C22BD;
}
.TagClassName
{
border-color: #4C22BD;
}
</style>