Shades of Han Purple #4D1AFE
Tints of Han Purple #4D1AFE
RGB
CMYK
RGB Variations
Color information
#4D1AFE (or 0x4D1AFE) is known color: Han Purple. HEX triplet: 4D, 1A and FE. RGB value is (77,26,254). Sum of RGB (Red+Green+Blue) = 77+26+254=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D1AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1AFE is #B2E501. Grayscale: #424242. Windows color (decimal): -11724034 or 16652877. OLE color: 16652877.
HSL color Cylindrical-coordinate representation of color #4D1AFE: hue angle of 253.42º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D1AFE is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 26 | 254 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.00 |
| HSL | 253.42º | 0.99% | 0.55% | - |
| HSV(B) | 253.42º | 0.9% | 1% | - |
| XYZ | 21.32 | 9.47 | 94.47 | - |
| YUV | 67.24 | 233.4 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 26 | 254 | 0.70 | 0.90 | 0 | 0.00 | 253.42 | 0.99 | 0.55 |
| Hex | 4D | 1A | FE | 46 | 5A | 0 | 0 | FD | 63 | 37 |
| Octal | 115 | 32 | 376 | 106 | 132 | 0 | 0 | 375 | 143 | 67 |
| Binary | 1001101 | 11010 | 11111110 | 1000110 | 1011010 | 0 | 0 | 11111101 | 1100011 | 110111 |
Color Harmonies of #4D1AFE
Complementary color
Monochromatic Colors of #4D1AFE
Black with #4D1AFE
Text Example
Text Example
White with #4D1AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1AFE; }
p { color: rgb(77,26,254); }
H1.HeaderClassName
{
color: #4D1AFE;
}
.AnyTagClassName
{
color: #4D1AFE;
}
</style>
background-color css
<style>
a { background-color: #4D1AFE; }
a { background-color: rgb(77,26,254); }
div.DivClassName
{
background-color: #4D1AFE;
}
.BgClassName
{
background-color: #4D1AFE;
}
</style>
border-color css
<style>
span { border-color: #4D1AFE; }
span { border-color: rgb(77,26,254); }
td.TdClassName
{
border-color: #4D1AFE;
}
.TagClassName
{
border-color: #4D1AFE;
}
</style>