Shades of Purple Heart #4D36CF
Tints of Purple Heart #4D36CF
RGB
CMYK
RGB Variations
Color information
#4D36CF (or 0x4D36CF) is known color: Purple Heart. HEX triplet: 4D, 36 and CF. RGB value is (77,54,207). Sum of RGB (Red+Green+Blue) = 77+54+207=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D36CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D36CF is #B2C930. Grayscale: #4D4D4D. Windows color (decimal): -11716913 or 13579853. OLE color: 13579853.
HSL color Cylindrical-coordinate representation of color #4D36CF: hue angle of 249.02º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D36CF is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 54 | 207 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.19 |
| HSL | 249.02º | 0.61% | 0.51% | - |
| HSV(B) | 249.02º | 0.74% | 0.81% | - |
| XYZ | 15.64 | 8.72 | 59.89 | - |
| YUV | 78.32 | 200.62 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 54 | 207 | 0.63 | 0.74 | 0 | 0.19 | 249.02 | 0.61 | 0.51 |
| Hex | 4D | 36 | CF | 3F | 4A | 0 | 13 | F9 | 3D | 33 |
| Octal | 115 | 66 | 317 | 77 | 112 | 0 | 23 | 371 | 75 | 63 |
| Binary | 1001101 | 110110 | 11001111 | 111111 | 1001010 | 0 | 10011 | 11111001 | 111101 | 110011 |
Color Harmonies of #4D36CF
Complementary color
Monochromatic Colors of #4D36CF
Black with #4D36CF
Text Example
Text Example
White with #4D36CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D36CF; }
p { color: rgb(77,54,207); }
H1.HeaderClassName
{
color: #4D36CF;
}
.AnyTagClassName
{
color: #4D36CF;
}
</style>
background-color css
<style>
a { background-color: #4D36CF; }
a { background-color: rgb(77,54,207); }
div.DivClassName
{
background-color: #4D36CF;
}
.BgClassName
{
background-color: #4D36CF;
}
</style>
border-color css
<style>
span { border-color: #4D36CF; }
span { border-color: rgb(77,54,207); }
td.TdClassName
{
border-color: #4D36CF;
}
.TagClassName
{
border-color: #4D36CF;
}
</style>