Shades of Han Purple #4D1CFE
Tints of Han Purple #4D1CFE
RGB
CMYK
RGB Variations
Color information
#4D1CFE (or 0x4D1CFE) is known color: Han Purple. HEX triplet: 4D, 1C and FE. RGB value is (77,28,254). Sum of RGB (Red+Green+Blue) = 77+28+254=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D1CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1CFE is #B2E301. Grayscale: #434343. Windows color (decimal): -11723522 or 16653389. OLE color: 16653389.
HSL color Cylindrical-coordinate representation of color #4D1CFE: hue angle of 253.01º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D1CFE is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 28 | 254 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.00 |
| HSL | 253.01º | 0.99% | 0.55% | - |
| HSV(B) | 253.01º | 0.89% | 1% | - |
| XYZ | 21.37 | 9.56 | 94.49 | - |
| YUV | 68.42 | 232.73 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 28 | 254 | 0.70 | 0.89 | 0 | 0.00 | 253.01 | 0.99 | 0.55 |
| Hex | 4D | 1C | FE | 46 | 59 | 0 | 0 | FD | 63 | 37 |
| Octal | 115 | 34 | 376 | 106 | 131 | 0 | 0 | 375 | 143 | 67 |
| Binary | 1001101 | 11100 | 11111110 | 1000110 | 1011001 | 0 | 0 | 11111101 | 1100011 | 110111 |
Color Harmonies of #4D1CFE
Complementary color
Monochromatic Colors of #4D1CFE
Black with #4D1CFE
Text Example
Text Example
White with #4D1CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1CFE; }
p { color: rgb(77,28,254); }
H1.HeaderClassName
{
color: #4D1CFE;
}
.AnyTagClassName
{
color: #4D1CFE;
}
</style>
background-color css
<style>
a { background-color: #4D1CFE; }
a { background-color: rgb(77,28,254); }
div.DivClassName
{
background-color: #4D1CFE;
}
.BgClassName
{
background-color: #4D1CFE;
}
</style>
border-color css
<style>
span { border-color: #4D1CFE; }
span { border-color: rgb(77,28,254); }
td.TdClassName
{
border-color: #4D1CFE;
}
.TagClassName
{
border-color: #4D1CFE;
}
</style>