Shades of Han Purple #4F0DF0
Tints of Han Purple #4F0DF0
RGB
CMYK
RGB Variations
Color information
#4F0DF0 (or 0x4F0DF0) is known color: Han Purple. HEX triplet: 4F, 0D and F0. RGB value is (79,13,240). Sum of RGB (Red+Green+Blue) = 79+13+240=332 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.80% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 240 (94.14% from 255 or 72.29% from 332); Max value from RGB is 240 - color contains mainly: blue. Hex color #4F0DF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F0DF0 is #B0F20F. Grayscale: #393939. Windows color (decimal): -11596304 or 15732047. OLE color: 15732047.
HSL color Cylindrical-coordinate representation of color #4F0DF0: hue angle of 257.44º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F0DF0 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 13 | 240 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.06 |
| HSL | 257.44º | 0.9% | 0.5% | - |
| HSV(B) | 257.44º | 0.95% | 0.94% | - |
| XYZ | 19.1 | 8.24 | 83.02 | - |
| YUV | 58.61 | 230.37 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 13 | 240 | 0.67 | 0.95 | 0 | 0.06 | 257.44 | 0.9 | 0.5 |
| Hex | 4F | D | F0 | 43 | 5F | 0 | 6 | 101 | 5A | 32 |
| Octal | 117 | 15 | 360 | 103 | 137 | 0 | 6 | 401 | 132 | 62 |
| Binary | 1001111 | 1101 | 11110000 | 1000011 | 1011111 | 0 | 110 | 100000001 | 1011010 | 110010 |
Color Harmonies of #4F0DF0
Complementary color
Monochromatic Colors of #4F0DF0
Black with #4F0DF0
Text Example
Text Example
White with #4F0DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0DF0; }
p { color: rgb(79,13,240); }
H1.HeaderClassName
{
color: #4F0DF0;
}
.AnyTagClassName
{
color: #4F0DF0;
}
</style>
background-color css
<style>
a { background-color: #4F0DF0; }
a { background-color: rgb(79,13,240); }
div.DivClassName
{
background-color: #4F0DF0;
}
.BgClassName
{
background-color: #4F0DF0;
}
</style>
border-color css
<style>
span { border-color: #4F0DF0; }
span { border-color: rgb(79,13,240); }
td.TdClassName
{
border-color: #4F0DF0;
}
.TagClassName
{
border-color: #4F0DF0;
}
</style>