Shades of Han Purple #2F16EC
Tints of Han Purple #2F16EC
RGB
CMYK
RGB Variations
Color information
#2F16EC (or 0x2F16EC) is known color: Han Purple. HEX triplet: 2F, 16 and EC. RGB value is (47,22,236). Sum of RGB (Red+Green+Blue) = 47+22+236=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 236 (92.58% from 255 or 77.38% from 305); Max value from RGB is 236 - color contains mainly: blue. Hex color #2F16EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F16EC is #D0E913. Grayscale: #353535. Windows color (decimal): -13691156 or 15472175. OLE color: 15472175.
HSL color Cylindrical-coordinate representation of color #2F16EC: hue angle of 247.01º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F16EC is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 22 | 236 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.07 |
| HSL | 247.01º | 0.85% | 0.51% | - |
| HSV(B) | 247.01º | 0.91% | 0.93% | - |
| XYZ | 16.6 | 7.23 | 79.88 | - |
| YUV | 53.87 | 230.78 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 22 | 236 | 0.80 | 0.91 | 0 | 0.07 | 247.01 | 0.85 | 0.51 |
| Hex | 2F | 16 | EC | 50 | 5B | 0 | 7 | F7 | 55 | 33 |
| Octal | 57 | 26 | 354 | 120 | 133 | 0 | 7 | 367 | 125 | 63 |
| Binary | 101111 | 10110 | 11101100 | 1010000 | 1011011 | 0 | 111 | 11110111 | 1010101 | 110011 |
Color Harmonies of #2F16EC
Complementary color
Monochromatic Colors of #2F16EC
Black with #2F16EC
Text Example
Text Example
White with #2F16EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F16EC; }
p { color: rgb(47,22,236); }
H1.HeaderClassName
{
color: #2F16EC;
}
.AnyTagClassName
{
color: #2F16EC;
}
</style>
background-color css
<style>
a { background-color: #2F16EC; }
a { background-color: rgb(47,22,236); }
div.DivClassName
{
background-color: #2F16EC;
}
.BgClassName
{
background-color: #2F16EC;
}
</style>
border-color css
<style>
span { border-color: #2F16EC; }
span { border-color: rgb(47,22,236); }
td.TdClassName
{
border-color: #2F16EC;
}
.TagClassName
{
border-color: #2F16EC;
}
</style>