Shades of Han Purple #4D1EEE
Tints of Han Purple #4D1EEE
RGB
CMYK
RGB Variations
Color information
#4D1EEE (or 0x4D1EEE) is known color: Han Purple. HEX triplet: 4D, 1E and EE. RGB value is (77,30,238). Sum of RGB (Red+Green+Blue) = 77+30+238=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 238 (93.36% from 255 or 68.99% from 345); Max value from RGB is 238 - color contains mainly: blue. Hex color #4D1EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1EEE is #B2E111. Grayscale: #424242. Windows color (decimal): -11723026 or 15605325. OLE color: 15605325.
HSL color Cylindrical-coordinate representation of color #4D1EEE: hue angle of 253.56º 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 #4D1EEE is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 30 | 238 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.07 |
| HSL | 253.56º | 0.86% | 0.53% | - |
| HSV(B) | 253.56º | 0.87% | 0.93% | - |
| XYZ | 18.96 | 8.68 | 81.57 | - |
| YUV | 67.77 | 224.07 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 30 | 238 | 0.68 | 0.87 | 0 | 0.07 | 253.56 | 0.86 | 0.53 |
| Hex | 4D | 1E | EE | 44 | 57 | 0 | 7 | FE | 56 | 35 |
| Octal | 115 | 36 | 356 | 104 | 127 | 0 | 7 | 376 | 126 | 65 |
| Binary | 1001101 | 11110 | 11101110 | 1000100 | 1010111 | 0 | 111 | 11111110 | 1010110 | 110101 |
Color Harmonies of #4D1EEE
Complementary color
Monochromatic Colors of #4D1EEE
Black with #4D1EEE
Text Example
Text Example
White with #4D1EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1EEE; }
p { color: rgb(77,30,238); }
H1.HeaderClassName
{
color: #4D1EEE;
}
.AnyTagClassName
{
color: #4D1EEE;
}
</style>
background-color css
<style>
a { background-color: #4D1EEE; }
a { background-color: rgb(77,30,238); }
div.DivClassName
{
background-color: #4D1EEE;
}
.BgClassName
{
background-color: #4D1EEE;
}
</style>
border-color css
<style>
span { border-color: #4D1EEE; }
span { border-color: rgb(77,30,238); }
td.TdClassName
{
border-color: #4D1EEE;
}
.TagClassName
{
border-color: #4D1EEE;
}
</style>