Shades of Han Purple #4D1FFC
Tints of Han Purple #4D1FFC
RGB
CMYK
RGB Variations
Color information
#4D1FFC (or 0x4D1FFC) is known color: Han Purple. HEX triplet: 4D, 1F and FC. RGB value is (77,31,252). Sum of RGB (Red+Green+Blue) = 77+31+252=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 31 (12.5% from 255 or 8.61% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D1FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1FFC is #B2E003. Grayscale: #454545. Windows color (decimal): -11722756 or 16523085. OLE color: 16523085.
HSL color Cylindrical-coordinate representation of color #4D1FFC: hue angle of 252.49º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D1FFC is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 31 | 252 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.01 |
| HSL | 252.49º | 0.97% | 0.55% | - |
| HSV(B) | 252.49º | 0.88% | 0.99% | - |
| XYZ | 21.12 | 9.59 | 92.83 | - |
| YUV | 69.95 | 230.74 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 31 | 252 | 0.69 | 0.88 | 0 | 0.01 | 252.49 | 0.97 | 0.55 |
| Hex | 4D | 1F | FC | 45 | 58 | 0 | 1 | FC | 61 | 37 |
| Octal | 115 | 37 | 374 | 105 | 130 | 0 | 1 | 374 | 141 | 67 |
| Binary | 1001101 | 11111 | 11111100 | 1000101 | 1011000 | 0 | 1 | 11111100 | 1100001 | 110111 |
Color Harmonies of #4D1FFC
Complementary color
Monochromatic Colors of #4D1FFC
Black with #4D1FFC
Text Example
Text Example
White with #4D1FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1FFC; }
p { color: rgb(77,31,252); }
H1.HeaderClassName
{
color: #4D1FFC;
}
.AnyTagClassName
{
color: #4D1FFC;
}
</style>
background-color css
<style>
a { background-color: #4D1FFC; }
a { background-color: rgb(77,31,252); }
div.DivClassName
{
background-color: #4D1FFC;
}
.BgClassName
{
background-color: #4D1FFC;
}
</style>
border-color css
<style>
span { border-color: #4D1FFC; }
span { border-color: rgb(77,31,252); }
td.TdClassName
{
border-color: #4D1FFC;
}
.TagClassName
{
border-color: #4D1FFC;
}
</style>