Shades of Han Purple #4D1BDF
Tints of Han Purple #4D1BDF
RGB
CMYK
RGB Variations
Color information
#4D1BDF (or 0x4D1BDF) is known color: Han Purple. HEX triplet: 4D, 1B and DF. RGB value is (77,27,223). Sum of RGB (Red+Green+Blue) = 77+27+223=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 223 (87.5% from 255 or 68.20% from 327); Max value from RGB is 223 - color contains mainly: blue. Hex color #4D1BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1BDF is #B2E420. Grayscale: #3F3F3F. Windows color (decimal): -11723809 or 14621517. OLE color: 14621517.
HSL color Cylindrical-coordinate representation of color #4D1BDF: hue angle of 255.31º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D1BDF is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 27 | 223 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.13 |
| HSL | 255.31º | 0.78% | 0.49% | - |
| HSV(B) | 255.31º | 0.88% | 0.87% | - |
| XYZ | 16.77 | 7.69 | 70.41 | - |
| YUV | 64.29 | 217.57 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 27 | 223 | 0.65 | 0.88 | 0 | 0.13 | 255.31 | 0.78 | 0.49 |
| Hex | 4D | 1B | DF | 41 | 58 | 0 | D | FF | 4E | 31 |
| Octal | 115 | 33 | 337 | 101 | 130 | 0 | 15 | 377 | 116 | 61 |
| Binary | 1001101 | 11011 | 11011111 | 1000001 | 1011000 | 0 | 1101 | 11111111 | 1001110 | 110001 |
Color Harmonies of #4D1BDF
Complementary color
Monochromatic Colors of #4D1BDF
Black with #4D1BDF
Text Example
Text Example
White with #4D1BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1BDF; }
p { color: rgb(77,27,223); }
H1.HeaderClassName
{
color: #4D1BDF;
}
.AnyTagClassName
{
color: #4D1BDF;
}
</style>
background-color css
<style>
a { background-color: #4D1BDF; }
a { background-color: rgb(77,27,223); }
div.DivClassName
{
background-color: #4D1BDF;
}
.BgClassName
{
background-color: #4D1BDF;
}
</style>
border-color css
<style>
span { border-color: #4D1BDF; }
span { border-color: rgb(77,27,223); }
td.TdClassName
{
border-color: #4D1BDF;
}
.TagClassName
{
border-color: #4D1BDF;
}
</style>