Shades of Han Purple #4F2DFB
Tints of Han Purple #4F2DFB
RGB
CMYK
RGB Variations
Color information
#4F2DFB (or 0x4F2DFB) is known color: Han Purple. HEX triplet: 4F, 2D and FB. RGB value is (79,45,251). Sum of RGB (Red+Green+Blue) = 79+45+251=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #4F2DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F2DFB is #B0D204. Grayscale: #4D4D4D. Windows color (decimal): -11588101 or 16461135. OLE color: 16461135.
HSL color Cylindrical-coordinate representation of color #4F2DFB: hue angle of 249.9º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F2DFB is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 45 | 251 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.02 |
| HSL | 249.9º | 0.96% | 0.58% | - |
| HSV(B) | 249.9º | 0.82% | 0.98% | - |
| XYZ | 21.58 | 10.5 | 92.16 | - |
| YUV | 78.65 | 225.26 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 45 | 251 | 0.69 | 0.82 | 0 | 0.02 | 249.9 | 0.96 | 0.58 |
| Hex | 4F | 2D | FB | 45 | 52 | 0 | 2 | FA | 60 | 3A |
| Octal | 117 | 55 | 373 | 105 | 122 | 0 | 2 | 372 | 140 | 72 |
| Binary | 1001111 | 101101 | 11111011 | 1000101 | 1010010 | 0 | 10 | 11111010 | 1100000 | 111010 |
Color Harmonies of #4F2DFB
Complementary color
Monochromatic Colors of #4F2DFB
Black with #4F2DFB
Text Example
Text Example
White with #4F2DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2DFB; }
p { color: rgb(79,45,251); }
H1.HeaderClassName
{
color: #4F2DFB;
}
.AnyTagClassName
{
color: #4F2DFB;
}
</style>
background-color css
<style>
a { background-color: #4F2DFB; }
a { background-color: rgb(79,45,251); }
div.DivClassName
{
background-color: #4F2DFB;
}
.BgClassName
{
background-color: #4F2DFB;
}
</style>
border-color css
<style>
span { border-color: #4F2DFB; }
span { border-color: rgb(79,45,251); }
td.TdClassName
{
border-color: #4F2DFB;
}
.TagClassName
{
border-color: #4F2DFB;
}
</style>