Shades of Han Purple #4D2BFD
Tints of Han Purple #4D2BFD
RGB
CMYK
RGB Variations
Color information
#4D2BFD (or 0x4D2BFD) is known color: Han Purple. HEX triplet: 4D, 2B and FD. RGB value is (77,43,253). Sum of RGB (Red+Green+Blue) = 77+43+253=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D2BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D2BFD is #B2D402. Grayscale: #4C4C4C. Windows color (decimal): -11719683 or 16591693. OLE color: 16591693.
HSL color Cylindrical-coordinate representation of color #4D2BFD: hue angle of 249.71º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D2BFD is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 43 | 253 | - |
| CMYK | 0.70 | 0.83 | 0 | 0.01 |
| HSL | 249.71º | 0.98% | 0.58% | - |
| HSV(B) | 249.71º | 0.83% | 0.99% | - |
| XYZ | 21.65 | 10.4 | 93.79 | - |
| YUV | 77.11 | 227.26 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 43 | 253 | 0.70 | 0.83 | 0 | 0.01 | 249.71 | 0.98 | 0.58 |
| Hex | 4D | 2B | FD | 46 | 53 | 0 | 1 | FA | 62 | 3A |
| Octal | 115 | 53 | 375 | 106 | 123 | 0 | 1 | 372 | 142 | 72 |
| Binary | 1001101 | 101011 | 11111101 | 1000110 | 1010011 | 0 | 1 | 11111010 | 1100010 | 111010 |
Color Harmonies of #4D2BFD
Complementary color
Monochromatic Colors of #4D2BFD
Black with #4D2BFD
Text Example
Text Example
White with #4D2BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2BFD; }
p { color: rgb(77,43,253); }
H1.HeaderClassName
{
color: #4D2BFD;
}
.AnyTagClassName
{
color: #4D2BFD;
}
</style>
background-color css
<style>
a { background-color: #4D2BFD; }
a { background-color: rgb(77,43,253); }
div.DivClassName
{
background-color: #4D2BFD;
}
.BgClassName
{
background-color: #4D2BFD;
}
</style>
border-color css
<style>
span { border-color: #4D2BFD; }
span { border-color: rgb(77,43,253); }
td.TdClassName
{
border-color: #4D2BFD;
}
.TagClassName
{
border-color: #4D2BFD;
}
</style>