Shades of Han Purple #4D1BFF
Tints of Han Purple #4D1BFF
RGB
CMYK
RGB Variations
Color information
#4D1BFF (or 0x4D1BFF) is known color: Han Purple. HEX triplet: 4D, 1B and FF. RGB value is (77,27,255). Sum of RGB (Red+Green+Blue) = 77+27+255=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D1BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1BFF is #B2E400. Grayscale: #434343. Windows color (decimal): -11723777 or 16718669. OLE color: 16718669.
HSL color Cylindrical-coordinate representation of color #4D1BFF: hue angle of 253.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D1BFF is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 27 | 255 | - |
| CMYK | 0.70 | 0.89 | 0 | 0 |
| HSL | 253.16º | 1% | 0.55% | - |
| HSV(B) | 253.16º | 0.89% | 1% | - |
| XYZ | 21.5 | 9.58 | 95.32 | - |
| YUV | 67.94 | 233.57 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 27 | 255 | 0.70 | 0.89 | 0 | 0 | 253.16 | 1 | 0.55 |
| Hex | 4D | 1B | FF | 46 | 59 | 0 | 0 | FD | 64 | 37 |
| Octal | 115 | 33 | 377 | 106 | 131 | 0 | 0 | 375 | 144 | 67 |
| Binary | 1001101 | 11011 | 11111111 | 1000110 | 1011001 | 0 | 0 | 11111101 | 1100100 | 110111 |
Color Harmonies of #4D1BFF
Complementary color
Monochromatic Colors of #4D1BFF
Black with #4D1BFF
Text Example
Text Example
White with #4D1BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1BFF; }
p { color: rgb(77,27,255); }
H1.HeaderClassName
{
color: #4D1BFF;
}
.AnyTagClassName
{
color: #4D1BFF;
}
</style>
background-color css
<style>
a { background-color: #4D1BFF; }
a { background-color: rgb(77,27,255); }
div.DivClassName
{
background-color: #4D1BFF;
}
.BgClassName
{
background-color: #4D1BFF;
}
</style>
border-color css
<style>
span { border-color: #4D1BFF; }
span { border-color: rgb(77,27,255); }
td.TdClassName
{
border-color: #4D1BFF;
}
.TagClassName
{
border-color: #4D1BFF;
}
</style>