Shades of Purple Heart #4D3BCE
Tints of Purple Heart #4D3BCE
RGB
CMYK
RGB Variations
Color information
#4D3BCE (or 0x4D3BCE) is known color: Purple Heart. HEX triplet: 4D, 3B and CE. RGB value is (77,59,206). Sum of RGB (Red+Green+Blue) = 77+59+206=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 59 (23.44% from 255 or 17.25% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D3BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3BCE is #B2C431. Grayscale: #505050. Windows color (decimal): -11715634 or 13515597. OLE color: 13515597.
HSL color Cylindrical-coordinate representation of color #4D3BCE: hue angle of 247.35º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D3BCE is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 59 | 206 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.19 |
| HSL | 247.35º | 0.6% | 0.52% | - |
| HSV(B) | 247.35º | 0.71% | 0.81% | - |
| XYZ | 15.77 | 9.16 | 59.33 | - |
| YUV | 81.14 | 198.46 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 59 | 206 | 0.63 | 0.71 | 0 | 0.19 | 247.35 | 0.6 | 0.52 |
| Hex | 4D | 3B | CE | 3F | 47 | 0 | 13 | F7 | 3C | 34 |
| Octal | 115 | 73 | 316 | 77 | 107 | 0 | 23 | 367 | 74 | 64 |
| Binary | 1001101 | 111011 | 11001110 | 111111 | 1000111 | 0 | 10011 | 11110111 | 111100 | 110100 |
Color Harmonies of #4D3BCE
Complementary color
Monochromatic Colors of #4D3BCE
Black with #4D3BCE
Text Example
Text Example
White with #4D3BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3BCE; }
p { color: rgb(77,59,206); }
H1.HeaderClassName
{
color: #4D3BCE;
}
.AnyTagClassName
{
color: #4D3BCE;
}
</style>
background-color css
<style>
a { background-color: #4D3BCE; }
a { background-color: rgb(77,59,206); }
div.DivClassName
{
background-color: #4D3BCE;
}
.BgClassName
{
background-color: #4D3BCE;
}
</style>
border-color css
<style>
span { border-color: #4D3BCE; }
span { border-color: rgb(77,59,206); }
td.TdClassName
{
border-color: #4D3BCE;
}
.TagClassName
{
border-color: #4D3BCE;
}
</style>