Shades of Han Purple #4D1FEE
Tints of Han Purple #4D1FEE
RGB
CMYK
RGB Variations
Color information
#4D1FEE (or 0x4D1FEE) is known color: Han Purple. HEX triplet: 4D, 1F and EE. RGB value is (77,31,238). Sum of RGB (Red+Green+Blue) = 77+31+238=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 238 (93.36% from 255 or 68.79% from 346); Max value from RGB is 238 - color contains mainly: blue. Hex color #4D1FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1FEE is #B2E011. Grayscale: #434343. Windows color (decimal): -11722770 or 15605581. OLE color: 15605581.
HSL color Cylindrical-coordinate representation of color #4D1FEE: hue angle of 253.33º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D1FEE is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 31 | 238 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.07 |
| HSL | 253.33º | 0.86% | 0.53% | - |
| HSV(B) | 253.33º | 0.87% | 0.93% | - |
| XYZ | 18.98 | 8.73 | 81.57 | - |
| YUV | 68.35 | 223.74 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 31 | 238 | 0.68 | 0.87 | 0 | 0.07 | 253.33 | 0.86 | 0.53 |
| Hex | 4D | 1F | EE | 44 | 57 | 0 | 7 | FD | 56 | 35 |
| Octal | 115 | 37 | 356 | 104 | 127 | 0 | 7 | 375 | 126 | 65 |
| Binary | 1001101 | 11111 | 11101110 | 1000100 | 1010111 | 0 | 111 | 11111101 | 1010110 | 110101 |
Color Harmonies of #4D1FEE
Complementary color
Monochromatic Colors of #4D1FEE
Black with #4D1FEE
Text Example
Text Example
White with #4D1FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1FEE; }
p { color: rgb(77,31,238); }
H1.HeaderClassName
{
color: #4D1FEE;
}
.AnyTagClassName
{
color: #4D1FEE;
}
</style>
background-color css
<style>
a { background-color: #4D1FEE; }
a { background-color: rgb(77,31,238); }
div.DivClassName
{
background-color: #4D1FEE;
}
.BgClassName
{
background-color: #4D1FEE;
}
</style>
border-color css
<style>
span { border-color: #4D1FEE; }
span { border-color: rgb(77,31,238); }
td.TdClassName
{
border-color: #4D1FEE;
}
.TagClassName
{
border-color: #4D1FEE;
}
</style>