Shades of Han Purple #3F16DE
Tints of Han Purple #3F16DE
RGB
CMYK
RGB Variations
Color information
#3F16DE (or 0x3F16DE) is known color: Han Purple. HEX triplet: 3F, 16 and DE. RGB value is (63,22,222). Sum of RGB (Red+Green+Blue) = 63+22+222=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 222 (87.11% from 255 or 72.31% from 307); Max value from RGB is 222 - color contains mainly: blue. Hex color #3F16DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F16DE is #C0E921. Grayscale: #383838. Windows color (decimal): -12642594 or 14554687. OLE color: 14554687.
HSL color Cylindrical-coordinate representation of color #3F16DE: hue angle of 252.3º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F16DE is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 22 | 222 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.13 |
| HSL | 252.3º | 0.82% | 0.48% | - |
| HSV(B) | 252.3º | 0.9% | 0.87% | - |
| XYZ | 15.52 | 6.9 | 69.62 | - |
| YUV | 57.06 | 221.08 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 222 | 0.72 | 0.90 | 0 | 0.13 | 252.3 | 0.82 | 0.48 |
| Hex | 3F | 16 | DE | 48 | 5A | 0 | D | FC | 52 | 30 |
| Octal | 77 | 26 | 336 | 110 | 132 | 0 | 15 | 374 | 122 | 60 |
| Binary | 111111 | 10110 | 11011110 | 1001000 | 1011010 | 0 | 1101 | 11111100 | 1010010 | 110000 |
Color Harmonies of #3F16DE
Complementary color
Monochromatic Colors of #3F16DE
Black with #3F16DE
Text Example
Text Example
White with #3F16DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F16DE; }
p { color: rgb(63,22,222); }
H1.HeaderClassName
{
color: #3F16DE;
}
.AnyTagClassName
{
color: #3F16DE;
}
</style>
background-color css
<style>
a { background-color: #3F16DE; }
a { background-color: rgb(63,22,222); }
div.DivClassName
{
background-color: #3F16DE;
}
.BgClassName
{
background-color: #3F16DE;
}
</style>
border-color css
<style>
span { border-color: #3F16DE; }
span { border-color: rgb(63,22,222); }
td.TdClassName
{
border-color: #3F16DE;
}
.TagClassName
{
border-color: #3F16DE;
}
</style>