Shades of Han Purple #2B14F7
Tints of Han Purple #2B14F7
RGB
CMYK
RGB Variations
Color information
#2B14F7 (or 0x2B14F7) is known color: Han Purple. HEX triplet: 2B, 14 and F7. RGB value is (43,20,247). Sum of RGB (Red+Green+Blue) = 43+20+247=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 247 (96.88% from 255 or 79.68% from 310); Max value from RGB is 247 - color contains mainly: blue. Hex color #2B14F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B14F7 is #D4EB08. Grayscale: #333333. Windows color (decimal): -13953801 or 16192555. OLE color: 16192555.
HSL color Cylindrical-coordinate representation of color #2B14F7: hue angle of 246.08º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B14F7 is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 20 | 247 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.03 |
| HSL | 246.08º | 0.93% | 0.52% | - |
| HSV(B) | 246.08º | 0.92% | 0.97% | - |
| XYZ | 18.03 | 7.73 | 88.54 | - |
| YUV | 52.76 | 237.62 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 20 | 247 | 0.83 | 0.92 | 0 | 0.03 | 246.08 | 0.93 | 0.52 |
| Hex | 2B | 14 | F7 | 53 | 5C | 0 | 3 | F6 | 5D | 34 |
| Octal | 53 | 24 | 367 | 123 | 134 | 0 | 3 | 366 | 135 | 64 |
| Binary | 101011 | 10100 | 11110111 | 1010011 | 1011100 | 0 | 11 | 11110110 | 1011101 | 110100 |
Color Harmonies of #2B14F7
Complementary color
Monochromatic Colors of #2B14F7
Black with #2B14F7
Text Example
Text Example
White with #2B14F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B14F7; }
p { color: rgb(43,20,247); }
H1.HeaderClassName
{
color: #2B14F7;
}
.AnyTagClassName
{
color: #2B14F7;
}
</style>
background-color css
<style>
a { background-color: #2B14F7; }
a { background-color: rgb(43,20,247); }
div.DivClassName
{
background-color: #2B14F7;
}
.BgClassName
{
background-color: #2B14F7;
}
</style>
border-color css
<style>
span { border-color: #2B14F7; }
span { border-color: rgb(43,20,247); }
td.TdClassName
{
border-color: #2B14F7;
}
.TagClassName
{
border-color: #2B14F7;
}
</style>