Shades of Han Purple #4D1AF1
Tints of Han Purple #4D1AF1
RGB
CMYK
RGB Variations
Color information
#4D1AF1 (or 0x4D1AF1) is known color: Han Purple. HEX triplet: 4D, 1A and F1. RGB value is (77,26,241). Sum of RGB (Red+Green+Blue) = 77+26+241=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 241 (94.53% from 255 or 70.06% from 344); Max value from RGB is 241 - color contains mainly: blue. Hex color #4D1AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1AF1 is #B2E50E. Grayscale: #404040. Windows color (decimal): -11724047 or 15800909. OLE color: 15800909.
HSL color Cylindrical-coordinate representation of color #4D1AF1: hue angle of 254.23º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D1AF1 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 26 | 241 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.05 |
| HSL | 254.23º | 0.88% | 0.52% | - |
| HSV(B) | 254.23º | 0.89% | 0.95% | - |
| XYZ | 19.31 | 8.67 | 83.87 | - |
| YUV | 65.76 | 226.9 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 26 | 241 | 0.68 | 0.89 | 0 | 0.05 | 254.23 | 0.88 | 0.52 |
| Hex | 4D | 1A | F1 | 44 | 59 | 0 | 5 | FE | 58 | 34 |
| Octal | 115 | 32 | 361 | 104 | 131 | 0 | 5 | 376 | 130 | 64 |
| Binary | 1001101 | 11010 | 11110001 | 1000100 | 1011001 | 0 | 101 | 11111110 | 1011000 | 110100 |
Color Harmonies of #4D1AF1
Complementary color
Monochromatic Colors of #4D1AF1
Black with #4D1AF1
Text Example
Text Example
White with #4D1AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1AF1; }
p { color: rgb(77,26,241); }
H1.HeaderClassName
{
color: #4D1AF1;
}
.AnyTagClassName
{
color: #4D1AF1;
}
</style>
background-color css
<style>
a { background-color: #4D1AF1; }
a { background-color: rgb(77,26,241); }
div.DivClassName
{
background-color: #4D1AF1;
}
.BgClassName
{
background-color: #4D1AF1;
}
</style>
border-color css
<style>
span { border-color: #4D1AF1; }
span { border-color: rgb(77,26,241); }
td.TdClassName
{
border-color: #4D1AF1;
}
.TagClassName
{
border-color: #4D1AF1;
}
</style>