Shades of Han Purple #4D13F7
Tints of Han Purple #4D13F7
RGB
CMYK
RGB Variations
Color information
#4D13F7 (or 0x4D13F7) is known color: Han Purple. HEX triplet: 4D, 13 and F7. RGB value is (77,19,247). Sum of RGB (Red+Green+Blue) = 77+19+247=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 247 (96.88% from 255 or 72.01% from 343); Max value from RGB is 247 - color contains mainly: blue. Hex color #4D13F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D13F7 is #B2EC08. Grayscale: #3D3D3D. Windows color (decimal): -11725833 or 16192333. OLE color: 16192333.
HSL color Cylindrical-coordinate representation of color #4D13F7: hue angle of 255.26º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D13F7 is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 19 | 247 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.03 |
| HSL | 255.26º | 0.93% | 0.52% | - |
| HSV(B) | 255.26º | 0.92% | 0.97% | - |
| XYZ | 20.08 | 8.76 | 88.63 | - |
| YUV | 62.33 | 232.22 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 247 | 0.69 | 0.92 | 0 | 0.03 | 255.26 | 0.93 | 0.52 |
| Hex | 4D | 13 | F7 | 45 | 5C | 0 | 3 | FF | 5D | 34 |
| Octal | 115 | 23 | 367 | 105 | 134 | 0 | 3 | 377 | 135 | 64 |
| Binary | 1001101 | 10011 | 11110111 | 1000101 | 1011100 | 0 | 11 | 11111111 | 1011101 | 110100 |
Color Harmonies of #4D13F7
Complementary color
Monochromatic Colors of #4D13F7
Black with #4D13F7
Text Example
Text Example
White with #4D13F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D13F7; }
p { color: rgb(77,19,247); }
H1.HeaderClassName
{
color: #4D13F7;
}
.AnyTagClassName
{
color: #4D13F7;
}
</style>
background-color css
<style>
a { background-color: #4D13F7; }
a { background-color: rgb(77,19,247); }
div.DivClassName
{
background-color: #4D13F7;
}
.BgClassName
{
background-color: #4D13F7;
}
</style>
border-color css
<style>
span { border-color: #4D13F7; }
span { border-color: rgb(77,19,247); }
td.TdClassName
{
border-color: #4D13F7;
}
.TagClassName
{
border-color: #4D13F7;
}
</style>