Shades of Han Purple #4D01D5
Tints of Han Purple #4D01D5
RGB
CMYK
RGB Variations
Color information
#4D01D5 (or 0x4D01D5) is known color: Han Purple. HEX triplet: 4D, 01 and D5. RGB value is (77,1,213). Sum of RGB (Red+Green+Blue) = 77+1+213=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 213 (83.59% from 255 or 73.20% from 291); Max value from RGB is 213 - color contains mainly: blue. Hex color #4D01D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D01D5 is #B2FE2A. Grayscale: #2F2F2F. Windows color (decimal): -11730475 or 13959501. OLE color: 13959501.
HSL color Cylindrical-coordinate representation of color #4D01D5: hue angle of 261.51º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D01D5 is Cyan = 0.64, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 1 | 213 | - |
| CMYK | 0.64 | 1.00 | 0 | 0.16 |
| HSL | 261.51º | 0.99% | 0.42% | - |
| HSV(B) | 261.51º | 1% | 0.84% | - |
| XYZ | 15.08 | 6.4 | 63.39 | - |
| YUV | 47.89 | 221.18 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 1 | 213 | 0.64 | 1.00 | 0 | 0.16 | 261.51 | 0.99 | 0.42 |
| Hex | 4D | 1 | D5 | 40 | 64 | 0 | 10 | 106 | 63 | 2A |
| Octal | 115 | 1 | 325 | 100 | 144 | 0 | 20 | 406 | 143 | 52 |
| Binary | 1001101 | 1 | 11010101 | 1000000 | 1100100 | 0 | 10000 | 100000110 | 1100011 | 101010 |
Color Harmonies of #4D01D5
Complementary color
Monochromatic Colors of #4D01D5
Black with #4D01D5
Text Example
Text Example
White with #4D01D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D01D5; }
p { color: rgb(77,1,213); }
H1.HeaderClassName
{
color: #4D01D5;
}
.AnyTagClassName
{
color: #4D01D5;
}
</style>
background-color css
<style>
a { background-color: #4D01D5; }
a { background-color: rgb(77,1,213); }
div.DivClassName
{
background-color: #4D01D5;
}
.BgClassName
{
background-color: #4D01D5;
}
</style>
border-color css
<style>
span { border-color: #4D01D5; }
span { border-color: rgb(77,1,213); }
td.TdClassName
{
border-color: #4D01D5;
}
.TagClassName
{
border-color: #4D01D5;
}
</style>