Shades of Han Purple #4D0AFF
Tints of Han Purple #4D0AFF
RGB
CMYK
RGB Variations
Color information
#4D0AFF (or 0x4D0AFF) is known color: Han Purple. HEX triplet: 4D, 0A and FF. RGB value is (77,10,255). Sum of RGB (Red+Green+Blue) = 77+10+255=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 10 (4.30% from 255 or 2.92% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D0AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0AFF is #B2F500. Grayscale: #393939. Windows color (decimal): -11728129 or 16714317. OLE color: 16714317.
HSL color Cylindrical-coordinate representation of color #4D0AFF: hue angle of 256.41º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D0AFF is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 10 | 255 | - |
| CMYK | 0.70 | 0.96 | 0 | 0 |
| HSL | 256.41º | 1% | 0.52% | - |
| HSV(B) | 256.41º | 0.96% | 1% | - |
| XYZ | 21.22 | 9.01 | 95.23 | - |
| YUV | 57.96 | 239.2 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 10 | 255 | 0.70 | 0.96 | 0 | 0 | 256.41 | 1 | 0.52 |
| Hex | 4D | A | FF | 46 | 60 | 0 | 0 | 100 | 64 | 34 |
| Octal | 115 | 12 | 377 | 106 | 140 | 0 | 0 | 400 | 144 | 64 |
| Binary | 1001101 | 1010 | 11111111 | 1000110 | 1100000 | 0 | 0 | 100000000 | 1100100 | 110100 |
Color Harmonies of #4D0AFF
Complementary color
Monochromatic Colors of #4D0AFF
Black with #4D0AFF
Text Example
Text Example
White with #4D0AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0AFF; }
p { color: rgb(77,10,255); }
H1.HeaderClassName
{
color: #4D0AFF;
}
.AnyTagClassName
{
color: #4D0AFF;
}
</style>
background-color css
<style>
a { background-color: #4D0AFF; }
a { background-color: rgb(77,10,255); }
div.DivClassName
{
background-color: #4D0AFF;
}
.BgClassName
{
background-color: #4D0AFF;
}
</style>
border-color css
<style>
span { border-color: #4D0AFF; }
span { border-color: rgb(77,10,255); }
td.TdClassName
{
border-color: #4D0AFF;
}
.TagClassName
{
border-color: #4D0AFF;
}
</style>