Shades of Purple Heart #4D22BD
Tints of Purple Heart #4D22BD
RGB
CMYK
RGB Variations
Color information
#4D22BD (or 0x4D22BD) is known color: Purple Heart. HEX triplet: 4D, 22 and BD. RGB value is (77,34,189). Sum of RGB (Red+Green+Blue) = 77+34+189=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 189 (74.22% from 255 or 63% from 300); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D22BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D22BD is #B2DD42. Grayscale: #3F3F3F. Windows color (decimal): -11722051 or 12395085. OLE color: 12395085.
HSL color Cylindrical-coordinate representation of color #4D22BD: hue angle of 256.65º 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 #4D22BD is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 34 | 189 | - |
| CMYK | 0.59 | 0.82 | 0 | 0.26 |
| HSL | 256.65º | 0.7% | 0.44% | - |
| HSV(B) | 256.65º | 0.82% | 0.74% | - |
| XYZ | 12.82 | 6.4 | 48.7 | - |
| YUV | 64.53 | 198.25 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 189 | 0.59 | 0.82 | 0 | 0.26 | 256.65 | 0.7 | 0.44 |
| Hex | 4D | 22 | BD | 3B | 52 | 0 | 1A | 101 | 46 | 2C |
| Octal | 115 | 42 | 275 | 73 | 122 | 0 | 32 | 401 | 106 | 54 |
| Binary | 1001101 | 100010 | 10111101 | 111011 | 1010010 | 0 | 11010 | 100000001 | 1000110 | 101100 |
Color Harmonies of #4D22BD
Complementary color
Monochromatic Colors of #4D22BD
Black with #4D22BD
Text Example
Text Example
White with #4D22BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D22BD; }
p { color: rgb(77,34,189); }
H1.HeaderClassName
{
color: #4D22BD;
}
.AnyTagClassName
{
color: #4D22BD;
}
</style>
background-color css
<style>
a { background-color: #4D22BD; }
a { background-color: rgb(77,34,189); }
div.DivClassName
{
background-color: #4D22BD;
}
.BgClassName
{
background-color: #4D22BD;
}
</style>
border-color css
<style>
span { border-color: #4D22BD; }
span { border-color: rgb(77,34,189); }
td.TdClassName
{
border-color: #4D22BD;
}
.TagClassName
{
border-color: #4D22BD;
}
</style>