Shades of Han Purple #4D0CEB
Tints of Han Purple #4D0CEB
RGB
CMYK
RGB Variations
Color information
#4D0CEB (or 0x4D0CEB) is known color: Han Purple. HEX triplet: 4D, 0C and EB. RGB value is (77,12,235). Sum of RGB (Red+Green+Blue) = 77+12+235=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 235 (92.19% from 255 or 72.53% from 324); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D0CEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0CEB is #B2F314. Grayscale: #383838. Windows color (decimal): -11727637 or 15404109. OLE color: 15404109.
HSL color Cylindrical-coordinate representation of color #4D0CEB: hue angle of 257.49º 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 #4D0CEB is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 12 | 235 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.08 |
| HSL | 257.49º | 0.9% | 0.48% | - |
| HSV(B) | 257.49º | 0.95% | 0.92% | - |
| XYZ | 18.19 | 7.84 | 79.15 | - |
| YUV | 56.86 | 228.53 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 235 | 0.67 | 0.95 | 0 | 0.08 | 257.49 | 0.9 | 0.48 |
| Hex | 4D | C | EB | 43 | 5F | 0 | 8 | 101 | 5A | 30 |
| Octal | 115 | 14 | 353 | 103 | 137 | 0 | 10 | 401 | 132 | 60 |
| Binary | 1001101 | 1100 | 11101011 | 1000011 | 1011111 | 0 | 1000 | 100000001 | 1011010 | 110000 |
Color Harmonies of #4D0CEB
Complementary color
Monochromatic Colors of #4D0CEB
Black with #4D0CEB
Text Example
Text Example
White with #4D0CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0CEB; }
p { color: rgb(77,12,235); }
H1.HeaderClassName
{
color: #4D0CEB;
}
.AnyTagClassName
{
color: #4D0CEB;
}
</style>
background-color css
<style>
a { background-color: #4D0CEB; }
a { background-color: rgb(77,12,235); }
div.DivClassName
{
background-color: #4D0CEB;
}
.BgClassName
{
background-color: #4D0CEB;
}
</style>
border-color css
<style>
span { border-color: #4D0CEB; }
span { border-color: rgb(77,12,235); }
td.TdClassName
{
border-color: #4D0CEB;
}
.TagClassName
{
border-color: #4D0CEB;
}
</style>