Shades of Han Purple #4F28F1
Tints of Han Purple #4F28F1
RGB
CMYK
RGB Variations
Color information
#4F28F1 (or 0x4F28F1) is known color: Han Purple. HEX triplet: 4F, 28 and F1. RGB value is (79,40,241). Sum of RGB (Red+Green+Blue) = 79+40+241=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 241 (94.53% from 255 or 66.94% from 360); Max value from RGB is 241 - color contains mainly: blue. Hex color #4F28F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F28F1 is #B0D70E. Grayscale: #494949. Windows color (decimal): -11589391 or 15804495. OLE color: 15804495.
HSL color Cylindrical-coordinate representation of color #4F28F1: hue angle of 251.64º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4F28F1 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 40 | 241 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.05 |
| HSL | 251.64º | 0.88% | 0.55% | - |
| HSV(B) | 251.64º | 0.83% | 0.95% | - |
| XYZ | 19.86 | 9.53 | 84.01 | - |
| YUV | 74.58 | 221.92 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 40 | 241 | 0.67 | 0.83 | 0 | 0.05 | 251.64 | 0.88 | 0.55 |
| Hex | 4F | 28 | F1 | 43 | 53 | 0 | 5 | FC | 58 | 37 |
| Octal | 117 | 50 | 361 | 103 | 123 | 0 | 5 | 374 | 130 | 67 |
| Binary | 1001111 | 101000 | 11110001 | 1000011 | 1010011 | 0 | 101 | 11111100 | 1011000 | 110111 |
Color Harmonies of #4F28F1
Complementary color
Monochromatic Colors of #4F28F1
Black with #4F28F1
Text Example
Text Example
White with #4F28F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F28F1; }
p { color: rgb(79,40,241); }
H1.HeaderClassName
{
color: #4F28F1;
}
.AnyTagClassName
{
color: #4F28F1;
}
</style>
background-color css
<style>
a { background-color: #4F28F1; }
a { background-color: rgb(79,40,241); }
div.DivClassName
{
background-color: #4F28F1;
}
.BgClassName
{
background-color: #4F28F1;
}
</style>
border-color css
<style>
span { border-color: #4F28F1; }
span { border-color: rgb(79,40,241); }
td.TdClassName
{
border-color: #4F28F1;
}
.TagClassName
{
border-color: #4F28F1;
}
</style>