Shades of Han Purple #4F35E1
Tints of Han Purple #4F35E1
RGB
CMYK
RGB Variations
Color information
#4F35E1 (or 0x4F35E1) is known color: Han Purple. HEX triplet: 4F, 35 and E1. RGB value is (79,53,225). Sum of RGB (Red+Green+Blue) = 79+53+225=357 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.13% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 225 (88.28% from 255 or 63.03% from 357); Max value from RGB is 225 - color contains mainly: blue. Hex color #4F35E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F35E1 is #B0CA1E. Grayscale: #4F4F4F. Windows color (decimal): -11586079 or 14759247. OLE color: 14759247.
HSL color Cylindrical-coordinate representation of color #4F35E1: hue angle of 249.07º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F35E1 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 53 | 225 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.12 |
| HSL | 249.07º | 0.74% | 0.55% | - |
| HSV(B) | 249.07º | 0.76% | 0.88% | - |
| XYZ | 18.09 | 9.64 | 72.14 | - |
| YUV | 80.38 | 209.61 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 53 | 225 | 0.65 | 0.76 | 0 | 0.12 | 249.07 | 0.74 | 0.55 |
| Hex | 4F | 35 | E1 | 41 | 4C | 0 | C | F9 | 4A | 37 |
| Octal | 117 | 65 | 341 | 101 | 114 | 0 | 14 | 371 | 112 | 67 |
| Binary | 1001111 | 110101 | 11100001 | 1000001 | 1001100 | 0 | 1100 | 11111001 | 1001010 | 110111 |
Color Harmonies of #4F35E1
Complementary color
Monochromatic Colors of #4F35E1
Black with #4F35E1
Text Example
Text Example
White with #4F35E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F35E1; }
p { color: rgb(79,53,225); }
H1.HeaderClassName
{
color: #4F35E1;
}
.AnyTagClassName
{
color: #4F35E1;
}
</style>
background-color css
<style>
a { background-color: #4F35E1; }
a { background-color: rgb(79,53,225); }
div.DivClassName
{
background-color: #4F35E1;
}
.BgClassName
{
background-color: #4F35E1;
}
</style>
border-color css
<style>
span { border-color: #4F35E1; }
span { border-color: rgb(79,53,225); }
td.TdClassName
{
border-color: #4F35E1;
}
.TagClassName
{
border-color: #4F35E1;
}
</style>