Shades of Han Purple #4F15F1
Tints of Han Purple #4F15F1
RGB
CMYK
RGB Variations
Color information
#4F15F1 (or 0x4F15F1) is known color: Han Purple. HEX triplet: 4F, 15 and F1. RGB value is (79,21,241). Sum of RGB (Red+Green+Blue) = 79+21+241=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 241 (94.53% from 255 or 70.67% from 341); Max value from RGB is 241 - color contains mainly: blue. Hex color #4F15F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F15F1 is #B0EA0E. Grayscale: #3E3E3E. Windows color (decimal): -11594255 or 15799631. OLE color: 15799631.
HSL color Cylindrical-coordinate representation of color #4F15F1: hue angle of 255.82º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F15F1 is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 21 | 241 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.05 |
| HSL | 255.82º | 0.89% | 0.51% | - |
| HSV(B) | 255.82º | 0.91% | 0.95% | - |
| XYZ | 19.37 | 8.55 | 83.85 | - |
| YUV | 63.42 | 228.22 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 241 | 0.67 | 0.91 | 0 | 0.05 | 255.82 | 0.89 | 0.51 |
| Hex | 4F | 15 | F1 | 43 | 5B | 0 | 5 | 100 | 59 | 33 |
| Octal | 117 | 25 | 361 | 103 | 133 | 0 | 5 | 400 | 131 | 63 |
| Binary | 1001111 | 10101 | 11110001 | 1000011 | 1011011 | 0 | 101 | 100000000 | 1011001 | 110011 |
Color Harmonies of #4F15F1
Complementary color
Monochromatic Colors of #4F15F1
Black with #4F15F1
Text Example
Text Example
White with #4F15F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F15F1; }
p { color: rgb(79,21,241); }
H1.HeaderClassName
{
color: #4F15F1;
}
.AnyTagClassName
{
color: #4F15F1;
}
</style>
background-color css
<style>
a { background-color: #4F15F1; }
a { background-color: rgb(79,21,241); }
div.DivClassName
{
background-color: #4F15F1;
}
.BgClassName
{
background-color: #4F15F1;
}
</style>
border-color css
<style>
span { border-color: #4F15F1; }
span { border-color: rgb(79,21,241); }
td.TdClassName
{
border-color: #4F15F1;
}
.TagClassName
{
border-color: #4F15F1;
}
</style>