Shades of Han Purple #4D2AFA
Tints of Han Purple #4D2AFA
RGB
CMYK
RGB Variations
Color information
#4D2AFA (or 0x4D2AFA) is known color: Han Purple. HEX triplet: 4D, 2A and FA. RGB value is (77,42,250). Sum of RGB (Red+Green+Blue) = 77+42+250=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D2AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D2AFA is #B2D505. Grayscale: #4B4B4B. Windows color (decimal): -11719942 or 16394829. OLE color: 16394829.
HSL color Cylindrical-coordinate representation of color #4D2AFA: hue angle of 250.1º 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 #4D2AFA is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 42 | 250 | - |
| CMYK | 0.69 | 0.83 | 0 | 0.02 |
| HSL | 250.1º | 0.95% | 0.57% | - |
| HSV(B) | 250.1º | 0.83% | 0.98% | - |
| XYZ | 21.14 | 10.14 | 91.28 | - |
| YUV | 76.18 | 226.1 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 42 | 250 | 0.69 | 0.83 | 0 | 0.02 | 250.1 | 0.95 | 0.57 |
| Hex | 4D | 2A | FA | 45 | 53 | 0 | 2 | FA | 5F | 39 |
| Octal | 115 | 52 | 372 | 105 | 123 | 0 | 2 | 372 | 137 | 71 |
| Binary | 1001101 | 101010 | 11111010 | 1000101 | 1010011 | 0 | 10 | 11111010 | 1011111 | 111001 |
Color Harmonies of #4D2AFA
Complementary color
Monochromatic Colors of #4D2AFA
Black with #4D2AFA
Text Example
Text Example
White with #4D2AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2AFA; }
p { color: rgb(77,42,250); }
H1.HeaderClassName
{
color: #4D2AFA;
}
.AnyTagClassName
{
color: #4D2AFA;
}
</style>
background-color css
<style>
a { background-color: #4D2AFA; }
a { background-color: rgb(77,42,250); }
div.DivClassName
{
background-color: #4D2AFA;
}
.BgClassName
{
background-color: #4D2AFA;
}
</style>
border-color css
<style>
span { border-color: #4D2AFA; }
span { border-color: rgb(77,42,250); }
td.TdClassName
{
border-color: #4D2AFA;
}
.TagClassName
{
border-color: #4D2AFA;
}
</style>