Shades of Han Purple #4D1BFC
Tints of Han Purple #4D1BFC
RGB
CMYK
RGB Variations
Color information
#4D1BFC (or 0x4D1BFC) is known color: Han Purple. HEX triplet: 4D, 1B and FC. RGB value is (77,27,252). Sum of RGB (Red+Green+Blue) = 77+27+252=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 27 (10.94% from 255 or 7.58% from 356); Blue value is 252 (98.83% from 255 or 70.79% from 356); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D1BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1BFC is #B2E403. Grayscale: #424242. Windows color (decimal): -11723780 or 16522061. OLE color: 16522061.
HSL color Cylindrical-coordinate representation of color #4D1BFC: hue angle of 253.33º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D1BFC is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 27 | 252 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.01 |
| HSL | 253.33º | 0.97% | 0.55% | - |
| HSV(B) | 253.33º | 0.89% | 0.99% | - |
| XYZ | 21.02 | 9.39 | 92.8 | - |
| YUV | 67.6 | 232.07 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 27 | 252 | 0.69 | 0.89 | 0 | 0.01 | 253.33 | 0.97 | 0.55 |
| Hex | 4D | 1B | FC | 45 | 59 | 0 | 1 | FD | 61 | 37 |
| Octal | 115 | 33 | 374 | 105 | 131 | 0 | 1 | 375 | 141 | 67 |
| Binary | 1001101 | 11011 | 11111100 | 1000101 | 1011001 | 0 | 1 | 11111101 | 1100001 | 110111 |
Color Harmonies of #4D1BFC
Complementary color
Monochromatic Colors of #4D1BFC
Black with #4D1BFC
Text Example
Text Example
White with #4D1BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1BFC; }
p { color: rgb(77,27,252); }
H1.HeaderClassName
{
color: #4D1BFC;
}
.AnyTagClassName
{
color: #4D1BFC;
}
</style>
background-color css
<style>
a { background-color: #4D1BFC; }
a { background-color: rgb(77,27,252); }
div.DivClassName
{
background-color: #4D1BFC;
}
.BgClassName
{
background-color: #4D1BFC;
}
</style>
border-color css
<style>
span { border-color: #4D1BFC; }
span { border-color: rgb(77,27,252); }
td.TdClassName
{
border-color: #4D1BFC;
}
.TagClassName
{
border-color: #4D1BFC;
}
</style>