Shades of Han Purple #4F32FB
Tints of Han Purple #4F32FB
RGB
CMYK
RGB Variations
Color information
#4F32FB (or 0x4F32FB) is known color: Han Purple. HEX triplet: 4F, 32 and FB. RGB value is (79,50,251). Sum of RGB (Red+Green+Blue) = 79+50+251=380 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.79% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #4F32FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F32FB is #B0CD04. Grayscale: #505050. Windows color (decimal): -11586821 or 16462415. OLE color: 16462415.
HSL color Cylindrical-coordinate representation of color #4F32FB: hue angle of 248.66º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F32FB is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 50 | 251 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.02 |
| HSL | 248.66º | 0.96% | 0.59% | - |
| HSV(B) | 248.66º | 0.8% | 0.98% | - |
| XYZ | 21.78 | 10.91 | 92.22 | - |
| YUV | 81.59 | 223.61 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 50 | 251 | 0.69 | 0.80 | 0 | 0.02 | 248.66 | 0.96 | 0.59 |
| Hex | 4F | 32 | FB | 45 | 50 | 0 | 2 | F9 | 60 | 3B |
| Octal | 117 | 62 | 373 | 105 | 120 | 0 | 2 | 371 | 140 | 73 |
| Binary | 1001111 | 110010 | 11111011 | 1000101 | 1010000 | 0 | 10 | 11111001 | 1100000 | 111011 |
Color Harmonies of #4F32FB
Complementary color
Monochromatic Colors of #4F32FB
Black with #4F32FB
Text Example
Text Example
White with #4F32FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F32FB; }
p { color: rgb(79,50,251); }
H1.HeaderClassName
{
color: #4F32FB;
}
.AnyTagClassName
{
color: #4F32FB;
}
</style>
background-color css
<style>
a { background-color: #4F32FB; }
a { background-color: rgb(79,50,251); }
div.DivClassName
{
background-color: #4F32FB;
}
.BgClassName
{
background-color: #4F32FB;
}
</style>
border-color css
<style>
span { border-color: #4F32FB; }
span { border-color: rgb(79,50,251); }
td.TdClassName
{
border-color: #4F32FB;
}
.TagClassName
{
border-color: #4F32FB;
}
</style>