Shades of Han Purple #4D26FA
Tints of Han Purple #4D26FA
RGB
CMYK
RGB Variations
Color information
#4D26FA (or 0x4D26FA) is known color: Han Purple. HEX triplet: 4D, 26 and FA. RGB value is (77,38,250). Sum of RGB (Red+Green+Blue) = 77+38+250=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D26FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D26FA is #B2D905. Grayscale: #494949. Windows color (decimal): -11720966 or 16393805. OLE color: 16393805.
HSL color Cylindrical-coordinate representation of color #4D26FA: hue angle of 251.04º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D26FA is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 38 | 250 | - |
| CMYK | 0.69 | 0.85 | 0 | 0.02 |
| HSL | 251.04º | 0.95% | 0.56% | - |
| HSV(B) | 251.04º | 0.85% | 0.98% | - |
| XYZ | 21.01 | 9.87 | 91.24 | - |
| YUV | 73.83 | 227.42 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 38 | 250 | 0.69 | 0.85 | 0 | 0.02 | 251.04 | 0.95 | 0.56 |
| Hex | 4D | 26 | FA | 45 | 55 | 0 | 2 | FB | 5F | 38 |
| Octal | 115 | 46 | 372 | 105 | 125 | 0 | 2 | 373 | 137 | 70 |
| Binary | 1001101 | 100110 | 11111010 | 1000101 | 1010101 | 0 | 10 | 11111011 | 1011111 | 111000 |
Color Harmonies of #4D26FA
Complementary color
Monochromatic Colors of #4D26FA
Black with #4D26FA
Text Example
Text Example
White with #4D26FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D26FA; }
p { color: rgb(77,38,250); }
H1.HeaderClassName
{
color: #4D26FA;
}
.AnyTagClassName
{
color: #4D26FA;
}
</style>
background-color css
<style>
a { background-color: #4D26FA; }
a { background-color: rgb(77,38,250); }
div.DivClassName
{
background-color: #4D26FA;
}
.BgClassName
{
background-color: #4D26FA;
}
</style>
border-color css
<style>
span { border-color: #4D26FA; }
span { border-color: rgb(77,38,250); }
td.TdClassName
{
border-color: #4D26FA;
}
.TagClassName
{
border-color: #4D26FA;
}
</style>