Shades of Han Purple #2F0BF7
Tints of Han Purple #2F0BF7
RGB
CMYK
RGB Variations
Color information
#2F0BF7 (or 0x2F0BF7) is known color: Han Purple. HEX triplet: 2F, 0B and F7. RGB value is (47,11,247). Sum of RGB (Red+Green+Blue) = 47+11+247=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 247 (96.88% from 255 or 80.98% from 305); Max value from RGB is 247 - color contains mainly: blue. Hex color #2F0BF7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0BF7 is #D0F408. Grayscale: #2F2F2F. Windows color (decimal): -13693961 or 16190255. OLE color: 16190255.
HSL color Cylindrical-coordinate representation of color #2F0BF7: hue angle of 249.15º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F0BF7 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 11 | 247 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.03 |
| HSL | 249.15º | 0.94% | 0.51% | - |
| HSV(B) | 249.15º | 0.96% | 0.97% | - |
| XYZ | 18.08 | 7.56 | 88.5 | - |
| YUV | 48.67 | 239.93 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 11 | 247 | 0.81 | 0.96 | 0 | 0.03 | 249.15 | 0.94 | 0.51 |
| Hex | 2F | B | F7 | 51 | 60 | 0 | 3 | F9 | 5E | 33 |
| Octal | 57 | 13 | 367 | 121 | 140 | 0 | 3 | 371 | 136 | 63 |
| Binary | 101111 | 1011 | 11110111 | 1010001 | 1100000 | 0 | 11 | 11111001 | 1011110 | 110011 |
Color Harmonies of #2F0BF7
Complementary color
Monochromatic Colors of #2F0BF7
Black with #2F0BF7
Text Example
Text Example
White with #2F0BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0BF7; }
p { color: rgb(47,11,247); }
H1.HeaderClassName
{
color: #2F0BF7;
}
.AnyTagClassName
{
color: #2F0BF7;
}
</style>
background-color css
<style>
a { background-color: #2F0BF7; }
a { background-color: rgb(47,11,247); }
div.DivClassName
{
background-color: #2F0BF7;
}
.BgClassName
{
background-color: #2F0BF7;
}
</style>
border-color css
<style>
span { border-color: #2F0BF7; }
span { border-color: rgb(47,11,247); }
td.TdClassName
{
border-color: #2F0BF7;
}
.TagClassName
{
border-color: #2F0BF7;
}
</style>