Shades of Han Purple #4D0DFE
Tints of Han Purple #4D0DFE
RGB
CMYK
RGB Variations
Color information
#4D0DFE (or 0x4D0DFE) is known color: Han Purple. HEX triplet: 4D, 0D and FE. RGB value is (77,13,254). Sum of RGB (Red+Green+Blue) = 77+13+254=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 254 (99.61% from 255 or 73.84% from 344); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D0DFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0DFE is #B2F201. Grayscale: #3A3A3A. Windows color (decimal): -11727362 or 16649549. OLE color: 16649549.
HSL color Cylindrical-coordinate representation of color #4D0DFE: hue angle of 255.93º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0DFE is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 13 | 254 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.00 |
| HSL | 255.93º | 0.99% | 0.52% | - |
| HSV(B) | 255.93º | 0.95% | 1% | - |
| XYZ | 21.09 | 9.02 | 94.4 | - |
| YUV | 59.61 | 237.7 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 254 | 0.70 | 0.95 | 0 | 0.00 | 255.93 | 0.99 | 0.52 |
| Hex | 4D | D | FE | 46 | 5F | 0 | 0 | 100 | 63 | 34 |
| Octal | 115 | 15 | 376 | 106 | 137 | 0 | 0 | 400 | 143 | 64 |
| Binary | 1001101 | 1101 | 11111110 | 1000110 | 1011111 | 0 | 0 | 100000000 | 1100011 | 110100 |
Color Harmonies of #4D0DFE
Complementary color
Monochromatic Colors of #4D0DFE
Black with #4D0DFE
Text Example
Text Example
White with #4D0DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0DFE; }
p { color: rgb(77,13,254); }
H1.HeaderClassName
{
color: #4D0DFE;
}
.AnyTagClassName
{
color: #4D0DFE;
}
</style>
background-color css
<style>
a { background-color: #4D0DFE; }
a { background-color: rgb(77,13,254); }
div.DivClassName
{
background-color: #4D0DFE;
}
.BgClassName
{
background-color: #4D0DFE;
}
</style>
border-color css
<style>
span { border-color: #4D0DFE; }
span { border-color: rgb(77,13,254); }
td.TdClassName
{
border-color: #4D0DFE;
}
.TagClassName
{
border-color: #4D0DFE;
}
</style>