Shades of Purple Heart #4D23BD
Tints of Purple Heart #4D23BD
RGB
CMYK
RGB Variations
Color information
#4D23BD (or 0x4D23BD) is known color: Purple Heart. HEX triplet: 4D, 23 and BD. RGB value is (77,35,189). Sum of RGB (Red+Green+Blue) = 77+35+189=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D23BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D23BD is #B2DC42. Grayscale: #404040. Windows color (decimal): -11721795 or 12395341. OLE color: 12395341.
HSL color Cylindrical-coordinate representation of color #4D23BD: hue angle of 256.36º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D23BD is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 35 | 189 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.26 |
| HSL | 256.36º | 0.69% | 0.44% | - |
| HSV(B) | 256.36º | 0.81% | 0.74% | - |
| XYZ | 12.85 | 6.45 | 48.71 | - |
| YUV | 65.11 | 197.91 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 189 | 0.59 | 0.81 | 0 | 0.26 | 256.36 | 0.69 | 0.44 |
| Hex | 4D | 23 | BD | 3B | 51 | 0 | 1A | 100 | 45 | 2C |
| Octal | 115 | 43 | 275 | 73 | 121 | 0 | 32 | 400 | 105 | 54 |
| Binary | 1001101 | 100011 | 10111101 | 111011 | 1010001 | 0 | 11010 | 100000000 | 1000101 | 101100 |
Color Harmonies of #4D23BD
Complementary color
Monochromatic Colors of #4D23BD
Black with #4D23BD
Text Example
Text Example
White with #4D23BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D23BD; }
p { color: rgb(77,35,189); }
H1.HeaderClassName
{
color: #4D23BD;
}
.AnyTagClassName
{
color: #4D23BD;
}
</style>
background-color css
<style>
a { background-color: #4D23BD; }
a { background-color: rgb(77,35,189); }
div.DivClassName
{
background-color: #4D23BD;
}
.BgClassName
{
background-color: #4D23BD;
}
</style>
border-color css
<style>
span { border-color: #4D23BD; }
span { border-color: rgb(77,35,189); }
td.TdClassName
{
border-color: #4D23BD;
}
.TagClassName
{
border-color: #4D23BD;
}
</style>