Shades of Purple Heart #4D23B6
Tints of Purple Heart #4D23B6
RGB
CMYK
RGB Variations
Color information
#4D23B6 (or 0x4D23B6) is known color: Purple Heart. HEX triplet: 4D, 23 and B6. RGB value is (77,35,182). Sum of RGB (Red+Green+Blue) = 77+35+182=294 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.19% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 182 (71.48% from 255 or 61.90% from 294); Max value from RGB is 182 - color contains mainly: blue. Hex color #4D23B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D23B6 is #B2DC49. Grayscale: #3F3F3F. Windows color (decimal): -11721802 or 11936589. OLE color: 11936589.
HSL color Cylindrical-coordinate representation of color #4D23B6: hue angle of 257.14º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D23B6 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 35 | 182 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.29 |
| HSL | 257.14º | 0.68% | 0.43% | - |
| HSV(B) | 257.14º | 0.81% | 0.71% | - |
| XYZ | 12.11 | 6.16 | 44.81 | - |
| YUV | 64.32 | 194.41 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 182 | 0.58 | 0.81 | 0 | 0.29 | 257.14 | 0.68 | 0.43 |
| Hex | 4D | 23 | B6 | 3A | 51 | 0 | 1D | 101 | 44 | 2B |
| Octal | 115 | 43 | 266 | 72 | 121 | 0 | 35 | 401 | 104 | 53 |
| Binary | 1001101 | 100011 | 10110110 | 111010 | 1010001 | 0 | 11101 | 100000001 | 1000100 | 101011 |
Color Harmonies of #4D23B6
Complementary color
Monochromatic Colors of #4D23B6
Black with #4D23B6
Text Example
Text Example
White with #4D23B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D23B6; }
p { color: rgb(77,35,182); }
H1.HeaderClassName
{
color: #4D23B6;
}
.AnyTagClassName
{
color: #4D23B6;
}
</style>
background-color css
<style>
a { background-color: #4D23B6; }
a { background-color: rgb(77,35,182); }
div.DivClassName
{
background-color: #4D23B6;
}
.BgClassName
{
background-color: #4D23B6;
}
</style>
border-color css
<style>
span { border-color: #4D23B6; }
span { border-color: rgb(77,35,182); }
td.TdClassName
{
border-color: #4D23B6;
}
.TagClassName
{
border-color: #4D23B6;
}
</style>