Shades of Han Purple #4D21FE
Tints of Han Purple #4D21FE
RGB
CMYK
RGB Variations
Color information
#4D21FE (or 0x4D21FE) is known color: Han Purple. HEX triplet: 4D, 21 and FE. RGB value is (77,33,254). Sum of RGB (Red+Green+Blue) = 77+33+254=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D21FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D21FE is #B2DE01. Grayscale: #464646. Windows color (decimal): -11722242 or 16654669. OLE color: 16654669.
HSL color Cylindrical-coordinate representation of color #4D21FE: hue angle of 251.95º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D21FE is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 33 | 254 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.00 |
| HSL | 251.95º | 0.99% | 0.56% | - |
| HSV(B) | 251.95º | 0.87% | 1% | - |
| XYZ | 21.49 | 9.82 | 94.53 | - |
| YUV | 71.35 | 231.08 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 254 | 0.70 | 0.87 | 0 | 0.00 | 251.95 | 0.99 | 0.56 |
| Hex | 4D | 21 | FE | 46 | 57 | 0 | 0 | FC | 63 | 38 |
| Octal | 115 | 41 | 376 | 106 | 127 | 0 | 0 | 374 | 143 | 70 |
| Binary | 1001101 | 100001 | 11111110 | 1000110 | 1010111 | 0 | 0 | 11111100 | 1100011 | 111000 |
Color Harmonies of #4D21FE
Complementary color
Monochromatic Colors of #4D21FE
Black with #4D21FE
Text Example
Text Example
White with #4D21FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D21FE; }
p { color: rgb(77,33,254); }
H1.HeaderClassName
{
color: #4D21FE;
}
.AnyTagClassName
{
color: #4D21FE;
}
</style>
background-color css
<style>
a { background-color: #4D21FE; }
a { background-color: rgb(77,33,254); }
div.DivClassName
{
background-color: #4D21FE;
}
.BgClassName
{
background-color: #4D21FE;
}
</style>
border-color css
<style>
span { border-color: #4D21FE; }
span { border-color: rgb(77,33,254); }
td.TdClassName
{
border-color: #4D21FE;
}
.TagClassName
{
border-color: #4D21FE;
}
</style>