Shades of Han Purple #3F0EFF
Tints of Han Purple #3F0EFF
RGB
CMYK
RGB Variations
Color information
#3F0EFF (or 0x3F0EFF) is known color: Han Purple. HEX triplet: 3F, 0E and FF. RGB value is (63,14,255). Sum of RGB (Red+Green+Blue) = 63+14+255=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 14 (5.86% from 255 or 4.22% from 332); Blue value is 255 (100% from 255 or 76.81% from 332); Max value from RGB is 255 - color contains mainly: blue. Hex color #3F0EFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F0EFF is #C0F100. Grayscale: #373737. Windows color (decimal): -12644609 or 16715327. OLE color: 16715327.
HSL color Cylindrical-coordinate representation of color #3F0EFF: hue angle of 252.2º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0EFF is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 14 | 255 | - |
| CMYK | 0.75 | 0.95 | 0 | 0 |
| HSL | 252.2º | 1% | 0.53% | - |
| HSV(B) | 252.2º | 0.95% | 1% | - |
| XYZ | 20.26 | 8.59 | 95.2 | - |
| YUV | 56.13 | 240.23 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 14 | 255 | 0.75 | 0.95 | 0 | 0 | 252.2 | 1 | 0.53 |
| Hex | 3F | E | FF | 4B | 5F | 0 | 0 | FC | 64 | 35 |
| Octal | 77 | 16 | 377 | 113 | 137 | 0 | 0 | 374 | 144 | 65 |
| Binary | 111111 | 1110 | 11111111 | 1001011 | 1011111 | 0 | 0 | 11111100 | 1100100 | 110101 |
Color Harmonies of #3F0EFF
Complementary color
Monochromatic Colors of #3F0EFF
Black with #3F0EFF
Text Example
Text Example
White with #3F0EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0EFF; }
p { color: rgb(63,14,255); }
H1.HeaderClassName
{
color: #3F0EFF;
}
.AnyTagClassName
{
color: #3F0EFF;
}
</style>
background-color css
<style>
a { background-color: #3F0EFF; }
a { background-color: rgb(63,14,255); }
div.DivClassName
{
background-color: #3F0EFF;
}
.BgClassName
{
background-color: #3F0EFF;
}
</style>
border-color css
<style>
span { border-color: #3F0EFF; }
span { border-color: rgb(63,14,255); }
td.TdClassName
{
border-color: #3F0EFF;
}
.TagClassName
{
border-color: #3F0EFF;
}
</style>