Shades of Han Purple #3F0BEC
Tints of Han Purple #3F0BEC
RGB
CMYK
RGB Variations
Color information
#3F0BEC (or 0x3F0BEC) is known color: Han Purple. HEX triplet: 3F, 0B and EC. RGB value is (63,11,236). Sum of RGB (Red+Green+Blue) = 63+11+236=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 236 (92.58% from 255 or 76.13% from 310); Max value from RGB is 236 - color contains mainly: blue. Hex color #3F0BEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F0BEC is #C0F413. Grayscale: #333333. Windows color (decimal): -12645396 or 15469375. OLE color: 15469375.
HSL color Cylindrical-coordinate representation of color #3F0BEC: hue angle of 253.87º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0BEC is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 11 | 236 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.07 |
| HSL | 253.87º | 0.91% | 0.48% | - |
| HSV(B) | 253.87º | 0.95% | 0.93% | - |
| XYZ | 17.31 | 7.35 | 79.86 | - |
| YUV | 52.2 | 231.73 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 236 | 0.73 | 0.95 | 0 | 0.07 | 253.87 | 0.91 | 0.48 |
| Hex | 3F | B | EC | 49 | 5F | 0 | 7 | FE | 5B | 30 |
| Octal | 77 | 13 | 354 | 111 | 137 | 0 | 7 | 376 | 133 | 60 |
| Binary | 111111 | 1011 | 11101100 | 1001001 | 1011111 | 0 | 111 | 11111110 | 1011011 | 110000 |
Color Harmonies of #3F0BEC
Complementary color
Monochromatic Colors of #3F0BEC
Black with #3F0BEC
Text Example
Text Example
White with #3F0BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0BEC; }
p { color: rgb(63,11,236); }
H1.HeaderClassName
{
color: #3F0BEC;
}
.AnyTagClassName
{
color: #3F0BEC;
}
</style>
background-color css
<style>
a { background-color: #3F0BEC; }
a { background-color: rgb(63,11,236); }
div.DivClassName
{
background-color: #3F0BEC;
}
.BgClassName
{
background-color: #3F0BEC;
}
</style>
border-color css
<style>
span { border-color: #3F0BEC; }
span { border-color: rgb(63,11,236); }
td.TdClassName
{
border-color: #3F0BEC;
}
.TagClassName
{
border-color: #3F0BEC;
}
</style>