Shades of Han Purple #3F0CD6
Tints of Han Purple #3F0CD6
RGB
CMYK
RGB Variations
Color information
#3F0CD6 (or 0x3F0CD6) is known color: Han Purple. HEX triplet: 3F, 0C and D6. RGB value is (63,12,214). Sum of RGB (Red+Green+Blue) = 63+12+214=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 214 (83.98% from 255 or 74.05% from 289); Max value from RGB is 214 - color contains mainly: blue. Hex color #3F0CD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0CD6 is #C0F329. Grayscale: #313131. Windows color (decimal): -12645162 or 14027839. OLE color: 14027839.
HSL color Cylindrical-coordinate representation of color #3F0CD6: hue angle of 255.15º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0CD6 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 12 | 214 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.16 |
| HSL | 255.15º | 0.89% | 0.44% | - |
| HSV(B) | 255.15º | 0.94% | 0.84% | - |
| XYZ | 14.32 | 6.17 | 64.06 | - |
| YUV | 50.28 | 220.4 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 12 | 214 | 0.71 | 0.94 | 0 | 0.16 | 255.15 | 0.89 | 0.44 |
| Hex | 3F | C | D6 | 47 | 5E | 0 | 10 | FF | 59 | 2C |
| Octal | 77 | 14 | 326 | 107 | 136 | 0 | 20 | 377 | 131 | 54 |
| Binary | 111111 | 1100 | 11010110 | 1000111 | 1011110 | 0 | 10000 | 11111111 | 1011001 | 101100 |
Color Harmonies of #3F0CD6
Complementary color
Monochromatic Colors of #3F0CD6
Black with #3F0CD6
Text Example
Text Example
White with #3F0CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0CD6; }
p { color: rgb(63,12,214); }
H1.HeaderClassName
{
color: #3F0CD6;
}
.AnyTagClassName
{
color: #3F0CD6;
}
</style>
background-color css
<style>
a { background-color: #3F0CD6; }
a { background-color: rgb(63,12,214); }
div.DivClassName
{
background-color: #3F0CD6;
}
.BgClassName
{
background-color: #3F0CD6;
}
</style>
border-color css
<style>
span { border-color: #3F0CD6; }
span { border-color: rgb(63,12,214); }
td.TdClassName
{
border-color: #3F0CD6;
}
.TagClassName
{
border-color: #3F0CD6;
}
</style>