Shades of Han Purple #4F12FA
Tints of Han Purple #4F12FA
RGB
CMYK
RGB Variations
Color information
#4F12FA (or 0x4F12FA) is known color: Han Purple. HEX triplet: 4F, 12 and FA. RGB value is (79,18,250). Sum of RGB (Red+Green+Blue) = 79+18+250=347 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.77% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 250 (98.05% from 255 or 72.05% from 347); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F12FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F12FA is #B0ED05. Grayscale: #3D3D3D. Windows color (decimal): -11595014 or 16388687. OLE color: 16388687.
HSL color Cylindrical-coordinate representation of color #4F12FA: hue angle of 255.78º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F12FA is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 18 | 250 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.02 |
| HSL | 255.78º | 0.96% | 0.53% | - |
| HSV(B) | 255.78º | 0.93% | 0.98% | - |
| XYZ | 20.7 | 9 | 91.09 | - |
| YUV | 62.69 | 233.71 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 18 | 250 | 0.68 | 0.93 | 0 | 0.02 | 255.78 | 0.96 | 0.53 |
| Hex | 4F | 12 | FA | 44 | 5D | 0 | 2 | 100 | 60 | 35 |
| Octal | 117 | 22 | 372 | 104 | 135 | 0 | 2 | 400 | 140 | 65 |
| Binary | 1001111 | 10010 | 11111010 | 1000100 | 1011101 | 0 | 10 | 100000000 | 1100000 | 110101 |
Color Harmonies of #4F12FA
Complementary color
Monochromatic Colors of #4F12FA
Black with #4F12FA
Text Example
Text Example
White with #4F12FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F12FA; }
p { color: rgb(79,18,250); }
H1.HeaderClassName
{
color: #4F12FA;
}
.AnyTagClassName
{
color: #4F12FA;
}
</style>
background-color css
<style>
a { background-color: #4F12FA; }
a { background-color: rgb(79,18,250); }
div.DivClassName
{
background-color: #4F12FA;
}
.BgClassName
{
background-color: #4F12FA;
}
</style>
border-color css
<style>
span { border-color: #4F12FA; }
span { border-color: rgb(79,18,250); }
td.TdClassName
{
border-color: #4F12FA;
}
.TagClassName
{
border-color: #4F12FA;
}
</style>