Shades of Han Purple #4D04DC
Tints of Han Purple #4D04DC
RGB
CMYK
RGB Variations
Color information
#4D04DC (or 0x4D04DC) is known color: Han Purple. HEX triplet: 4D, 04 and DC. RGB value is (77,4,220). Sum of RGB (Red+Green+Blue) = 77+4+220=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 220 (86.33% from 255 or 73.09% from 301); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D04DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D04DC is #B2FB23. Grayscale: #313131. Windows color (decimal): -11729700 or 14419021. OLE color: 14419021.
HSL color Cylindrical-coordinate representation of color #4D04DC: hue angle of 260.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D04DC is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 4 | 220 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.14 |
| HSL | 260.28º | 0.96% | 0.44% | - |
| HSV(B) | 260.28º | 0.98% | 0.86% | - |
| XYZ | 16.02 | 6.83 | 68.18 | - |
| YUV | 50.45 | 223.68 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 220 | 0.65 | 0.98 | 0 | 0.14 | 260.28 | 0.96 | 0.44 |
| Hex | 4D | 4 | DC | 41 | 62 | 0 | E | 104 | 60 | 2C |
| Octal | 115 | 4 | 334 | 101 | 142 | 0 | 16 | 404 | 140 | 54 |
| Binary | 1001101 | 100 | 11011100 | 1000001 | 1100010 | 0 | 1110 | 100000100 | 1100000 | 101100 |
Color Harmonies of #4D04DC
Complementary color
Monochromatic Colors of #4D04DC
Black with #4D04DC
Text Example
Text Example
White with #4D04DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D04DC; }
p { color: rgb(77,4,220); }
H1.HeaderClassName
{
color: #4D04DC;
}
.AnyTagClassName
{
color: #4D04DC;
}
</style>
background-color css
<style>
a { background-color: #4D04DC; }
a { background-color: rgb(77,4,220); }
div.DivClassName
{
background-color: #4D04DC;
}
.BgClassName
{
background-color: #4D04DC;
}
</style>
border-color css
<style>
span { border-color: #4D04DC; }
span { border-color: rgb(77,4,220); }
td.TdClassName
{
border-color: #4D04DC;
}
.TagClassName
{
border-color: #4D04DC;
}
</style>