Shades of Han Purple #4D21EB
Tints of Han Purple #4D21EB
RGB
CMYK
RGB Variations
Color information
#4D21EB (or 0x4D21EB) is known color: Han Purple. HEX triplet: 4D, 21 and EB. RGB value is (77,33,235). Sum of RGB (Red+Green+Blue) = 77+33+235=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 235 (92.19% from 255 or 68.12% from 345); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D21EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D21EB is #B2DE14. Grayscale: #444444. Windows color (decimal): -11722261 or 15409485. OLE color: 15409485.
HSL color Cylindrical-coordinate representation of color #4D21EB: hue angle of 253.07º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D21EB is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 33 | 235 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.08 |
| HSL | 253.07º | 0.83% | 0.53% | - |
| HSV(B) | 253.07º | 0.86% | 0.92% | - |
| XYZ | 18.6 | 8.66 | 79.29 | - |
| YUV | 69.18 | 221.58 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 235 | 0.67 | 0.86 | 0 | 0.08 | 253.07 | 0.83 | 0.53 |
| Hex | 4D | 21 | EB | 43 | 56 | 0 | 8 | FD | 53 | 35 |
| Octal | 115 | 41 | 353 | 103 | 126 | 0 | 10 | 375 | 123 | 65 |
| Binary | 1001101 | 100001 | 11101011 | 1000011 | 1010110 | 0 | 1000 | 11111101 | 1010011 | 110101 |
Color Harmonies of #4D21EB
Complementary color
Monochromatic Colors of #4D21EB
Black with #4D21EB
Text Example
Text Example
White with #4D21EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D21EB; }
p { color: rgb(77,33,235); }
H1.HeaderClassName
{
color: #4D21EB;
}
.AnyTagClassName
{
color: #4D21EB;
}
</style>
background-color css
<style>
a { background-color: #4D21EB; }
a { background-color: rgb(77,33,235); }
div.DivClassName
{
background-color: #4D21EB;
}
.BgClassName
{
background-color: #4D21EB;
}
</style>
border-color css
<style>
span { border-color: #4D21EB; }
span { border-color: rgb(77,33,235); }
td.TdClassName
{
border-color: #4D21EB;
}
.TagClassName
{
border-color: #4D21EB;
}
</style>