Shades of Purple Heart #4D33BD
Tints of Purple Heart #4D33BD
RGB
CMYK
RGB Variations
Color information
#4D33BD (or 0x4D33BD) is known color: Purple Heart. HEX triplet: 4D, 33 and BD. RGB value is (77,51,189). Sum of RGB (Red+Green+Blue) = 77+51+189=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D33BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D33BD is #B2CC42. Grayscale: #494949. Windows color (decimal): -11717699 or 12399437. OLE color: 12399437.
HSL color Cylindrical-coordinate representation of color #4D33BD: hue angle of 251.3º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D33BD is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 51 | 189 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.26 |
| HSL | 251.3º | 0.58% | 0.47% | - |
| HSV(B) | 251.3º | 0.73% | 0.74% | - |
| XYZ | 13.43 | 7.62 | 48.91 | - |
| YUV | 74.51 | 192.61 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 189 | 0.59 | 0.73 | 0 | 0.26 | 251.3 | 0.58 | 0.47 |
| Hex | 4D | 33 | BD | 3B | 49 | 0 | 1A | FB | 3A | 2F |
| Octal | 115 | 63 | 275 | 73 | 111 | 0 | 32 | 373 | 72 | 57 |
| Binary | 1001101 | 110011 | 10111101 | 111011 | 1001001 | 0 | 11010 | 11111011 | 111010 | 101111 |
Color Harmonies of #4D33BD
Complementary color
Monochromatic Colors of #4D33BD
Black with #4D33BD
Text Example
Text Example
White with #4D33BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D33BD; }
p { color: rgb(77,51,189); }
H1.HeaderClassName
{
color: #4D33BD;
}
.AnyTagClassName
{
color: #4D33BD;
}
</style>
background-color css
<style>
a { background-color: #4D33BD; }
a { background-color: rgb(77,51,189); }
div.DivClassName
{
background-color: #4D33BD;
}
.BgClassName
{
background-color: #4D33BD;
}
</style>
border-color css
<style>
span { border-color: #4D33BD; }
span { border-color: rgb(77,51,189); }
td.TdClassName
{
border-color: #4D33BD;
}
.TagClassName
{
border-color: #4D33BD;
}
</style>