Shades of Han Purple #4F32F3
Tints of Han Purple #4F32F3
RGB
CMYK
RGB Variations
Color information
#4F32F3 (or 0x4F32F3) is known color: Han Purple. HEX triplet: 4F, 32 and F3. RGB value is (79,50,243). Sum of RGB (Red+Green+Blue) = 79+50+243=372 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.24% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 243 (95.31% from 255 or 65.32% from 372); Max value from RGB is 243 - color contains mainly: blue. Hex color #4F32F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F32F3 is #B0CD0C. Grayscale: #4F4F4F. Windows color (decimal): -11586829 or 15938127. OLE color: 15938127.
HSL color Cylindrical-coordinate representation of color #4F32F3: hue angle of 249.02º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4F32F3 is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 50 | 243 | - |
| CMYK | 0.67 | 0.79 | 0 | 0.05 |
| HSL | 249.02º | 0.89% | 0.57% | - |
| HSV(B) | 249.02º | 0.79% | 0.95% | - |
| XYZ | 20.54 | 10.41 | 85.72 | - |
| YUV | 80.67 | 219.61 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 50 | 243 | 0.67 | 0.79 | 0 | 0.05 | 249.02 | 0.89 | 0.57 |
| Hex | 4F | 32 | F3 | 43 | 4F | 0 | 5 | F9 | 59 | 39 |
| Octal | 117 | 62 | 363 | 103 | 117 | 0 | 5 | 371 | 131 | 71 |
| Binary | 1001111 | 110010 | 11110011 | 1000011 | 1001111 | 0 | 101 | 11111001 | 1011001 | 111001 |
Color Harmonies of #4F32F3
Complementary color
Monochromatic Colors of #4F32F3
Black with #4F32F3
Text Example
Text Example
White with #4F32F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F32F3; }
p { color: rgb(79,50,243); }
H1.HeaderClassName
{
color: #4F32F3;
}
.AnyTagClassName
{
color: #4F32F3;
}
</style>
background-color css
<style>
a { background-color: #4F32F3; }
a { background-color: rgb(79,50,243); }
div.DivClassName
{
background-color: #4F32F3;
}
.BgClassName
{
background-color: #4F32F3;
}
</style>
border-color css
<style>
span { border-color: #4F32F3; }
span { border-color: rgb(79,50,243); }
td.TdClassName
{
border-color: #4F32F3;
}
.TagClassName
{
border-color: #4F32F3;
}
</style>