Shades of Han Purple #4D1BF3
Tints of Han Purple #4D1BF3
RGB
CMYK
RGB Variations
Color information
#4D1BF3 (or 0x4D1BF3) is known color: Han Purple. HEX triplet: 4D, 1B and F3. RGB value is (77,27,243). Sum of RGB (Red+Green+Blue) = 77+27+243=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 243 (95.31% from 255 or 70.03% from 347); Max value from RGB is 243 - color contains mainly: blue. Hex color #4D1BF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1BF3 is #B2E40C. Grayscale: #414141. Windows color (decimal): -11723789 or 15932237. OLE color: 15932237.
HSL color Cylindrical-coordinate representation of color #4D1BF3: hue angle of 253.89º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D1BF3 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 27 | 243 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.05 |
| HSL | 253.89º | 0.9% | 0.53% | - |
| HSV(B) | 253.89º | 0.89% | 0.95% | - |
| XYZ | 19.63 | 8.83 | 85.46 | - |
| YUV | 66.57 | 227.57 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 27 | 243 | 0.68 | 0.89 | 0 | 0.05 | 253.89 | 0.9 | 0.53 |
| Hex | 4D | 1B | F3 | 44 | 59 | 0 | 5 | FE | 5A | 35 |
| Octal | 115 | 33 | 363 | 104 | 131 | 0 | 5 | 376 | 132 | 65 |
| Binary | 1001101 | 11011 | 11110011 | 1000100 | 1011001 | 0 | 101 | 11111110 | 1011010 | 110101 |
Color Harmonies of #4D1BF3
Complementary color
Monochromatic Colors of #4D1BF3
Black with #4D1BF3
Text Example
Text Example
White with #4D1BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1BF3; }
p { color: rgb(77,27,243); }
H1.HeaderClassName
{
color: #4D1BF3;
}
.AnyTagClassName
{
color: #4D1BF3;
}
</style>
background-color css
<style>
a { background-color: #4D1BF3; }
a { background-color: rgb(77,27,243); }
div.DivClassName
{
background-color: #4D1BF3;
}
.BgClassName
{
background-color: #4D1BF3;
}
</style>
border-color css
<style>
span { border-color: #4D1BF3; }
span { border-color: rgb(77,27,243); }
td.TdClassName
{
border-color: #4D1BF3;
}
.TagClassName
{
border-color: #4D1BF3;
}
</style>