Shades of Han Purple #4A31FD
Tints of Han Purple #4A31FD
RGB
CMYK
RGB Variations
Color information
#4A31FD (or 0x4A31FD) is known color: Han Purple. HEX triplet: 4A, 31 and FD. RGB value is (74,49,253). Sum of RGB (Red+Green+Blue) = 74+49+253=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A31FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A31FD is #B5CE02. Grayscale: #4E4E4E. Windows color (decimal): -11914755 or 16593226. OLE color: 16593226.
HSL color Cylindrical-coordinate representation of color #4A31FD: hue angle of 247.35º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A31FD is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 49 | 253 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.01 |
| HSL | 247.35º | 0.98% | 0.59% | - |
| HSV(B) | 247.35º | 0.81% | 0.99% | - |
| XYZ | 21.65 | 10.74 | 93.86 | - |
| YUV | 79.73 | 225.78 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 49 | 253 | 0.71 | 0.81 | 0 | 0.01 | 247.35 | 0.98 | 0.59 |
| Hex | 4A | 31 | FD | 47 | 51 | 0 | 1 | F7 | 62 | 3B |
| Octal | 112 | 61 | 375 | 107 | 121 | 0 | 1 | 367 | 142 | 73 |
| Binary | 1001010 | 110001 | 11111101 | 1000111 | 1010001 | 0 | 1 | 11110111 | 1100010 | 111011 |
Color Harmonies of #4A31FD
Complementary color
Monochromatic Colors of #4A31FD
Black with #4A31FD
Text Example
Text Example
White with #4A31FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A31FD; }
p { color: rgb(74,49,253); }
H1.HeaderClassName
{
color: #4A31FD;
}
.AnyTagClassName
{
color: #4A31FD;
}
</style>
background-color css
<style>
a { background-color: #4A31FD; }
a { background-color: rgb(74,49,253); }
div.DivClassName
{
background-color: #4A31FD;
}
.BgClassName
{
background-color: #4A31FD;
}
</style>
border-color css
<style>
span { border-color: #4A31FD; }
span { border-color: rgb(74,49,253); }
td.TdClassName
{
border-color: #4A31FD;
}
.TagClassName
{
border-color: #4A31FD;
}
</style>