Shades of Han Purple #4D0FDD
Tints of Han Purple #4D0FDD
RGB
CMYK
RGB Variations
Color information
#4D0FDD (or 0x4D0FDD) is known color: Han Purple. HEX triplet: 4D, 0F and DD. RGB value is (77,15,221). Sum of RGB (Red+Green+Blue) = 77+15+221=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 221 (86.72% from 255 or 70.61% from 313); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D0FDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0FDD is #B2F022. Grayscale: #383838. Windows color (decimal): -11726883 or 14487373. OLE color: 14487373.
HSL color Cylindrical-coordinate representation of color #4D0FDD: hue angle of 258.06º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D0FDD is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 15 | 221 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.13 |
| HSL | 258.06º | 0.87% | 0.46% | - |
| HSV(B) | 258.06º | 0.93% | 0.87% | - |
| XYZ | 16.28 | 7.14 | 68.93 | - |
| YUV | 57.02 | 220.54 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 15 | 221 | 0.65 | 0.93 | 0 | 0.13 | 258.06 | 0.87 | 0.46 |
| Hex | 4D | F | DD | 41 | 5D | 0 | D | 102 | 57 | 2E |
| Octal | 115 | 17 | 335 | 101 | 135 | 0 | 15 | 402 | 127 | 56 |
| Binary | 1001101 | 1111 | 11011101 | 1000001 | 1011101 | 0 | 1101 | 100000010 | 1010111 | 101110 |
Color Harmonies of #4D0FDD
Complementary color
Monochromatic Colors of #4D0FDD
Black with #4D0FDD
Text Example
Text Example
White with #4D0FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0FDD; }
p { color: rgb(77,15,221); }
H1.HeaderClassName
{
color: #4D0FDD;
}
.AnyTagClassName
{
color: #4D0FDD;
}
</style>
background-color css
<style>
a { background-color: #4D0FDD; }
a { background-color: rgb(77,15,221); }
div.DivClassName
{
background-color: #4D0FDD;
}
.BgClassName
{
background-color: #4D0FDD;
}
</style>
border-color css
<style>
span { border-color: #4D0FDD; }
span { border-color: rgb(77,15,221); }
td.TdClassName
{
border-color: #4D0FDD;
}
.TagClassName
{
border-color: #4D0FDD;
}
</style>