Shades of Han Purple #2F0EF6
Tints of Han Purple #2F0EF6
RGB
CMYK
RGB Variations
Color information
#2F0EF6 (or 0x2F0EF6) is known color: Han Purple. HEX triplet: 2F, 0E and F6. RGB value is (47,14,246). Sum of RGB (Red+Green+Blue) = 47+14+246=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 246 (96.48% from 255 or 80.13% from 307); Max value from RGB is 246 - color contains mainly: blue. Hex color #2F0EF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0EF6 is #D0F109. Grayscale: #313131. Windows color (decimal): -13693194 or 16125487. OLE color: 16125487.
HSL color Cylindrical-coordinate representation of color #2F0EF6: hue angle of 248.53º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0EF6 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 14 | 246 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.04 |
| HSL | 248.53º | 0.93% | 0.51% | - |
| HSV(B) | 248.53º | 0.94% | 0.96% | - |
| XYZ | 17.96 | 7.57 | 87.7 | - |
| YUV | 50.32 | 238.43 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 14 | 246 | 0.81 | 0.94 | 0 | 0.04 | 248.53 | 0.93 | 0.51 |
| Hex | 2F | E | F6 | 51 | 5E | 0 | 4 | F9 | 5D | 33 |
| Octal | 57 | 16 | 366 | 121 | 136 | 0 | 4 | 371 | 135 | 63 |
| Binary | 101111 | 1110 | 11110110 | 1010001 | 1011110 | 0 | 100 | 11111001 | 1011101 | 110011 |
Color Harmonies of #2F0EF6
Complementary color
Monochromatic Colors of #2F0EF6
Black with #2F0EF6
Text Example
Text Example
White with #2F0EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0EF6; }
p { color: rgb(47,14,246); }
H1.HeaderClassName
{
color: #2F0EF6;
}
.AnyTagClassName
{
color: #2F0EF6;
}
</style>
background-color css
<style>
a { background-color: #2F0EF6; }
a { background-color: rgb(47,14,246); }
div.DivClassName
{
background-color: #2F0EF6;
}
.BgClassName
{
background-color: #2F0EF6;
}
</style>
border-color css
<style>
span { border-color: #2F0EF6; }
span { border-color: rgb(47,14,246); }
td.TdClassName
{
border-color: #2F0EF6;
}
.TagClassName
{
border-color: #2F0EF6;
}
</style>