Shades of Han Purple #3F0EEB
Tints of Han Purple #3F0EEB
RGB
CMYK
RGB Variations
Color information
#3F0EEB (or 0x3F0EEB) is known color: Han Purple. HEX triplet: 3F, 0E and EB. RGB value is (63,14,235). Sum of RGB (Red+Green+Blue) = 63+14+235=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 235 (92.19% from 255 or 75.32% from 312); Max value from RGB is 235 - color contains mainly: blue. Hex color #3F0EEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F0EEB is #C0F114. Grayscale: #353535. Windows color (decimal): -12644629 or 15404607. OLE color: 15404607.
HSL color Cylindrical-coordinate representation of color #3F0EEB: hue angle of 253.3º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0EEB is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 14 | 235 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.08 |
| HSL | 253.3º | 0.89% | 0.49% | - |
| HSV(B) | 253.3º | 0.94% | 0.92% | - |
| XYZ | 17.2 | 7.37 | 79.11 | - |
| YUV | 53.85 | 230.23 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 14 | 235 | 0.73 | 0.94 | 0 | 0.08 | 253.3 | 0.89 | 0.49 |
| Hex | 3F | E | EB | 49 | 5E | 0 | 8 | FD | 59 | 31 |
| Octal | 77 | 16 | 353 | 111 | 136 | 0 | 10 | 375 | 131 | 61 |
| Binary | 111111 | 1110 | 11101011 | 1001001 | 1011110 | 0 | 1000 | 11111101 | 1011001 | 110001 |
Color Harmonies of #3F0EEB
Complementary color
Monochromatic Colors of #3F0EEB
Black with #3F0EEB
Text Example
Text Example
White with #3F0EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0EEB; }
p { color: rgb(63,14,235); }
H1.HeaderClassName
{
color: #3F0EEB;
}
.AnyTagClassName
{
color: #3F0EEB;
}
</style>
background-color css
<style>
a { background-color: #3F0EEB; }
a { background-color: rgb(63,14,235); }
div.DivClassName
{
background-color: #3F0EEB;
}
.BgClassName
{
background-color: #3F0EEB;
}
</style>
border-color css
<style>
span { border-color: #3F0EEB; }
span { border-color: rgb(63,14,235); }
td.TdClassName
{
border-color: #3F0EEB;
}
.TagClassName
{
border-color: #3F0EEB;
}
</style>