Shades of Han Purple #2714EC
Tints of Han Purple #2714EC
RGB
CMYK
RGB Variations
Color information
#2714EC (or 0x2714EC) is known color: Han Purple. HEX triplet: 27, 14 and EC. RGB value is (39,20,236). Sum of RGB (Red+Green+Blue) = 39+20+236=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 236 (92.58% from 255 or 80% from 295); Max value from RGB is 236 - color contains mainly: blue. Hex color #2714EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2714EC is #D8EB13. Grayscale: #313131. Windows color (decimal): -14215956 or 15471655. OLE color: 15471655.
HSL color Cylindrical-coordinate representation of color #2714EC: hue angle of 245.28º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2714EC is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 20 | 236 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.07 |
| HSL | 245.28º | 0.85% | 0.5% | - |
| HSV(B) | 245.28º | 0.92% | 0.93% | - |
| XYZ | 16.23 | 6.99 | 79.85 | - |
| YUV | 50.31 | 232.79 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 20 | 236 | 0.83 | 0.92 | 0 | 0.07 | 245.28 | 0.85 | 0.5 |
| Hex | 27 | 14 | EC | 53 | 5C | 0 | 7 | F5 | 55 | 32 |
| Octal | 47 | 24 | 354 | 123 | 134 | 0 | 7 | 365 | 125 | 62 |
| Binary | 100111 | 10100 | 11101100 | 1010011 | 1011100 | 0 | 111 | 11110101 | 1010101 | 110010 |
Color Harmonies of #2714EC
Complementary color
Monochromatic Colors of #2714EC
Black with #2714EC
Text Example
Text Example
White with #2714EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2714EC; }
p { color: rgb(39,20,236); }
H1.HeaderClassName
{
color: #2714EC;
}
.AnyTagClassName
{
color: #2714EC;
}
</style>
background-color css
<style>
a { background-color: #2714EC; }
a { background-color: rgb(39,20,236); }
div.DivClassName
{
background-color: #2714EC;
}
.BgClassName
{
background-color: #2714EC;
}
</style>
border-color css
<style>
span { border-color: #2714EC; }
span { border-color: rgb(39,20,236); }
td.TdClassName
{
border-color: #2714EC;
}
.TagClassName
{
border-color: #2714EC;
}
</style>