Shades of Han Purple #4D2CDC
Tints of Han Purple #4D2CDC
RGB
CMYK
RGB Variations
Color information
#4D2CDC (or 0x4D2CDC) is known color: Han Purple. HEX triplet: 4D, 2C and DC. RGB value is (77,44,220). Sum of RGB (Red+Green+Blue) = 77+44+220=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D2CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2CDC is #B2D323. Grayscale: #494949. Windows color (decimal): -11719460 or 14429261. OLE color: 14429261.
HSL color Cylindrical-coordinate representation of color #4D2CDC: hue angle of 251.25º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D2CDC is Cyan = 0.65, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 44 | 220 | - |
| CMYK | 0.65 | 0.8 | 0 | 0.14 |
| HSL | 251.25º | 0.72% | 0.52% | - |
| HSV(B) | 251.25º | 0.8% | 0.86% | - |
| XYZ | 16.88 | 8.55 | 68.47 | - |
| YUV | 73.93 | 210.43 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 44 | 220 | 0.65 | 0.8 | 0 | 0.14 | 251.25 | 0.72 | 0.52 |
| Hex | 4D | 2C | DC | 41 | 50 | 0 | E | FB | 48 | 34 |
| Octal | 115 | 54 | 334 | 101 | 120 | 0 | 16 | 373 | 110 | 64 |
| Binary | 1001101 | 101100 | 11011100 | 1000001 | 1010000 | 0 | 1110 | 11111011 | 1001000 | 110100 |
Color Harmonies of #4D2CDC
Complementary color
Monochromatic Colors of #4D2CDC
Black with #4D2CDC
Text Example
Text Example
White with #4D2CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2CDC; }
p { color: rgb(77,44,220); }
H1.HeaderClassName
{
color: #4D2CDC;
}
.AnyTagClassName
{
color: #4D2CDC;
}
</style>
background-color css
<style>
a { background-color: #4D2CDC; }
a { background-color: rgb(77,44,220); }
div.DivClassName
{
background-color: #4D2CDC;
}
.BgClassName
{
background-color: #4D2CDC;
}
</style>
border-color css
<style>
span { border-color: #4D2CDC; }
span { border-color: rgb(77,44,220); }
td.TdClassName
{
border-color: #4D2CDC;
}
.TagClassName
{
border-color: #4D2CDC;
}
</style>