Shades of Han Purple #4731FC
Tints of Han Purple #4731FC
RGB
CMYK
RGB Variations
Color information
#4731FC (or 0x4731FC) is known color: Han Purple. HEX triplet: 47, 31 and FC. RGB value is (71,49,252). Sum of RGB (Red+Green+Blue) = 71+49+252=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 252 (98.83% from 255 or 67.74% from 372); Max value from RGB is 252 - color contains mainly: blue. Hex color #4731FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4731FC is #B8CE03. Grayscale: #4D4D4D. Windows color (decimal): -12111364 or 16527687. OLE color: 16527687.
HSL color Cylindrical-coordinate representation of color #4731FC: hue angle of 246.5º degrees, saturation: 0.97, 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 #4731FC is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 49 | 252 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.01 |
| HSL | 246.5º | 0.97% | 0.59% | - |
| HSV(B) | 246.5º | 0.81% | 0.99% | - |
| XYZ | 21.27 | 10.56 | 93.01 | - |
| YUV | 78.72 | 225.79 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 252 | 0.72 | 0.81 | 0 | 0.01 | 246.5 | 0.97 | 0.59 |
| Hex | 47 | 31 | FC | 48 | 51 | 0 | 1 | F7 | 61 | 3B |
| Octal | 107 | 61 | 374 | 110 | 121 | 0 | 1 | 367 | 141 | 73 |
| Binary | 1000111 | 110001 | 11111100 | 1001000 | 1010001 | 0 | 1 | 11110111 | 1100001 | 111011 |
Color Harmonies of #4731FC
Complementary color
Monochromatic Colors of #4731FC
Black with #4731FC
Text Example
Text Example
White with #4731FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4731FC; }
p { color: rgb(71,49,252); }
H1.HeaderClassName
{
color: #4731FC;
}
.AnyTagClassName
{
color: #4731FC;
}
</style>
background-color css
<style>
a { background-color: #4731FC; }
a { background-color: rgb(71,49,252); }
div.DivClassName
{
background-color: #4731FC;
}
.BgClassName
{
background-color: #4731FC;
}
</style>
border-color css
<style>
span { border-color: #4731FC; }
span { border-color: rgb(71,49,252); }
td.TdClassName
{
border-color: #4731FC;
}
.TagClassName
{
border-color: #4731FC;
}
</style>