Shades of Han Purple #3F0EEA
Tints of Han Purple #3F0EEA
RGB
CMYK
RGB Variations
Color information
#3F0EEA (or 0x3F0EEA) is known color: Han Purple. HEX triplet: 3F, 0E and EA. RGB value is (63,14,234). Sum of RGB (Red+Green+Blue) = 63+14+234=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 14 (5.86% from 255 or 4.50% from 311); Blue value is 234 (91.80% from 255 or 75.24% from 311); Max value from RGB is 234 - color contains mainly: blue. Hex color #3F0EEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F0EEA is #C0F115. Grayscale: #343434. Windows color (decimal): -12644630 or 15339071. OLE color: 15339071.
HSL color Cylindrical-coordinate representation of color #3F0EEA: hue angle of 253.36º 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 #3F0EEA is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 14 | 234 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.08 |
| HSL | 253.36º | 0.89% | 0.49% | - |
| HSV(B) | 253.36º | 0.94% | 0.92% | - |
| XYZ | 17.06 | 7.31 | 78.35 | - |
| YUV | 53.73 | 229.73 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 14 | 234 | 0.73 | 0.94 | 0 | 0.08 | 253.36 | 0.89 | 0.49 |
| Hex | 3F | E | EA | 49 | 5E | 0 | 8 | FD | 59 | 31 |
| Octal | 77 | 16 | 352 | 111 | 136 | 0 | 10 | 375 | 131 | 61 |
| Binary | 111111 | 1110 | 11101010 | 1001001 | 1011110 | 0 | 1000 | 11111101 | 1011001 | 110001 |
Color Harmonies of #3F0EEA
Complementary color
Monochromatic Colors of #3F0EEA
Black with #3F0EEA
Text Example
Text Example
White with #3F0EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0EEA; }
p { color: rgb(63,14,234); }
H1.HeaderClassName
{
color: #3F0EEA;
}
.AnyTagClassName
{
color: #3F0EEA;
}
</style>
background-color css
<style>
a { background-color: #3F0EEA; }
a { background-color: rgb(63,14,234); }
div.DivClassName
{
background-color: #3F0EEA;
}
.BgClassName
{
background-color: #3F0EEA;
}
</style>
border-color css
<style>
span { border-color: #3F0EEA; }
span { border-color: rgb(63,14,234); }
td.TdClassName
{
border-color: #3F0EEA;
}
.TagClassName
{
border-color: #3F0EEA;
}
</style>