Shades of Han Purple #3F10FE
Tints of Han Purple #3F10FE
RGB
CMYK
RGB Variations
Color information
#3F10FE (or 0x3F10FE) is known color: Han Purple. HEX triplet: 3F, 10 and FE. RGB value is (63,16,254). Sum of RGB (Red+Green+Blue) = 63+16+254=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 254 (99.61% from 255 or 76.28% from 333); Max value from RGB is 254 - color contains mainly: blue. Hex color #3F10FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F10FE is #C0EF01. Grayscale: #383838. Windows color (decimal): -12644098 or 16650303. OLE color: 16650303.
HSL color Cylindrical-coordinate representation of color #3F10FE: hue angle of 251.85º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F10FE is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 16 | 254 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.00 |
| HSL | 251.85º | 0.99% | 0.53% | - |
| HSV(B) | 251.85º | 0.94% | 1% | - |
| XYZ | 20.12 | 8.58 | 94.36 | - |
| YUV | 57.19 | 239.07 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 254 | 0.75 | 0.94 | 0 | 0.00 | 251.85 | 0.99 | 0.53 |
| Hex | 3F | 10 | FE | 4B | 5E | 0 | 0 | FC | 63 | 35 |
| Octal | 77 | 20 | 376 | 113 | 136 | 0 | 0 | 374 | 143 | 65 |
| Binary | 111111 | 10000 | 11111110 | 1001011 | 1011110 | 0 | 0 | 11111100 | 1100011 | 110101 |
Color Harmonies of #3F10FE
Complementary color
Monochromatic Colors of #3F10FE
Black with #3F10FE
Text Example
Text Example
White with #3F10FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F10FE; }
p { color: rgb(63,16,254); }
H1.HeaderClassName
{
color: #3F10FE;
}
.AnyTagClassName
{
color: #3F10FE;
}
</style>
background-color css
<style>
a { background-color: #3F10FE; }
a { background-color: rgb(63,16,254); }
div.DivClassName
{
background-color: #3F10FE;
}
.BgClassName
{
background-color: #3F10FE;
}
</style>
border-color css
<style>
span { border-color: #3F10FE; }
span { border-color: rgb(63,16,254); }
td.TdClassName
{
border-color: #3F10FE;
}
.TagClassName
{
border-color: #3F10FE;
}
</style>