Shades of Han Purple #3F16FE
Tints of Han Purple #3F16FE
RGB
CMYK
RGB Variations
Color information
#3F16FE (or 0x3F16FE) is known color: Han Purple. HEX triplet: 3F, 16 and FE. RGB value is (63,22,254). Sum of RGB (Red+Green+Blue) = 63+22+254=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 254 (99.61% from 255 or 74.93% from 339); Max value from RGB is 254 - color contains mainly: blue. Hex color #3F16FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F16FE is #C0E901. Grayscale: #3B3B3B. Windows color (decimal): -12642562 or 16651839. OLE color: 16651839.
HSL color Cylindrical-coordinate representation of color #3F16FE: hue angle of 250.6º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F16FE is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 22 | 254 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.00 |
| HSL | 250.6º | 0.99% | 0.54% | - |
| HSV(B) | 250.6º | 0.91% | 1% | - |
| XYZ | 20.23 | 8.79 | 94.4 | - |
| YUV | 60.71 | 237.08 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 254 | 0.75 | 0.91 | 0 | 0.00 | 250.6 | 0.99 | 0.54 |
| Hex | 3F | 16 | FE | 4B | 5B | 0 | 0 | FB | 63 | 36 |
| Octal | 77 | 26 | 376 | 113 | 133 | 0 | 0 | 373 | 143 | 66 |
| Binary | 111111 | 10110 | 11111110 | 1001011 | 1011011 | 0 | 0 | 11111011 | 1100011 | 110110 |
Color Harmonies of #3F16FE
Complementary color
Monochromatic Colors of #3F16FE
Black with #3F16FE
Text Example
Text Example
White with #3F16FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F16FE; }
p { color: rgb(63,22,254); }
H1.HeaderClassName
{
color: #3F16FE;
}
.AnyTagClassName
{
color: #3F16FE;
}
</style>
background-color css
<style>
a { background-color: #3F16FE; }
a { background-color: rgb(63,22,254); }
div.DivClassName
{
background-color: #3F16FE;
}
.BgClassName
{
background-color: #3F16FE;
}
</style>
border-color css
<style>
span { border-color: #3F16FE; }
span { border-color: rgb(63,22,254); }
td.TdClassName
{
border-color: #3F16FE;
}
.TagClassName
{
border-color: #3F16FE;
}
</style>