Shades of Han Purple #4D21FA
Tints of Han Purple #4D21FA
RGB
CMYK
RGB Variations
Color information
#4D21FA (or 0x4D21FA) is known color: Han Purple. HEX triplet: 4D, 21 and FA. RGB value is (77,33,250). Sum of RGB (Red+Green+Blue) = 77+33+250=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 250 (98.05% from 255 or 69.44% from 360); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D21FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D21FA is #B2DE05. Grayscale: #464646. Windows color (decimal): -11722246 or 16392525. OLE color: 16392525.
HSL color Cylindrical-coordinate representation of color #4D21FA: hue angle of 252.17º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D21FA is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 33 | 250 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.02 |
| HSL | 252.17º | 0.96% | 0.55% | - |
| HSV(B) | 252.17º | 0.87% | 0.98% | - |
| XYZ | 20.86 | 9.57 | 91.19 | - |
| YUV | 70.89 | 229.08 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 250 | 0.69 | 0.87 | 0 | 0.02 | 252.17 | 0.96 | 0.55 |
| Hex | 4D | 21 | FA | 45 | 57 | 0 | 2 | FC | 60 | 37 |
| Octal | 115 | 41 | 372 | 105 | 127 | 0 | 2 | 374 | 140 | 67 |
| Binary | 1001101 | 100001 | 11111010 | 1000101 | 1010111 | 0 | 10 | 11111100 | 1100000 | 110111 |
Color Harmonies of #4D21FA
Complementary color
Monochromatic Colors of #4D21FA
Black with #4D21FA
Text Example
Text Example
White with #4D21FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D21FA; }
p { color: rgb(77,33,250); }
H1.HeaderClassName
{
color: #4D21FA;
}
.AnyTagClassName
{
color: #4D21FA;
}
</style>
background-color css
<style>
a { background-color: #4D21FA; }
a { background-color: rgb(77,33,250); }
div.DivClassName
{
background-color: #4D21FA;
}
.BgClassName
{
background-color: #4D21FA;
}
</style>
border-color css
<style>
span { border-color: #4D21FA; }
span { border-color: rgb(77,33,250); }
td.TdClassName
{
border-color: #4D21FA;
}
.TagClassName
{
border-color: #4D21FA;
}
</style>