Shades of Han Purple #4D17E6
Tints of Han Purple #4D17E6
RGB
CMYK
RGB Variations
Color information
#4D17E6 (or 0x4D17E6) is known color: Han Purple. HEX triplet: 4D, 17 and E6. RGB value is (77,23,230). Sum of RGB (Red+Green+Blue) = 77+23+230=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 230 (90.23% from 255 or 69.70% from 330); Max value from RGB is 230 - color contains mainly: blue. Hex color #4D17E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D17E6 is #B2E819. Grayscale: #3D3D3D. Windows color (decimal): -11724826 or 15079245. OLE color: 15079245.
HSL color Cylindrical-coordinate representation of color #4D17E6: hue angle of 255.65º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D17E6 is Cyan = 0.67, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 77 | 23 | 230 | - |
| CMYK | 0.67 | 0.9 | 0 | 0.10 |
| HSL | 255.65º | 0.82% | 0.5% | - |
| HSV(B) | 255.65º | 0.9% | 0.9% | - |
| XYZ | 17.65 | 7.9 | 75.46 | - |
| YUV | 62.74 | 222.39 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 230 | 0.67 | 0.9 | 0 | 0.10 | 255.65 | 0.82 | 0.5 |
| Hex | 4D | 17 | E6 | 43 | 5A | 0 | A | 100 | 52 | 32 |
| Octal | 115 | 27 | 346 | 103 | 132 | 0 | 12 | 400 | 122 | 62 |
| Binary | 1001101 | 10111 | 11100110 | 1000011 | 1011010 | 0 | 1010 | 100000000 | 1010010 | 110010 |
Color Harmonies of #4D17E6
Complementary color
Monochromatic Colors of #4D17E6
Black with #4D17E6
Text Example
Text Example
White with #4D17E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D17E6; }
p { color: rgb(77,23,230); }
H1.HeaderClassName
{
color: #4D17E6;
}
.AnyTagClassName
{
color: #4D17E6;
}
</style>
background-color css
<style>
a { background-color: #4D17E6; }
a { background-color: rgb(77,23,230); }
div.DivClassName
{
background-color: #4D17E6;
}
.BgClassName
{
background-color: #4D17E6;
}
</style>
border-color css
<style>
span { border-color: #4D17E6; }
span { border-color: rgb(77,23,230); }
td.TdClassName
{
border-color: #4D17E6;
}
.TagClassName
{
border-color: #4D17E6;
}
</style>