Shades of Han Purple #4F32DF
Tints of Han Purple #4F32DF
RGB
CMYK
RGB Variations
Color information
#4F32DF (or 0x4F32DF) is known color: Han Purple. HEX triplet: 4F, 32 and DF. RGB value is (79,50,223). Sum of RGB (Red+Green+Blue) = 79+50+223=352 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.44% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #4F32DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F32DF is #B0CD20. Grayscale: #4D4D4D. Windows color (decimal): -11586849 or 14627407. OLE color: 14627407.
HSL color Cylindrical-coordinate representation of color #4F32DF: hue angle of 250.06º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F32DF is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 50 | 223 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.13 |
| HSL | 250.06º | 0.73% | 0.54% | - |
| HSV(B) | 250.06º | 0.78% | 0.87% | - |
| XYZ | 17.68 | 9.27 | 70.67 | - |
| YUV | 78.39 | 209.61 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 50 | 223 | 0.65 | 0.78 | 0 | 0.13 | 250.06 | 0.73 | 0.54 |
| Hex | 4F | 32 | DF | 41 | 4E | 0 | D | FA | 49 | 36 |
| Octal | 117 | 62 | 337 | 101 | 116 | 0 | 15 | 372 | 111 | 66 |
| Binary | 1001111 | 110010 | 11011111 | 1000001 | 1001110 | 0 | 1101 | 11111010 | 1001001 | 110110 |
Color Harmonies of #4F32DF
Complementary color
Monochromatic Colors of #4F32DF
Black with #4F32DF
Text Example
Text Example
White with #4F32DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F32DF; }
p { color: rgb(79,50,223); }
H1.HeaderClassName
{
color: #4F32DF;
}
.AnyTagClassName
{
color: #4F32DF;
}
</style>
background-color css
<style>
a { background-color: #4F32DF; }
a { background-color: rgb(79,50,223); }
div.DivClassName
{
background-color: #4F32DF;
}
.BgClassName
{
background-color: #4F32DF;
}
</style>
border-color css
<style>
span { border-color: #4F32DF; }
span { border-color: rgb(79,50,223); }
td.TdClassName
{
border-color: #4F32DF;
}
.TagClassName
{
border-color: #4F32DF;
}
</style>