Shades of Han Purple #4A1FD9
Tints of Han Purple #4A1FD9
RGB
CMYK
RGB Variations
Color information
#4A1FD9 (or 0x4A1FD9) is known color: Han Purple. HEX triplet: 4A, 1F and D9. RGB value is (74,31,217). Sum of RGB (Red+Green+Blue) = 74+31+217=322 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.98% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 217 (85.16% from 255 or 67.39% from 322); Max value from RGB is 217 - color contains mainly: blue. Hex color #4A1FD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1FD9 is #B5E026. Grayscale: #404040. Windows color (decimal): -11919399 or 14229322. OLE color: 14229322.
HSL color Cylindrical-coordinate representation of color #4A1FD9: hue angle of 253.87º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A1FD9 is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 31 | 217 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.15 |
| HSL | 253.87º | 0.75% | 0.49% | - |
| HSV(B) | 253.87º | 0.86% | 0.85% | - |
| XYZ | 15.84 | 7.45 | 66.25 | - |
| YUV | 65.06 | 213.75 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 31 | 217 | 0.66 | 0.86 | 0 | 0.15 | 253.87 | 0.75 | 0.49 |
| Hex | 4A | 1F | D9 | 42 | 56 | 0 | F | FE | 4B | 31 |
| Octal | 112 | 37 | 331 | 102 | 126 | 0 | 17 | 376 | 113 | 61 |
| Binary | 1001010 | 11111 | 11011001 | 1000010 | 1010110 | 0 | 1111 | 11111110 | 1001011 | 110001 |
Color Harmonies of #4A1FD9
Complementary color
Monochromatic Colors of #4A1FD9
Black with #4A1FD9
Text Example
Text Example
White with #4A1FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1FD9; }
p { color: rgb(74,31,217); }
H1.HeaderClassName
{
color: #4A1FD9;
}
.AnyTagClassName
{
color: #4A1FD9;
}
</style>
background-color css
<style>
a { background-color: #4A1FD9; }
a { background-color: rgb(74,31,217); }
div.DivClassName
{
background-color: #4A1FD9;
}
.BgClassName
{
background-color: #4A1FD9;
}
</style>
border-color css
<style>
span { border-color: #4A1FD9; }
span { border-color: rgb(74,31,217); }
td.TdClassName
{
border-color: #4A1FD9;
}
.TagClassName
{
border-color: #4A1FD9;
}
</style>