Shades of Han Purple #4D27FF
Tints of Han Purple #4D27FF
RGB
CMYK
RGB Variations
Color information
#4D27FF (or 0x4D27FF) is known color: Han Purple. HEX triplet: 4D, 27 and FF. RGB value is (77,39,255). Sum of RGB (Red+Green+Blue) = 77+39+255=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D27FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D27FF is #B2D800. Grayscale: #4A4A4A. Windows color (decimal): -11720705 or 16721741. OLE color: 16721741.
HSL color Cylindrical-coordinate representation of color #4D27FF: hue angle of 250.56º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D27FF is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 39 | 255 | - |
| CMYK | 0.70 | 0.85 | 0 | 0 |
| HSL | 250.56º | 1% | 0.58% | - |
| HSV(B) | 250.56º | 0.85% | 1% | - |
| XYZ | 21.84 | 10.25 | 95.44 | - |
| YUV | 74.99 | 229.59 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 39 | 255 | 0.70 | 0.85 | 0 | 0 | 250.56 | 1 | 0.58 |
| Hex | 4D | 27 | FF | 46 | 55 | 0 | 0 | FB | 64 | 3A |
| Octal | 115 | 47 | 377 | 106 | 125 | 0 | 0 | 373 | 144 | 72 |
| Binary | 1001101 | 100111 | 11111111 | 1000110 | 1010101 | 0 | 0 | 11111011 | 1100100 | 111010 |
Color Harmonies of #4D27FF
Complementary color
Monochromatic Colors of #4D27FF
Black with #4D27FF
Text Example
Text Example
White with #4D27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D27FF; }
p { color: rgb(77,39,255); }
H1.HeaderClassName
{
color: #4D27FF;
}
.AnyTagClassName
{
color: #4D27FF;
}
</style>
background-color css
<style>
a { background-color: #4D27FF; }
a { background-color: rgb(77,39,255); }
div.DivClassName
{
background-color: #4D27FF;
}
.BgClassName
{
background-color: #4D27FF;
}
</style>
border-color css
<style>
span { border-color: #4D27FF; }
span { border-color: rgb(77,39,255); }
td.TdClassName
{
border-color: #4D27FF;
}
.TagClassName
{
border-color: #4D27FF;
}
</style>