Shades of Han Purple #4D02EB
Tints of Han Purple #4D02EB
RGB
CMYK
RGB Variations
Color information
#4D02EB (or 0x4D02EB) is known color: Han Purple. HEX triplet: 4D, 02 and EB. RGB value is (77,2,235). Sum of RGB (Red+Green+Blue) = 77+2+235=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 235 (92.19% from 255 or 74.84% from 314); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D02EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D02EB is #B2FD14. Grayscale: #323232. Windows color (decimal): -11730197 or 15401549. OLE color: 15401549.
HSL color Cylindrical-coordinate representation of color #4D02EB: hue angle of 259.31º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D02EB is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 2 | 235 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.08 |
| HSL | 259.31º | 0.98% | 0.46% | - |
| HSV(B) | 259.31º | 0.99% | 0.92% | - |
| XYZ | 18.08 | 7.62 | 79.12 | - |
| YUV | 50.99 | 231.85 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 235 | 0.67 | 0.99 | 0 | 0.08 | 259.31 | 0.98 | 0.46 |
| Hex | 4D | 2 | EB | 43 | 63 | 0 | 8 | 103 | 62 | 2E |
| Octal | 115 | 2 | 353 | 103 | 143 | 0 | 10 | 403 | 142 | 56 |
| Binary | 1001101 | 10 | 11101011 | 1000011 | 1100011 | 0 | 1000 | 100000011 | 1100010 | 101110 |
Color Harmonies of #4D02EB
Complementary color
Monochromatic Colors of #4D02EB
Black with #4D02EB
Text Example
Text Example
White with #4D02EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D02EB; }
p { color: rgb(77,2,235); }
H1.HeaderClassName
{
color: #4D02EB;
}
.AnyTagClassName
{
color: #4D02EB;
}
</style>
background-color css
<style>
a { background-color: #4D02EB; }
a { background-color: rgb(77,2,235); }
div.DivClassName
{
background-color: #4D02EB;
}
.BgClassName
{
background-color: #4D02EB;
}
</style>
border-color css
<style>
span { border-color: #4D02EB; }
span { border-color: rgb(77,2,235); }
td.TdClassName
{
border-color: #4D02EB;
}
.TagClassName
{
border-color: #4D02EB;
}
</style>