Shades of Han Purple #3F07EC
Tints of Han Purple #3F07EC
RGB
CMYK
RGB Variations
Color information
#3F07EC (or 0x3F07EC) is known color: Han Purple. HEX triplet: 3F, 07 and EC. RGB value is (63,7,236). Sum of RGB (Red+Green+Blue) = 63+7+236=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 236 (92.58% from 255 or 77.12% from 306); Max value from RGB is 236 - color contains mainly: blue. Hex color #3F07EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F07EC is #C0F813. Grayscale: #303030. Windows color (decimal): -12646420 or 15468351. OLE color: 15468351.
HSL color Cylindrical-coordinate representation of color #3F07EC: hue angle of 254.67º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F07EC is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 7 | 236 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.07 |
| HSL | 254.67º | 0.94% | 0.48% | - |
| HSV(B) | 254.67º | 0.97% | 0.93% | - |
| XYZ | 17.27 | 7.26 | 79.85 | - |
| YUV | 49.85 | 233.05 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 7 | 236 | 0.73 | 0.97 | 0 | 0.07 | 254.67 | 0.94 | 0.48 |
| Hex | 3F | 7 | EC | 49 | 61 | 0 | 7 | FF | 5E | 30 |
| Octal | 77 | 7 | 354 | 111 | 141 | 0 | 7 | 377 | 136 | 60 |
| Binary | 111111 | 111 | 11101100 | 1001001 | 1100001 | 0 | 111 | 11111111 | 1011110 | 110000 |
Color Harmonies of #3F07EC
Complementary color
Monochromatic Colors of #3F07EC
Black with #3F07EC
Text Example
Text Example
White with #3F07EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F07EC; }
p { color: rgb(63,7,236); }
H1.HeaderClassName
{
color: #3F07EC;
}
.AnyTagClassName
{
color: #3F07EC;
}
</style>
background-color css
<style>
a { background-color: #3F07EC; }
a { background-color: rgb(63,7,236); }
div.DivClassName
{
background-color: #3F07EC;
}
.BgClassName
{
background-color: #3F07EC;
}
</style>
border-color css
<style>
span { border-color: #3F07EC; }
span { border-color: rgb(63,7,236); }
td.TdClassName
{
border-color: #3F07EC;
}
.TagClassName
{
border-color: #3F07EC;
}
</style>