Shades of Han Purple #4F0FFA
Tints of Han Purple #4F0FFA
RGB
CMYK
RGB Variations
Color information
#4F0FFA (or 0x4F0FFA) is known color: Han Purple. HEX triplet: 4F, 0F and FA. RGB value is (79,15,250). Sum of RGB (Red+Green+Blue) = 79+15+250=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 250 (98.05% from 255 or 72.67% from 344); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F0FFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F0FFA is #B0F005. Grayscale: #3C3C3C. Windows color (decimal): -11595782 or 16387919. OLE color: 16387919.
HSL color Cylindrical-coordinate representation of color #4F0FFA: hue angle of 256.34º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F0FFA is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 15 | 250 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.02 |
| HSL | 256.34º | 0.96% | 0.52% | - |
| HSV(B) | 256.34º | 0.94% | 0.98% | - |
| XYZ | 20.65 | 8.91 | 91.07 | - |
| YUV | 60.93 | 234.7 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 15 | 250 | 0.68 | 0.94 | 0 | 0.02 | 256.34 | 0.96 | 0.52 |
| Hex | 4F | F | FA | 44 | 5E | 0 | 2 | 100 | 60 | 34 |
| Octal | 117 | 17 | 372 | 104 | 136 | 0 | 2 | 400 | 140 | 64 |
| Binary | 1001111 | 1111 | 11111010 | 1000100 | 1011110 | 0 | 10 | 100000000 | 1100000 | 110100 |
Color Harmonies of #4F0FFA
Complementary color
Monochromatic Colors of #4F0FFA
Black with #4F0FFA
Text Example
Text Example
White with #4F0FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0FFA; }
p { color: rgb(79,15,250); }
H1.HeaderClassName
{
color: #4F0FFA;
}
.AnyTagClassName
{
color: #4F0FFA;
}
</style>
background-color css
<style>
a { background-color: #4F0FFA; }
a { background-color: rgb(79,15,250); }
div.DivClassName
{
background-color: #4F0FFA;
}
.BgClassName
{
background-color: #4F0FFA;
}
</style>
border-color css
<style>
span { border-color: #4F0FFA; }
span { border-color: rgb(79,15,250); }
td.TdClassName
{
border-color: #4F0FFA;
}
.TagClassName
{
border-color: #4F0FFA;
}
</style>