Shades of Han Purple #4D1BFE
Tints of Han Purple #4D1BFE
RGB
CMYK
RGB Variations
Color information
#4D1BFE (or 0x4D1BFE) is known color: Han Purple. HEX triplet: 4D, 1B and FE. RGB value is (77,27,254). Sum of RGB (Red+Green+Blue) = 77+27+254=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D1BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1BFE is #B2E401. Grayscale: #424242. Windows color (decimal): -11723778 or 16653133. OLE color: 16653133.
HSL color Cylindrical-coordinate representation of color #4D1BFE: hue angle of 253.22º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D1BFE is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 27 | 254 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.00 |
| HSL | 253.22º | 0.99% | 0.55% | - |
| HSV(B) | 253.22º | 0.89% | 1% | - |
| XYZ | 21.34 | 9.52 | 94.48 | - |
| YUV | 67.83 | 233.07 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 27 | 254 | 0.70 | 0.89 | 0 | 0.00 | 253.22 | 0.99 | 0.55 |
| Hex | 4D | 1B | FE | 46 | 59 | 0 | 0 | FD | 63 | 37 |
| Octal | 115 | 33 | 376 | 106 | 131 | 0 | 0 | 375 | 143 | 67 |
| Binary | 1001101 | 11011 | 11111110 | 1000110 | 1011001 | 0 | 0 | 11111101 | 1100011 | 110111 |
Color Harmonies of #4D1BFE
Complementary color
Monochromatic Colors of #4D1BFE
Black with #4D1BFE
Text Example
Text Example
White with #4D1BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1BFE; }
p { color: rgb(77,27,254); }
H1.HeaderClassName
{
color: #4D1BFE;
}
.AnyTagClassName
{
color: #4D1BFE;
}
</style>
background-color css
<style>
a { background-color: #4D1BFE; }
a { background-color: rgb(77,27,254); }
div.DivClassName
{
background-color: #4D1BFE;
}
.BgClassName
{
background-color: #4D1BFE;
}
</style>
border-color css
<style>
span { border-color: #4D1BFE; }
span { border-color: rgb(77,27,254); }
td.TdClassName
{
border-color: #4D1BFE;
}
.TagClassName
{
border-color: #4D1BFE;
}
</style>