Shades of Purple Heart #4D33AF
Tints of Purple Heart #4D33AF
RGB
CMYK
RGB Variations
Color information
#4D33AF (or 0x4D33AF) is known color: Purple Heart. HEX triplet: 4D, 33 and AF. RGB value is (77,51,175). Sum of RGB (Red+Green+Blue) = 77+51+175=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #4D33AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D33AF is #B2CC50. Grayscale: #484848. Windows color (decimal): -11717713 or 11481933. OLE color: 11481933.
HSL color Cylindrical-coordinate representation of color #4D33AF: hue angle of 252.58º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D33AF is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 51 | 175 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.31 |
| HSL | 252.58º | 0.55% | 0.44% | - |
| HSV(B) | 252.58º | 0.71% | 0.69% | - |
| XYZ | 11.98 | 7.04 | 41.28 | - |
| YUV | 72.91 | 185.61 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 175 | 0.56 | 0.71 | 0 | 0.31 | 252.58 | 0.55 | 0.44 |
| Hex | 4D | 33 | AF | 38 | 47 | 0 | 1F | FD | 37 | 2C |
| Octal | 115 | 63 | 257 | 70 | 107 | 0 | 37 | 375 | 67 | 54 |
| Binary | 1001101 | 110011 | 10101111 | 111000 | 1000111 | 0 | 11111 | 11111101 | 110111 | 101100 |
Color Harmonies of #4D33AF
Complementary color
Monochromatic Colors of #4D33AF
Black with #4D33AF
Text Example
Text Example
White with #4D33AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D33AF; }
p { color: rgb(77,51,175); }
H1.HeaderClassName
{
color: #4D33AF;
}
.AnyTagClassName
{
color: #4D33AF;
}
</style>
background-color css
<style>
a { background-color: #4D33AF; }
a { background-color: rgb(77,51,175); }
div.DivClassName
{
background-color: #4D33AF;
}
.BgClassName
{
background-color: #4D33AF;
}
</style>
border-color css
<style>
span { border-color: #4D33AF; }
span { border-color: rgb(77,51,175); }
td.TdClassName
{
border-color: #4D33AF;
}
.TagClassName
{
border-color: #4D33AF;
}
</style>