Shades of Purple Heart #4D38CF
Tints of Purple Heart #4D38CF
RGB
CMYK
RGB Variations
Color information
#4D38CF (or 0x4D38CF) is known color: Purple Heart. HEX triplet: 4D, 38 and CF. RGB value is (77,56,207). Sum of RGB (Red+Green+Blue) = 77+56+207=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D38CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D38CF is #B2C730. Grayscale: #4E4E4E. Windows color (decimal): -11716401 or 13580365. OLE color: 13580365.
HSL color Cylindrical-coordinate representation of color #4D38CF: hue angle of 248.34º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D38CF is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 56 | 207 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.19 |
| HSL | 248.34º | 0.61% | 0.52% | - |
| HSV(B) | 248.34º | 0.73% | 0.81% | - |
| XYZ | 15.74 | 8.91 | 59.92 | - |
| YUV | 79.49 | 199.96 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 207 | 0.63 | 0.73 | 0 | 0.19 | 248.34 | 0.61 | 0.52 |
| Hex | 4D | 38 | CF | 3F | 49 | 0 | 13 | F8 | 3D | 34 |
| Octal | 115 | 70 | 317 | 77 | 111 | 0 | 23 | 370 | 75 | 64 |
| Binary | 1001101 | 111000 | 11001111 | 111111 | 1001001 | 0 | 10011 | 11111000 | 111101 | 110100 |
Color Harmonies of #4D38CF
Complementary color
Monochromatic Colors of #4D38CF
Black with #4D38CF
Text Example
Text Example
White with #4D38CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D38CF; }
p { color: rgb(77,56,207); }
H1.HeaderClassName
{
color: #4D38CF;
}
.AnyTagClassName
{
color: #4D38CF;
}
</style>
background-color css
<style>
a { background-color: #4D38CF; }
a { background-color: rgb(77,56,207); }
div.DivClassName
{
background-color: #4D38CF;
}
.BgClassName
{
background-color: #4D38CF;
}
</style>
border-color css
<style>
span { border-color: #4D38CF; }
span { border-color: rgb(77,56,207); }
td.TdClassName
{
border-color: #4D38CF;
}
.TagClassName
{
border-color: #4D38CF;
}
</style>