Shades of Han Purple #3F16FA
Tints of Han Purple #3F16FA
RGB
CMYK
RGB Variations
Color information
#3F16FA (or 0x3F16FA) is known color: Han Purple. HEX triplet: 3F, 16 and FA. RGB value is (63,22,250). Sum of RGB (Red+Green+Blue) = 63+22+250=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 250 (98.05% from 255 or 74.63% from 335); Max value from RGB is 250 - color contains mainly: blue. Hex color #3F16FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F16FA is #C0E905. Grayscale: #3B3B3B. Windows color (decimal): -12642566 or 16389695. OLE color: 16389695.
HSL color Cylindrical-coordinate representation of color #3F16FA: hue angle of 250.79º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F16FA is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 22 | 250 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.02 |
| HSL | 250.79º | 0.96% | 0.53% | - |
| HSV(B) | 250.79º | 0.91% | 0.98% | - |
| XYZ | 19.59 | 8.53 | 91.06 | - |
| YUV | 60.25 | 235.08 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 250 | 0.75 | 0.91 | 0 | 0.02 | 250.79 | 0.96 | 0.53 |
| Hex | 3F | 16 | FA | 4B | 5B | 0 | 2 | FB | 60 | 35 |
| Octal | 77 | 26 | 372 | 113 | 133 | 0 | 2 | 373 | 140 | 65 |
| Binary | 111111 | 10110 | 11111010 | 1001011 | 1011011 | 0 | 10 | 11111011 | 1100000 | 110101 |
Color Harmonies of #3F16FA
Complementary color
Monochromatic Colors of #3F16FA
Black with #3F16FA
Text Example
Text Example
White with #3F16FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F16FA; }
p { color: rgb(63,22,250); }
H1.HeaderClassName
{
color: #3F16FA;
}
.AnyTagClassName
{
color: #3F16FA;
}
</style>
background-color css
<style>
a { background-color: #3F16FA; }
a { background-color: rgb(63,22,250); }
div.DivClassName
{
background-color: #3F16FA;
}
.BgClassName
{
background-color: #3F16FA;
}
</style>
border-color css
<style>
span { border-color: #3F16FA; }
span { border-color: rgb(63,22,250); }
td.TdClassName
{
border-color: #3F16FA;
}
.TagClassName
{
border-color: #3F16FA;
}
</style>