Shades of Han Purple #4D1FFB
Tints of Han Purple #4D1FFB
RGB
CMYK
RGB Variations
Color information
#4D1FFB (or 0x4D1FFB) is known color: Han Purple. HEX triplet: 4D, 1F and FB. RGB value is (77,31,251). Sum of RGB (Red+Green+Blue) = 77+31+251=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 251 (98.44% from 255 or 69.92% from 359); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D1FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1FFB is #B2E004. Grayscale: #454545. Windows color (decimal): -11722757 or 16457549. OLE color: 16457549.
HSL color Cylindrical-coordinate representation of color #4D1FFB: hue angle of 252.55º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D1FFB is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 31 | 251 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.02 |
| HSL | 252.55º | 0.96% | 0.55% | - |
| HSV(B) | 252.55º | 0.88% | 0.98% | - |
| XYZ | 20.96 | 9.52 | 92 | - |
| YUV | 69.83 | 230.24 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 31 | 251 | 0.69 | 0.88 | 0 | 0.02 | 252.55 | 0.96 | 0.55 |
| Hex | 4D | 1F | FB | 45 | 58 | 0 | 2 | FD | 60 | 37 |
| Octal | 115 | 37 | 373 | 105 | 130 | 0 | 2 | 375 | 140 | 67 |
| Binary | 1001101 | 11111 | 11111011 | 1000101 | 1011000 | 0 | 10 | 11111101 | 1100000 | 110111 |
Color Harmonies of #4D1FFB
Complementary color
Monochromatic Colors of #4D1FFB
Black with #4D1FFB
Text Example
Text Example
White with #4D1FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1FFB; }
p { color: rgb(77,31,251); }
H1.HeaderClassName
{
color: #4D1FFB;
}
.AnyTagClassName
{
color: #4D1FFB;
}
</style>
background-color css
<style>
a { background-color: #4D1FFB; }
a { background-color: rgb(77,31,251); }
div.DivClassName
{
background-color: #4D1FFB;
}
.BgClassName
{
background-color: #4D1FFB;
}
</style>
border-color css
<style>
span { border-color: #4D1FFB; }
span { border-color: rgb(77,31,251); }
td.TdClassName
{
border-color: #4D1FFB;
}
.TagClassName
{
border-color: #4D1FFB;
}
</style>