Shades of Han Purple #4D26FD
Tints of Han Purple #4D26FD
RGB
CMYK
RGB Variations
Color information
#4D26FD (or 0x4D26FD) is known color: Han Purple. HEX triplet: 4D, 26 and FD. RGB value is (77,38,253). Sum of RGB (Red+Green+Blue) = 77+38+253=368 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.92% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 253 (99.22% from 255 or 68.75% from 368); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D26FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D26FD is #B2D902. Grayscale: #494949. Windows color (decimal): -11720963 or 16590413. OLE color: 16590413.
HSL color Cylindrical-coordinate representation of color #4D26FD: hue angle of 250.88º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D26FD is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 38 | 253 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.01 |
| HSL | 250.88º | 0.98% | 0.57% | - |
| HSV(B) | 250.88º | 0.85% | 0.99% | - |
| XYZ | 21.48 | 10.06 | 93.74 | - |
| YUV | 74.17 | 228.92 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 38 | 253 | 0.70 | 0.85 | 0 | 0.01 | 250.88 | 0.98 | 0.57 |
| Hex | 4D | 26 | FD | 46 | 55 | 0 | 1 | FB | 62 | 39 |
| Octal | 115 | 46 | 375 | 106 | 125 | 0 | 1 | 373 | 142 | 71 |
| Binary | 1001101 | 100110 | 11111101 | 1000110 | 1010101 | 0 | 1 | 11111011 | 1100010 | 111001 |
Color Harmonies of #4D26FD
Complementary color
Monochromatic Colors of #4D26FD
Black with #4D26FD
Text Example
Text Example
White with #4D26FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D26FD; }
p { color: rgb(77,38,253); }
H1.HeaderClassName
{
color: #4D26FD;
}
.AnyTagClassName
{
color: #4D26FD;
}
</style>
background-color css
<style>
a { background-color: #4D26FD; }
a { background-color: rgb(77,38,253); }
div.DivClassName
{
background-color: #4D26FD;
}
.BgClassName
{
background-color: #4D26FD;
}
</style>
border-color css
<style>
span { border-color: #4D26FD; }
span { border-color: rgb(77,38,253); }
td.TdClassName
{
border-color: #4D26FD;
}
.TagClassName
{
border-color: #4D26FD;
}
</style>