Shades of Han Purple #4D1BEF
Tints of Han Purple #4D1BEF
RGB
CMYK
RGB Variations
Color information
#4D1BEF (or 0x4D1BEF) is known color: Han Purple. HEX triplet: 4D, 1B and EF. RGB value is (77,27,239). Sum of RGB (Red+Green+Blue) = 77+27+239=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 239 (93.75% from 255 or 69.68% from 343); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D1BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1BEF is #B2E410. Grayscale: #414141. Windows color (decimal): -11723793 or 15670093. OLE color: 15670093.
HSL color Cylindrical-coordinate representation of color #4D1BEF: hue angle of 254.15º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D1BEF is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 27 | 239 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.06 |
| HSL | 254.15º | 0.87% | 0.52% | - |
| HSV(B) | 254.15º | 0.89% | 0.94% | - |
| XYZ | 19.03 | 8.59 | 82.32 | - |
| YUV | 66.12 | 225.57 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 27 | 239 | 0.68 | 0.89 | 0 | 0.06 | 254.15 | 0.87 | 0.52 |
| Hex | 4D | 1B | EF | 44 | 59 | 0 | 6 | FE | 57 | 34 |
| Octal | 115 | 33 | 357 | 104 | 131 | 0 | 6 | 376 | 127 | 64 |
| Binary | 1001101 | 11011 | 11101111 | 1000100 | 1011001 | 0 | 110 | 11111110 | 1010111 | 110100 |
Color Harmonies of #4D1BEF
Complementary color
Monochromatic Colors of #4D1BEF
Black with #4D1BEF
Text Example
Text Example
White with #4D1BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1BEF; }
p { color: rgb(77,27,239); }
H1.HeaderClassName
{
color: #4D1BEF;
}
.AnyTagClassName
{
color: #4D1BEF;
}
</style>
background-color css
<style>
a { background-color: #4D1BEF; }
a { background-color: rgb(77,27,239); }
div.DivClassName
{
background-color: #4D1BEF;
}
.BgClassName
{
background-color: #4D1BEF;
}
</style>
border-color css
<style>
span { border-color: #4D1BEF; }
span { border-color: rgb(77,27,239); }
td.TdClassName
{
border-color: #4D1BEF;
}
.TagClassName
{
border-color: #4D1BEF;
}
</style>