Shades of Han Purple #4D0CEA
Tints of Han Purple #4D0CEA
RGB
CMYK
RGB Variations
Color information
#4D0CEA (or 0x4D0CEA) is known color: Han Purple. HEX triplet: 4D, 0C and EA. RGB value is (77,12,234). Sum of RGB (Red+Green+Blue) = 77+12+234=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 234 (91.80% from 255 or 72.45% from 323); Max value from RGB is 234 - color contains mainly: blue. Hex color #4D0CEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0CEA is #B2F315. Grayscale: #373737. Windows color (decimal): -11727638 or 15338573. OLE color: 15338573.
HSL color Cylindrical-coordinate representation of color #4D0CEA: hue angle of 257.57º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0CEA is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 12 | 234 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.08 |
| HSL | 257.57º | 0.9% | 0.48% | - |
| HSV(B) | 257.57º | 0.95% | 0.92% | - |
| XYZ | 18.04 | 7.78 | 78.39 | - |
| YUV | 56.74 | 228.03 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 234 | 0.67 | 0.95 | 0 | 0.08 | 257.57 | 0.9 | 0.48 |
| Hex | 4D | C | EA | 43 | 5F | 0 | 8 | 102 | 5A | 30 |
| Octal | 115 | 14 | 352 | 103 | 137 | 0 | 10 | 402 | 132 | 60 |
| Binary | 1001101 | 1100 | 11101010 | 1000011 | 1011111 | 0 | 1000 | 100000010 | 1011010 | 110000 |
Color Harmonies of #4D0CEA
Complementary color
Monochromatic Colors of #4D0CEA
Black with #4D0CEA
Text Example
Text Example
White with #4D0CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0CEA; }
p { color: rgb(77,12,234); }
H1.HeaderClassName
{
color: #4D0CEA;
}
.AnyTagClassName
{
color: #4D0CEA;
}
</style>
background-color css
<style>
a { background-color: #4D0CEA; }
a { background-color: rgb(77,12,234); }
div.DivClassName
{
background-color: #4D0CEA;
}
.BgClassName
{
background-color: #4D0CEA;
}
</style>
border-color css
<style>
span { border-color: #4D0CEA; }
span { border-color: rgb(77,12,234); }
td.TdClassName
{
border-color: #4D0CEA;
}
.TagClassName
{
border-color: #4D0CEA;
}
</style>