Shades of Han Purple #3F16F0
Tints of Han Purple #3F16F0
RGB
CMYK
RGB Variations
Color information
#3F16F0 (or 0x3F16F0) is known color: Han Purple. HEX triplet: 3F, 16 and F0. RGB value is (63,22,240). Sum of RGB (Red+Green+Blue) = 63+22+240=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 240 (94.14% from 255 or 73.85% from 325); Max value from RGB is 240 - color contains mainly: blue. Hex color #3F16F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F16F0 is #C0E90F. Grayscale: #3A3A3A. Windows color (decimal): -12642576 or 15734335. OLE color: 15734335.
HSL color Cylindrical-coordinate representation of color #3F16F0: hue angle of 251.28º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F16F0 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 22 | 240 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.06 |
| HSL | 251.28º | 0.88% | 0.51% | - |
| HSV(B) | 251.28º | 0.91% | 0.94% | - |
| XYZ | 18.06 | 7.92 | 83.02 | - |
| YUV | 59.11 | 230.08 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 240 | 0.74 | 0.91 | 0 | 0.06 | 251.28 | 0.88 | 0.51 |
| Hex | 3F | 16 | F0 | 4A | 5B | 0 | 6 | FB | 58 | 33 |
| Octal | 77 | 26 | 360 | 112 | 133 | 0 | 6 | 373 | 130 | 63 |
| Binary | 111111 | 10110 | 11110000 | 1001010 | 1011011 | 0 | 110 | 11111011 | 1011000 | 110011 |
Color Harmonies of #3F16F0
Complementary color
Monochromatic Colors of #3F16F0
Black with #3F16F0
Text Example
Text Example
White with #3F16F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F16F0; }
p { color: rgb(63,22,240); }
H1.HeaderClassName
{
color: #3F16F0;
}
.AnyTagClassName
{
color: #3F16F0;
}
</style>
background-color css
<style>
a { background-color: #3F16F0; }
a { background-color: rgb(63,22,240); }
div.DivClassName
{
background-color: #3F16F0;
}
.BgClassName
{
background-color: #3F16F0;
}
</style>
border-color css
<style>
span { border-color: #3F16F0; }
span { border-color: rgb(63,22,240); }
td.TdClassName
{
border-color: #3F16F0;
}
.TagClassName
{
border-color: #3F16F0;
}
</style>