Shades of Han Purple #2F07EC
Tints of Han Purple #2F07EC
RGB
CMYK
RGB Variations
Color information
#2F07EC (or 0x2F07EC) is known color: Han Purple. HEX triplet: 2F, 07 and EC. RGB value is (47,7,236). Sum of RGB (Red+Green+Blue) = 47+7+236=290 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.21% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 236 (92.58% from 255 or 81.38% from 290); Max value from RGB is 236 - color contains mainly: blue. Hex color #2F07EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F07EC is #D0F813. Grayscale: #2C2C2C. Windows color (decimal): -13694996 or 15468335. OLE color: 15468335.
HSL color Cylindrical-coordinate representation of color #2F07EC: hue angle of 250.48º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F07EC is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 7 | 236 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.07 |
| HSL | 250.48º | 0.94% | 0.48% | - |
| HSV(B) | 250.48º | 0.97% | 0.93% | - |
| XYZ | 16.39 | 6.81 | 79.81 | - |
| YUV | 45.07 | 235.75 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 7 | 236 | 0.80 | 0.97 | 0 | 0.07 | 250.48 | 0.94 | 0.48 |
| Hex | 2F | 7 | EC | 50 | 61 | 0 | 7 | FA | 5E | 30 |
| Octal | 57 | 7 | 354 | 120 | 141 | 0 | 7 | 372 | 136 | 60 |
| Binary | 101111 | 111 | 11101100 | 1010000 | 1100001 | 0 | 111 | 11111010 | 1011110 | 110000 |
Color Harmonies of #2F07EC
Complementary color
Monochromatic Colors of #2F07EC
Black with #2F07EC
Text Example
Text Example
White with #2F07EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F07EC; }
p { color: rgb(47,7,236); }
H1.HeaderClassName
{
color: #2F07EC;
}
.AnyTagClassName
{
color: #2F07EC;
}
</style>
background-color css
<style>
a { background-color: #2F07EC; }
a { background-color: rgb(47,7,236); }
div.DivClassName
{
background-color: #2F07EC;
}
.BgClassName
{
background-color: #2F07EC;
}
</style>
border-color css
<style>
span { border-color: #2F07EC; }
span { border-color: rgb(47,7,236); }
td.TdClassName
{
border-color: #2F07EC;
}
.TagClassName
{
border-color: #2F07EC;
}
</style>