Shades of Han Purple #3F0CEF
Tints of Han Purple #3F0CEF
RGB
CMYK
RGB Variations
Color information
#3F0CEF (or 0x3F0CEF) is known color: Han Purple. HEX triplet: 3F, 0C and EF. RGB value is (63,12,239). Sum of RGB (Red+Green+Blue) = 63+12+239=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 239 (93.75% from 255 or 76.11% from 314); Max value from RGB is 239 - color contains mainly: blue. Hex color #3F0CEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F0CEF is #C0F310. Grayscale: #343434. Windows color (decimal): -12645137 or 15666239. OLE color: 15666239.
HSL color Cylindrical-coordinate representation of color #3F0CEF: hue angle of 253.48º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0CEF is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 12 | 239 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.06 |
| HSL | 253.48º | 0.9% | 0.49% | - |
| HSV(B) | 253.48º | 0.95% | 0.94% | - |
| XYZ | 17.76 | 7.55 | 82.18 | - |
| YUV | 53.13 | 232.9 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 12 | 239 | 0.74 | 0.95 | 0 | 0.06 | 253.48 | 0.9 | 0.49 |
| Hex | 3F | C | EF | 4A | 5F | 0 | 6 | FD | 5A | 31 |
| Octal | 77 | 14 | 357 | 112 | 137 | 0 | 6 | 375 | 132 | 61 |
| Binary | 111111 | 1100 | 11101111 | 1001010 | 1011111 | 0 | 110 | 11111101 | 1011010 | 110001 |
Color Harmonies of #3F0CEF
Complementary color
Monochromatic Colors of #3F0CEF
Black with #3F0CEF
Text Example
Text Example
White with #3F0CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0CEF; }
p { color: rgb(63,12,239); }
H1.HeaderClassName
{
color: #3F0CEF;
}
.AnyTagClassName
{
color: #3F0CEF;
}
</style>
background-color css
<style>
a { background-color: #3F0CEF; }
a { background-color: rgb(63,12,239); }
div.DivClassName
{
background-color: #3F0CEF;
}
.BgClassName
{
background-color: #3F0CEF;
}
</style>
border-color css
<style>
span { border-color: #3F0CEF; }
span { border-color: rgb(63,12,239); }
td.TdClassName
{
border-color: #3F0CEF;
}
.TagClassName
{
border-color: #3F0CEF;
}
</style>