Shades of Purple Heart #4D33BE
Tints of Purple Heart #4D33BE
RGB
CMYK
RGB Variations
Color information
#4D33BE (or 0x4D33BE) is known color: Purple Heart. HEX triplet: 4D, 33 and BE. RGB value is (77,51,190). Sum of RGB (Red+Green+Blue) = 77+51+190=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D33BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D33BE is #B2CC41. Grayscale: #4A4A4A. Windows color (decimal): -11717698 or 12464973. OLE color: 12464973.
HSL color Cylindrical-coordinate representation of color #4D33BE: hue angle of 251.22º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D33BE is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 51 | 190 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.25 |
| HSL | 251.22º | 0.58% | 0.47% | - |
| HSV(B) | 251.22º | 0.73% | 0.75% | - |
| XYZ | 13.54 | 7.66 | 49.48 | - |
| YUV | 74.62 | 193.11 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 190 | 0.59 | 0.73 | 0 | 0.25 | 251.22 | 0.58 | 0.47 |
| Hex | 4D | 33 | BE | 3B | 49 | 0 | 19 | FB | 3A | 2F |
| Octal | 115 | 63 | 276 | 73 | 111 | 0 | 31 | 373 | 72 | 57 |
| Binary | 1001101 | 110011 | 10111110 | 111011 | 1001001 | 0 | 11001 | 11111011 | 111010 | 101111 |
Color Harmonies of #4D33BE
Complementary color
Monochromatic Colors of #4D33BE
Black with #4D33BE
Text Example
Text Example
White with #4D33BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D33BE; }
p { color: rgb(77,51,190); }
H1.HeaderClassName
{
color: #4D33BE;
}
.AnyTagClassName
{
color: #4D33BE;
}
</style>
background-color css
<style>
a { background-color: #4D33BE; }
a { background-color: rgb(77,51,190); }
div.DivClassName
{
background-color: #4D33BE;
}
.BgClassName
{
background-color: #4D33BE;
}
</style>
border-color css
<style>
span { border-color: #4D33BE; }
span { border-color: rgb(77,51,190); }
td.TdClassName
{
border-color: #4D33BE;
}
.TagClassName
{
border-color: #4D33BE;
}
</style>