Shades of Han Purple #4D1CDD
Tints of Han Purple #4D1CDD
RGB
CMYK
RGB Variations
Color information
#4D1CDD (or 0x4D1CDD) is known color: Han Purple. HEX triplet: 4D, 1C and DD. RGB value is (77,28,221). Sum of RGB (Red+Green+Blue) = 77+28+221=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D1CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1CDD is #B2E322. Grayscale: #3F3F3F. Windows color (decimal): -11723555 or 14490701. OLE color: 14490701.
HSL color Cylindrical-coordinate representation of color #4D1CDD: hue angle of 255.23º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D1CDD is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 28 | 221 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.13 |
| HSL | 255.23º | 0.78% | 0.49% | - |
| HSV(B) | 255.23º | 0.87% | 0.87% | - |
| XYZ | 16.53 | 7.63 | 69.01 | - |
| YUV | 64.65 | 216.23 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 28 | 221 | 0.65 | 0.87 | 0 | 0.13 | 255.23 | 0.78 | 0.49 |
| Hex | 4D | 1C | DD | 41 | 57 | 0 | D | FF | 4E | 31 |
| Octal | 115 | 34 | 335 | 101 | 127 | 0 | 15 | 377 | 116 | 61 |
| Binary | 1001101 | 11100 | 11011101 | 1000001 | 1010111 | 0 | 1101 | 11111111 | 1001110 | 110001 |
Color Harmonies of #4D1CDD
Complementary color
Monochromatic Colors of #4D1CDD
Black with #4D1CDD
Text Example
Text Example
White with #4D1CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1CDD; }
p { color: rgb(77,28,221); }
H1.HeaderClassName
{
color: #4D1CDD;
}
.AnyTagClassName
{
color: #4D1CDD;
}
</style>
background-color css
<style>
a { background-color: #4D1CDD; }
a { background-color: rgb(77,28,221); }
div.DivClassName
{
background-color: #4D1CDD;
}
.BgClassName
{
background-color: #4D1CDD;
}
</style>
border-color css
<style>
span { border-color: #4D1CDD; }
span { border-color: rgb(77,28,221); }
td.TdClassName
{
border-color: #4D1CDD;
}
.TagClassName
{
border-color: #4D1CDD;
}
</style>