Shades of Han Purple #4D13F0
Tints of Han Purple #4D13F0
RGB
CMYK
RGB Variations
Color information
#4D13F0 (or 0x4D13F0) is known color: Han Purple. HEX triplet: 4D, 13 and F0. RGB value is (77,19,240). Sum of RGB (Red+Green+Blue) = 77+19+240=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 240 (94.14% from 255 or 71.43% from 336); Max value from RGB is 240 - color contains mainly: blue. Hex color #4D13F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D13F0 is #B2EC0F. Grayscale: #3C3C3C. Windows color (decimal): -11725840 or 15733581. OLE color: 15733581.
HSL color Cylindrical-coordinate representation of color #4D13F0: hue angle of 255.75º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D13F0 is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 19 | 240 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.06 |
| HSL | 255.75º | 0.88% | 0.51% | - |
| HSV(B) | 255.75º | 0.92% | 0.94% | - |
| XYZ | 19.02 | 8.33 | 83.04 | - |
| YUV | 61.54 | 228.72 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 240 | 0.68 | 0.92 | 0 | 0.06 | 255.75 | 0.88 | 0.51 |
| Hex | 4D | 13 | F0 | 44 | 5C | 0 | 6 | 100 | 58 | 33 |
| Octal | 115 | 23 | 360 | 104 | 134 | 0 | 6 | 400 | 130 | 63 |
| Binary | 1001101 | 10011 | 11110000 | 1000100 | 1011100 | 0 | 110 | 100000000 | 1011000 | 110011 |
Color Harmonies of #4D13F0
Complementary color
Monochromatic Colors of #4D13F0
Black with #4D13F0
Text Example
Text Example
White with #4D13F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D13F0; }
p { color: rgb(77,19,240); }
H1.HeaderClassName
{
color: #4D13F0;
}
.AnyTagClassName
{
color: #4D13F0;
}
</style>
background-color css
<style>
a { background-color: #4D13F0; }
a { background-color: rgb(77,19,240); }
div.DivClassName
{
background-color: #4D13F0;
}
.BgClassName
{
background-color: #4D13F0;
}
</style>
border-color css
<style>
span { border-color: #4D13F0; }
span { border-color: rgb(77,19,240); }
td.TdClassName
{
border-color: #4D13F0;
}
.TagClassName
{
border-color: #4D13F0;
}
</style>