Shades of Han Purple #3F0FDE
Tints of Han Purple #3F0FDE
RGB
CMYK
RGB Variations
Color information
#3F0FDE (or 0x3F0FDE) is known color: Han Purple. HEX triplet: 3F, 0F and DE. RGB value is (63,15,222). Sum of RGB (Red+Green+Blue) = 63+15+222=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 222 (87.11% from 255 or 74% from 300); Max value from RGB is 222 - color contains mainly: blue. Hex color #3F0FDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0FDE is #C0F021. Grayscale: #343434. Windows color (decimal): -12644386 or 14552895. OLE color: 14552895.
HSL color Cylindrical-coordinate representation of color #3F0FDE: hue angle of 253.91º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0FDE is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 15 | 222 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.13 |
| HSL | 253.91º | 0.87% | 0.46% | - |
| HSV(B) | 253.91º | 0.93% | 0.87% | - |
| XYZ | 15.41 | 6.67 | 69.58 | - |
| YUV | 52.95 | 223.4 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 15 | 222 | 0.72 | 0.93 | 0 | 0.13 | 253.91 | 0.87 | 0.46 |
| Hex | 3F | F | DE | 48 | 5D | 0 | D | FE | 57 | 2E |
| Octal | 77 | 17 | 336 | 110 | 135 | 0 | 15 | 376 | 127 | 56 |
| Binary | 111111 | 1111 | 11011110 | 1001000 | 1011101 | 0 | 1101 | 11111110 | 1010111 | 101110 |
Color Harmonies of #3F0FDE
Complementary color
Monochromatic Colors of #3F0FDE
Black with #3F0FDE
Text Example
Text Example
White with #3F0FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0FDE; }
p { color: rgb(63,15,222); }
H1.HeaderClassName
{
color: #3F0FDE;
}
.AnyTagClassName
{
color: #3F0FDE;
}
</style>
background-color css
<style>
a { background-color: #3F0FDE; }
a { background-color: rgb(63,15,222); }
div.DivClassName
{
background-color: #3F0FDE;
}
.BgClassName
{
background-color: #3F0FDE;
}
</style>
border-color css
<style>
span { border-color: #3F0FDE; }
span { border-color: rgb(63,15,222); }
td.TdClassName
{
border-color: #3F0FDE;
}
.TagClassName
{
border-color: #3F0FDE;
}
</style>