Shades of Purple Heart #4D23BE
Tints of Purple Heart #4D23BE
RGB
CMYK
RGB Variations
Color information
#4D23BE (or 0x4D23BE) is known color: Purple Heart. HEX triplet: 4D, 23 and BE. RGB value is (77,35,190). Sum of RGB (Red+Green+Blue) = 77+35+190=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 190 (74.61% from 255 or 62.91% from 302); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D23BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D23BE is #B2DC41. Grayscale: #404040. Windows color (decimal): -11721794 or 12460877. OLE color: 12460877.
HSL color Cylindrical-coordinate representation of color #4D23BE: hue angle of 256.26º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D23BE is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 35 | 190 | - |
| CMYK | 0.59 | 0.82 | 0 | 0.25 |
| HSL | 256.26º | 0.69% | 0.44% | - |
| HSV(B) | 256.26º | 0.82% | 0.75% | - |
| XYZ | 12.96 | 6.5 | 49.29 | - |
| YUV | 65.23 | 198.41 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 190 | 0.59 | 0.82 | 0 | 0.25 | 256.26 | 0.69 | 0.44 |
| Hex | 4D | 23 | BE | 3B | 52 | 0 | 19 | 100 | 45 | 2C |
| Octal | 115 | 43 | 276 | 73 | 122 | 0 | 31 | 400 | 105 | 54 |
| Binary | 1001101 | 100011 | 10111110 | 111011 | 1010010 | 0 | 11001 | 100000000 | 1000101 | 101100 |
Color Harmonies of #4D23BE
Complementary color
Monochromatic Colors of #4D23BE
Black with #4D23BE
Text Example
Text Example
White with #4D23BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D23BE; }
p { color: rgb(77,35,190); }
H1.HeaderClassName
{
color: #4D23BE;
}
.AnyTagClassName
{
color: #4D23BE;
}
</style>
background-color css
<style>
a { background-color: #4D23BE; }
a { background-color: rgb(77,35,190); }
div.DivClassName
{
background-color: #4D23BE;
}
.BgClassName
{
background-color: #4D23BE;
}
</style>
border-color css
<style>
span { border-color: #4D23BE; }
span { border-color: rgb(77,35,190); }
td.TdClassName
{
border-color: #4D23BE;
}
.TagClassName
{
border-color: #4D23BE;
}
</style>