Shades of Han Purple #2F0CF7
Tints of Han Purple #2F0CF7
RGB
CMYK
RGB Variations
Color information
#2F0CF7 (or 0x2F0CF7) is known color: Han Purple. HEX triplet: 2F, 0C and F7. RGB value is (47,12,247). Sum of RGB (Red+Green+Blue) = 47+12+247=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 247 (96.88% from 255 or 80.72% from 306); Max value from RGB is 247 - color contains mainly: blue. Hex color #2F0CF7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0CF7 is #D0F308. Grayscale: #303030. Windows color (decimal): -13693705 or 16190511. OLE color: 16190511.
HSL color Cylindrical-coordinate representation of color #2F0CF7: hue angle of 248.94º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F0CF7 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 12 | 247 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.03 |
| HSL | 248.94º | 0.94% | 0.51% | - |
| HSV(B) | 248.94º | 0.95% | 0.97% | - |
| XYZ | 18.09 | 7.58 | 88.51 | - |
| YUV | 49.26 | 239.6 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 12 | 247 | 0.81 | 0.95 | 0 | 0.03 | 248.94 | 0.94 | 0.51 |
| Hex | 2F | C | F7 | 51 | 5F | 0 | 3 | F9 | 5E | 33 |
| Octal | 57 | 14 | 367 | 121 | 137 | 0 | 3 | 371 | 136 | 63 |
| Binary | 101111 | 1100 | 11110111 | 1010001 | 1011111 | 0 | 11 | 11111001 | 1011110 | 110011 |
Color Harmonies of #2F0CF7
Complementary color
Monochromatic Colors of #2F0CF7
Black with #2F0CF7
Text Example
Text Example
White with #2F0CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0CF7; }
p { color: rgb(47,12,247); }
H1.HeaderClassName
{
color: #2F0CF7;
}
.AnyTagClassName
{
color: #2F0CF7;
}
</style>
background-color css
<style>
a { background-color: #2F0CF7; }
a { background-color: rgb(47,12,247); }
div.DivClassName
{
background-color: #2F0CF7;
}
.BgClassName
{
background-color: #2F0CF7;
}
</style>
border-color css
<style>
span { border-color: #2F0CF7; }
span { border-color: rgb(47,12,247); }
td.TdClassName
{
border-color: #2F0CF7;
}
.TagClassName
{
border-color: #2F0CF7;
}
</style>