Shades of Purple Heart #4D39CA
Tints of Purple Heart #4D39CA
RGB
CMYK
RGB Variations
Color information
#4D39CA (or 0x4D39CA) is known color: Purple Heart. HEX triplet: 4D, 39 and CA. RGB value is (77,57,202). Sum of RGB (Red+Green+Blue) = 77+57+202=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 202 (79.30% from 255 or 60.12% from 336); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D39CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D39CA is #B2C635. Grayscale: #4E4E4E. Windows color (decimal): -11716150 or 13252941. OLE color: 13252941.
HSL color Cylindrical-coordinate representation of color #4D39CA: hue angle of 248.28º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D39CA is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 57 | 202 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.21 |
| HSL | 248.28º | 0.58% | 0.51% | - |
| HSV(B) | 248.28º | 0.72% | 0.79% | - |
| XYZ | 15.18 | 8.77 | 56.77 | - |
| YUV | 79.51 | 197.13 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 57 | 202 | 0.62 | 0.72 | 0 | 0.21 | 248.28 | 0.58 | 0.51 |
| Hex | 4D | 39 | CA | 3E | 48 | 0 | 15 | F8 | 3A | 33 |
| Octal | 115 | 71 | 312 | 76 | 110 | 0 | 25 | 370 | 72 | 63 |
| Binary | 1001101 | 111001 | 11001010 | 111110 | 1001000 | 0 | 10101 | 11111000 | 111010 | 110011 |
Color Harmonies of #4D39CA
Complementary color
Monochromatic Colors of #4D39CA
Black with #4D39CA
Text Example
Text Example
White with #4D39CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D39CA; }
p { color: rgb(77,57,202); }
H1.HeaderClassName
{
color: #4D39CA;
}
.AnyTagClassName
{
color: #4D39CA;
}
</style>
background-color css
<style>
a { background-color: #4D39CA; }
a { background-color: rgb(77,57,202); }
div.DivClassName
{
background-color: #4D39CA;
}
.BgClassName
{
background-color: #4D39CA;
}
</style>
border-color css
<style>
span { border-color: #4D39CA; }
span { border-color: rgb(77,57,202); }
td.TdClassName
{
border-color: #4D39CA;
}
.TagClassName
{
border-color: #4D39CA;
}
</style>