Shades of Han Purple #3F0EEF
Tints of Han Purple #3F0EEF
RGB
CMYK
RGB Variations
Color information
#3F0EEF (or 0x3F0EEF) is known color: Han Purple. HEX triplet: 3F, 0E and EF. RGB value is (63,14,239). Sum of RGB (Red+Green+Blue) = 63+14+239=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 239 (93.75% from 255 or 75.63% from 316); Max value from RGB is 239 - color contains mainly: blue. Hex color #3F0EEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F0EEF is #C0F110. Grayscale: #353535. Windows color (decimal): -12644625 or 15666751. OLE color: 15666751.
HSL color Cylindrical-coordinate representation of color #3F0EEF: hue angle of 253.07º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0EEF is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 14 | 239 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.06 |
| HSL | 253.07º | 0.89% | 0.5% | - |
| HSV(B) | 253.07º | 0.94% | 0.94% | - |
| XYZ | 17.79 | 7.6 | 82.19 | - |
| YUV | 54.3 | 232.23 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 14 | 239 | 0.74 | 0.94 | 0 | 0.06 | 253.07 | 0.89 | 0.5 |
| Hex | 3F | E | EF | 4A | 5E | 0 | 6 | FD | 59 | 32 |
| Octal | 77 | 16 | 357 | 112 | 136 | 0 | 6 | 375 | 131 | 62 |
| Binary | 111111 | 1110 | 11101111 | 1001010 | 1011110 | 0 | 110 | 11111101 | 1011001 | 110010 |
Color Harmonies of #3F0EEF
Complementary color
Monochromatic Colors of #3F0EEF
Black with #3F0EEF
Text Example
Text Example
White with #3F0EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0EEF; }
p { color: rgb(63,14,239); }
H1.HeaderClassName
{
color: #3F0EEF;
}
.AnyTagClassName
{
color: #3F0EEF;
}
</style>
background-color css
<style>
a { background-color: #3F0EEF; }
a { background-color: rgb(63,14,239); }
div.DivClassName
{
background-color: #3F0EEF;
}
.BgClassName
{
background-color: #3F0EEF;
}
</style>
border-color css
<style>
span { border-color: #3F0EEF; }
span { border-color: rgb(63,14,239); }
td.TdClassName
{
border-color: #3F0EEF;
}
.TagClassName
{
border-color: #3F0EEF;
}
</style>