Shades of Purple Heart #4D23B2
Tints of Purple Heart #4D23B2
RGB
CMYK
RGB Variations
Color information
#4D23B2 (or 0x4D23B2) is known color: Purple Heart. HEX triplet: 4D, 23 and B2. RGB value is (77,35,178). Sum of RGB (Red+Green+Blue) = 77+35+178=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 178 (69.92% from 255 or 61.38% from 290); Max value from RGB is 178 - color contains mainly: blue. Hex color #4D23B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D23B2 is #B2DC4D. Grayscale: #3F3F3F. Windows color (decimal): -11721806 or 11674445. OLE color: 11674445.
HSL color Cylindrical-coordinate representation of color #4D23B2: hue angle of 257.62º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D23B2 is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 35 | 178 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.30 |
| HSL | 257.62º | 0.67% | 0.42% | - |
| HSV(B) | 257.62º | 0.8% | 0.7% | - |
| XYZ | 11.7 | 5.99 | 42.66 | - |
| YUV | 63.86 | 192.41 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 178 | 0.57 | 0.80 | 0 | 0.30 | 257.62 | 0.67 | 0.42 |
| Hex | 4D | 23 | B2 | 39 | 50 | 0 | 1E | 102 | 43 | 2A |
| Octal | 115 | 43 | 262 | 71 | 120 | 0 | 36 | 402 | 103 | 52 |
| Binary | 1001101 | 100011 | 10110010 | 111001 | 1010000 | 0 | 11110 | 100000010 | 1000011 | 101010 |
Color Harmonies of #4D23B2
Complementary color
Monochromatic Colors of #4D23B2
Black with #4D23B2
Text Example
Text Example
White with #4D23B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D23B2; }
p { color: rgb(77,35,178); }
H1.HeaderClassName
{
color: #4D23B2;
}
.AnyTagClassName
{
color: #4D23B2;
}
</style>
background-color css
<style>
a { background-color: #4D23B2; }
a { background-color: rgb(77,35,178); }
div.DivClassName
{
background-color: #4D23B2;
}
.BgClassName
{
background-color: #4D23B2;
}
</style>
border-color css
<style>
span { border-color: #4D23B2; }
span { border-color: rgb(77,35,178); }
td.TdClassName
{
border-color: #4D23B2;
}
.TagClassName
{
border-color: #4D23B2;
}
</style>