Shades of Han Purple #4D2BFA
Tints of Han Purple #4D2BFA
RGB
CMYK
RGB Variations
Color information
#4D2BFA (or 0x4D2BFA) is known color: Han Purple. HEX triplet: 4D, 2B and FA. RGB value is (77,43,250). Sum of RGB (Red+Green+Blue) = 77+43+250=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D2BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D2BFA is #B2D405. Grayscale: #4B4B4B. Windows color (decimal): -11719686 or 16395085. OLE color: 16395085.
HSL color Cylindrical-coordinate representation of color #4D2BFA: hue angle of 249.86º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D2BFA is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 43 | 250 | - |
| CMYK | 0.69 | 0.83 | 0 | 0.02 |
| HSL | 249.86º | 0.95% | 0.57% | - |
| HSV(B) | 249.86º | 0.83% | 0.98% | - |
| XYZ | 21.18 | 10.21 | 91.3 | - |
| YUV | 76.76 | 225.76 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 43 | 250 | 0.69 | 0.83 | 0 | 0.02 | 249.86 | 0.95 | 0.57 |
| Hex | 4D | 2B | FA | 45 | 53 | 0 | 2 | FA | 5F | 39 |
| Octal | 115 | 53 | 372 | 105 | 123 | 0 | 2 | 372 | 137 | 71 |
| Binary | 1001101 | 101011 | 11111010 | 1000101 | 1010011 | 0 | 10 | 11111010 | 1011111 | 111001 |
Color Harmonies of #4D2BFA
Complementary color
Monochromatic Colors of #4D2BFA
Black with #4D2BFA
Text Example
Text Example
White with #4D2BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2BFA; }
p { color: rgb(77,43,250); }
H1.HeaderClassName
{
color: #4D2BFA;
}
.AnyTagClassName
{
color: #4D2BFA;
}
</style>
background-color css
<style>
a { background-color: #4D2BFA; }
a { background-color: rgb(77,43,250); }
div.DivClassName
{
background-color: #4D2BFA;
}
.BgClassName
{
background-color: #4D2BFA;
}
</style>
border-color css
<style>
span { border-color: #4D2BFA; }
span { border-color: rgb(77,43,250); }
td.TdClassName
{
border-color: #4D2BFA;
}
.TagClassName
{
border-color: #4D2BFA;
}
</style>