Shades of Han Purple #2F02F7
Tints of Han Purple #2F02F7
RGB
CMYK
RGB Variations
Color information
#2F02F7 (or 0x2F02F7) is known color: Han Purple. HEX triplet: 2F, 02 and F7. RGB value is (47,2,247). Sum of RGB (Red+Green+Blue) = 47+2+247=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 247 (96.88% from 255 or 83.45% from 296); Max value from RGB is 247 - color contains mainly: blue. Hex color #2F02F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F02F7 is #D0FD08. Grayscale: #2A2A2A. Windows color (decimal): -13696265 or 16187951. OLE color: 16187951.
HSL color Cylindrical-coordinate representation of color #2F02F7: hue angle of 251.02º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F02F7 is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 2 | 247 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.03 |
| HSL | 251.02º | 0.98% | 0.49% | - |
| HSV(B) | 251.02º | 0.99% | 0.97% | - |
| XYZ | 17.98 | 7.36 | 88.47 | - |
| YUV | 43.39 | 242.91 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 2 | 247 | 0.81 | 0.99 | 0 | 0.03 | 251.02 | 0.98 | 0.49 |
| Hex | 2F | 2 | F7 | 51 | 63 | 0 | 3 | FB | 62 | 31 |
| Octal | 57 | 2 | 367 | 121 | 143 | 0 | 3 | 373 | 142 | 61 |
| Binary | 101111 | 10 | 11110111 | 1010001 | 1100011 | 0 | 11 | 11111011 | 1100010 | 110001 |
Color Harmonies of #2F02F7
Complementary color
Monochromatic Colors of #2F02F7
Black with #2F02F7
Text Example
Text Example
White with #2F02F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F02F7; }
p { color: rgb(47,2,247); }
H1.HeaderClassName
{
color: #2F02F7;
}
.AnyTagClassName
{
color: #2F02F7;
}
</style>
background-color css
<style>
a { background-color: #2F02F7; }
a { background-color: rgb(47,2,247); }
div.DivClassName
{
background-color: #2F02F7;
}
.BgClassName
{
background-color: #2F02F7;
}
</style>
border-color css
<style>
span { border-color: #2F02F7; }
span { border-color: rgb(47,2,247); }
td.TdClassName
{
border-color: #2F02F7;
}
.TagClassName
{
border-color: #2F02F7;
}
</style>