Shades of Han Purple #4D1CEC
Tints of Han Purple #4D1CEC
RGB
CMYK
RGB Variations
Color information
#4D1CEC (or 0x4D1CEC) is known color: Han Purple. HEX triplet: 4D, 1C and EC. RGB value is (77,28,236). Sum of RGB (Red+Green+Blue) = 77+28+236=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 236 (92.58% from 255 or 69.21% from 341); Max value from RGB is 236 - color contains mainly: blue. Hex color #4D1CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1CEC is #B2E313. Grayscale: #414141. Windows color (decimal): -11723540 or 15473741. OLE color: 15473741.
HSL color Cylindrical-coordinate representation of color #4D1CEC: hue angle of 254.13º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D1CEC is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 28 | 236 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.07 |
| HSL | 254.13º | 0.85% | 0.52% | - |
| HSV(B) | 254.13º | 0.88% | 0.93% | - |
| XYZ | 18.62 | 8.46 | 80.01 | - |
| YUV | 66.36 | 223.73 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 28 | 236 | 0.67 | 0.88 | 0 | 0.07 | 254.13 | 0.85 | 0.52 |
| Hex | 4D | 1C | EC | 43 | 58 | 0 | 7 | FE | 55 | 34 |
| Octal | 115 | 34 | 354 | 103 | 130 | 0 | 7 | 376 | 125 | 64 |
| Binary | 1001101 | 11100 | 11101100 | 1000011 | 1011000 | 0 | 111 | 11111110 | 1010101 | 110100 |
Color Harmonies of #4D1CEC
Complementary color
Monochromatic Colors of #4D1CEC
Black with #4D1CEC
Text Example
Text Example
White with #4D1CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1CEC; }
p { color: rgb(77,28,236); }
H1.HeaderClassName
{
color: #4D1CEC;
}
.AnyTagClassName
{
color: #4D1CEC;
}
</style>
background-color css
<style>
a { background-color: #4D1CEC; }
a { background-color: rgb(77,28,236); }
div.DivClassName
{
background-color: #4D1CEC;
}
.BgClassName
{
background-color: #4D1CEC;
}
</style>
border-color css
<style>
span { border-color: #4D1CEC; }
span { border-color: rgb(77,28,236); }
td.TdClassName
{
border-color: #4D1CEC;
}
.TagClassName
{
border-color: #4D1CEC;
}
</style>