Shades of Han Purple #4D23ED
Tints of Han Purple #4D23ED
RGB
CMYK
RGB Variations
Color information
#4D23ED (or 0x4D23ED) is known color: Han Purple. HEX triplet: 4D, 23 and ED. RGB value is (77,35,237). Sum of RGB (Red+Green+Blue) = 77+35+237=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 237 (92.97% from 255 or 67.91% from 349); Max value from RGB is 237 - color contains mainly: blue. Hex color #4D23ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D23ED is #B2DC12. Grayscale: #454545. Windows color (decimal): -11721747 or 15541069. OLE color: 15541069.
HSL color Cylindrical-coordinate representation of color #4D23ED: hue angle of 252.48º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D23ED is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 35 | 237 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.07 |
| HSL | 252.48º | 0.85% | 0.53% | - |
| HSV(B) | 252.48º | 0.85% | 0.93% | - |
| XYZ | 18.95 | 8.89 | 80.84 | - |
| YUV | 70.59 | 221.91 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 237 | 0.68 | 0.85 | 0 | 0.07 | 252.48 | 0.85 | 0.53 |
| Hex | 4D | 23 | ED | 44 | 55 | 0 | 7 | FC | 55 | 35 |
| Octal | 115 | 43 | 355 | 104 | 125 | 0 | 7 | 374 | 125 | 65 |
| Binary | 1001101 | 100011 | 11101101 | 1000100 | 1010101 | 0 | 111 | 11111100 | 1010101 | 110101 |
Color Harmonies of #4D23ED
Complementary color
Monochromatic Colors of #4D23ED
Black with #4D23ED
Text Example
Text Example
White with #4D23ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D23ED; }
p { color: rgb(77,35,237); }
H1.HeaderClassName
{
color: #4D23ED;
}
.AnyTagClassName
{
color: #4D23ED;
}
</style>
background-color css
<style>
a { background-color: #4D23ED; }
a { background-color: rgb(77,35,237); }
div.DivClassName
{
background-color: #4D23ED;
}
.BgClassName
{
background-color: #4D23ED;
}
</style>
border-color css
<style>
span { border-color: #4D23ED; }
span { border-color: rgb(77,35,237); }
td.TdClassName
{
border-color: #4D23ED;
}
.TagClassName
{
border-color: #4D23ED;
}
</style>