Shades of Han Purple #2F0EEC
Tints of Han Purple #2F0EEC
RGB
CMYK
RGB Variations
Color information
#2F0EEC (or 0x2F0EEC) is known color: Han Purple. HEX triplet: 2F, 0E and EC. RGB value is (47,14,236). Sum of RGB (Red+Green+Blue) = 47+14+236=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 236 (92.58% from 255 or 79.46% from 297); Max value from RGB is 236 - color contains mainly: blue. Hex color #2F0EEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0EEC is #D0F113. Grayscale: #303030. Windows color (decimal): -13693204 or 15470127. OLE color: 15470127.
HSL color Cylindrical-coordinate representation of color #2F0EEC: hue angle of 248.92º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0EEC is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 14 | 236 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.07 |
| HSL | 248.92º | 0.89% | 0.49% | - |
| HSV(B) | 248.92º | 0.94% | 0.93% | - |
| XYZ | 16.47 | 6.97 | 79.84 | - |
| YUV | 49.18 | 233.43 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 14 | 236 | 0.80 | 0.94 | 0 | 0.07 | 248.92 | 0.89 | 0.49 |
| Hex | 2F | E | EC | 50 | 5E | 0 | 7 | F9 | 59 | 31 |
| Octal | 57 | 16 | 354 | 120 | 136 | 0 | 7 | 371 | 131 | 61 |
| Binary | 101111 | 1110 | 11101100 | 1010000 | 1011110 | 0 | 111 | 11111001 | 1011001 | 110001 |
Color Harmonies of #2F0EEC
Complementary color
Monochromatic Colors of #2F0EEC
Black with #2F0EEC
Text Example
Text Example
White with #2F0EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0EEC; }
p { color: rgb(47,14,236); }
H1.HeaderClassName
{
color: #2F0EEC;
}
.AnyTagClassName
{
color: #2F0EEC;
}
</style>
background-color css
<style>
a { background-color: #2F0EEC; }
a { background-color: rgb(47,14,236); }
div.DivClassName
{
background-color: #2F0EEC;
}
.BgClassName
{
background-color: #2F0EEC;
}
</style>
border-color css
<style>
span { border-color: #2F0EEC; }
span { border-color: rgb(47,14,236); }
td.TdClassName
{
border-color: #2F0EEC;
}
.TagClassName
{
border-color: #2F0EEC;
}
</style>