Shades of Han Purple #4D23F7
Tints of Han Purple #4D23F7
RGB
CMYK
RGB Variations
Color information
#4D23F7 (or 0x4D23F7) is known color: Han Purple. HEX triplet: 4D, 23 and F7. RGB value is (77,35,247). Sum of RGB (Red+Green+Blue) = 77+35+247=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 247 (96.88% from 255 or 68.80% from 359); Max value from RGB is 247 - color contains mainly: blue. Hex color #4D23F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D23F7 is #B2DC08. Grayscale: #464646. Windows color (decimal): -11721737 or 16196429. OLE color: 16196429.
HSL color Cylindrical-coordinate representation of color #4D23F7: hue angle of 251.89º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D23F7 is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 35 | 247 | - |
| CMYK | 0.69 | 0.86 | 0 | 0.03 |
| HSL | 251.89º | 0.93% | 0.55% | - |
| HSV(B) | 251.89º | 0.86% | 0.97% | - |
| XYZ | 20.45 | 9.5 | 88.75 | - |
| YUV | 71.73 | 226.91 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 247 | 0.69 | 0.86 | 0 | 0.03 | 251.89 | 0.93 | 0.55 |
| Hex | 4D | 23 | F7 | 45 | 56 | 0 | 3 | FC | 5D | 37 |
| Octal | 115 | 43 | 367 | 105 | 126 | 0 | 3 | 374 | 135 | 67 |
| Binary | 1001101 | 100011 | 11110111 | 1000101 | 1010110 | 0 | 11 | 11111100 | 1011101 | 110111 |
Color Harmonies of #4D23F7
Complementary color
Monochromatic Colors of #4D23F7
Black with #4D23F7
Text Example
Text Example
White with #4D23F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D23F7; }
p { color: rgb(77,35,247); }
H1.HeaderClassName
{
color: #4D23F7;
}
.AnyTagClassName
{
color: #4D23F7;
}
</style>
background-color css
<style>
a { background-color: #4D23F7; }
a { background-color: rgb(77,35,247); }
div.DivClassName
{
background-color: #4D23F7;
}
.BgClassName
{
background-color: #4D23F7;
}
</style>
border-color css
<style>
span { border-color: #4D23F7; }
span { border-color: rgb(77,35,247); }
td.TdClassName
{
border-color: #4D23F7;
}
.TagClassName
{
border-color: #4D23F7;
}
</style>