Shades of Han Purple #3F16FF
Tints of Han Purple #3F16FF
RGB
CMYK
RGB Variations
Color information
#3F16FF (or 0x3F16FF) is known color: Han Purple. HEX triplet: 3F, 16 and FF. RGB value is (63,22,255). Sum of RGB (Red+Green+Blue) = 63+22+255=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 22 (8.98% from 255 or 6.47% from 340); Blue value is 255 (100% from 255 or 75% from 340); Max value from RGB is 255 - color contains mainly: blue. Hex color #3F16FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F16FF is #C0E900. Grayscale: #3B3B3B. Windows color (decimal): -12642561 or 16717375. OLE color: 16717375.
HSL color Cylindrical-coordinate representation of color #3F16FF: hue angle of 250.56º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F16FF is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 22 | 255 | - |
| CMYK | 0.75 | 0.91 | 0 | 0 |
| HSL | 250.56º | 1% | 0.54% | - |
| HSV(B) | 250.56º | 0.91% | 1% | - |
| XYZ | 20.39 | 8.85 | 95.24 | - |
| YUV | 60.82 | 237.58 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 255 | 0.75 | 0.91 | 0 | 0 | 250.56 | 1 | 0.54 |
| Hex | 3F | 16 | FF | 4B | 5B | 0 | 0 | FB | 64 | 36 |
| Octal | 77 | 26 | 377 | 113 | 133 | 0 | 0 | 373 | 144 | 66 |
| Binary | 111111 | 10110 | 11111111 | 1001011 | 1011011 | 0 | 0 | 11111011 | 1100100 | 110110 |
Color Harmonies of #3F16FF
Complementary color
Monochromatic Colors of #3F16FF
Black with #3F16FF
Text Example
Text Example
White with #3F16FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F16FF; }
p { color: rgb(63,22,255); }
H1.HeaderClassName
{
color: #3F16FF;
}
.AnyTagClassName
{
color: #3F16FF;
}
</style>
background-color css
<style>
a { background-color: #3F16FF; }
a { background-color: rgb(63,22,255); }
div.DivClassName
{
background-color: #3F16FF;
}
.BgClassName
{
background-color: #3F16FF;
}
</style>
border-color css
<style>
span { border-color: #3F16FF; }
span { border-color: rgb(63,22,255); }
td.TdClassName
{
border-color: #3F16FF;
}
.TagClassName
{
border-color: #3F16FF;
}
</style>