Shades of Han Purple #4D23FD
Tints of Han Purple #4D23FD
RGB
CMYK
RGB Variations
Color information
#4D23FD (or 0x4D23FD) is known color: Han Purple. HEX triplet: 4D, 23 and FD. RGB value is (77,35,253). Sum of RGB (Red+Green+Blue) = 77+35+253=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D23FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D23FD is #B2DC02. Grayscale: #474747. Windows color (decimal): -11721731 or 16589645. OLE color: 16589645.
HSL color Cylindrical-coordinate representation of color #4D23FD: hue angle of 251.56º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D23FD is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 35 | 253 | - |
| CMYK | 0.70 | 0.86 | 0 | 0.01 |
| HSL | 251.56º | 0.98% | 0.56% | - |
| HSV(B) | 251.56º | 0.86% | 0.99% | - |
| XYZ | 21.39 | 9.87 | 93.71 | - |
| YUV | 72.41 | 229.91 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 253 | 0.70 | 0.86 | 0 | 0.01 | 251.56 | 0.98 | 0.56 |
| Hex | 4D | 23 | FD | 46 | 56 | 0 | 1 | FC | 62 | 38 |
| Octal | 115 | 43 | 375 | 106 | 126 | 0 | 1 | 374 | 142 | 70 |
| Binary | 1001101 | 100011 | 11111101 | 1000110 | 1010110 | 0 | 1 | 11111100 | 1100010 | 111000 |
Color Harmonies of #4D23FD
Complementary color
Monochromatic Colors of #4D23FD
Black with #4D23FD
Text Example
Text Example
White with #4D23FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D23FD; }
p { color: rgb(77,35,253); }
H1.HeaderClassName
{
color: #4D23FD;
}
.AnyTagClassName
{
color: #4D23FD;
}
</style>
background-color css
<style>
a { background-color: #4D23FD; }
a { background-color: rgb(77,35,253); }
div.DivClassName
{
background-color: #4D23FD;
}
.BgClassName
{
background-color: #4D23FD;
}
</style>
border-color css
<style>
span { border-color: #4D23FD; }
span { border-color: rgb(77,35,253); }
td.TdClassName
{
border-color: #4D23FD;
}
.TagClassName
{
border-color: #4D23FD;
}
</style>