Shades of Han Purple #4D1EEA
Tints of Han Purple #4D1EEA
RGB
CMYK
RGB Variations
Color information
#4D1EEA (or 0x4D1EEA) is known color: Han Purple. HEX triplet: 4D, 1E and EA. RGB value is (77,30,234). Sum of RGB (Red+Green+Blue) = 77+30+234=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #4D1EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1EEA is #B2E115. Grayscale: #424242. Windows color (decimal): -11723030 or 15343181. OLE color: 15343181.
HSL color Cylindrical-coordinate representation of color #4D1EEA: hue angle of 253.82º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D1EEA is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 30 | 234 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.08 |
| HSL | 253.82º | 0.83% | 0.52% | - |
| HSV(B) | 253.82º | 0.87% | 0.92% | - |
| XYZ | 18.38 | 8.45 | 78.5 | - |
| YUV | 67.31 | 222.07 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 30 | 234 | 0.67 | 0.87 | 0 | 0.08 | 253.82 | 0.83 | 0.52 |
| Hex | 4D | 1E | EA | 43 | 57 | 0 | 8 | FE | 53 | 34 |
| Octal | 115 | 36 | 352 | 103 | 127 | 0 | 10 | 376 | 123 | 64 |
| Binary | 1001101 | 11110 | 11101010 | 1000011 | 1010111 | 0 | 1000 | 11111110 | 1010011 | 110100 |
Color Harmonies of #4D1EEA
Complementary color
Monochromatic Colors of #4D1EEA
Black with #4D1EEA
Text Example
Text Example
White with #4D1EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1EEA; }
p { color: rgb(77,30,234); }
H1.HeaderClassName
{
color: #4D1EEA;
}
.AnyTagClassName
{
color: #4D1EEA;
}
</style>
background-color css
<style>
a { background-color: #4D1EEA; }
a { background-color: rgb(77,30,234); }
div.DivClassName
{
background-color: #4D1EEA;
}
.BgClassName
{
background-color: #4D1EEA;
}
</style>
border-color css
<style>
span { border-color: #4D1EEA; }
span { border-color: rgb(77,30,234); }
td.TdClassName
{
border-color: #4D1EEA;
}
.TagClassName
{
border-color: #4D1EEA;
}
</style>