Shades of Han Purple #2713EC
Tints of Han Purple #2713EC
RGB
CMYK
RGB Variations
Color information
#2713EC (or 0x2713EC) is known color: Han Purple. HEX triplet: 27, 13 and EC. RGB value is (39,19,236). Sum of RGB (Red+Green+Blue) = 39+19+236=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 236 (92.58% from 255 or 80.27% from 294); Max value from RGB is 236 - color contains mainly: blue. Hex color #2713EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2713EC is #D8EC13. Grayscale: #303030. Windows color (decimal): -14216212 or 15471399. OLE color: 15471399.
HSL color Cylindrical-coordinate representation of color #2713EC: hue angle of 245.53º 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 #2713EC is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 19 | 236 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.07 |
| HSL | 245.53º | 0.85% | 0.5% | - |
| HSV(B) | 245.53º | 0.92% | 0.93% | - |
| XYZ | 16.21 | 6.95 | 79.84 | - |
| YUV | 49.72 | 233.13 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 19 | 236 | 0.83 | 0.92 | 0 | 0.07 | 245.53 | 0.85 | 0.5 |
| Hex | 27 | 13 | EC | 53 | 5C | 0 | 7 | F6 | 55 | 32 |
| Octal | 47 | 23 | 354 | 123 | 134 | 0 | 7 | 366 | 125 | 62 |
| Binary | 100111 | 10011 | 11101100 | 1010011 | 1011100 | 0 | 111 | 11110110 | 1010101 | 110010 |
Color Harmonies of #2713EC
Complementary color
Monochromatic Colors of #2713EC
Black with #2713EC
Text Example
Text Example
White with #2713EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2713EC; }
p { color: rgb(39,19,236); }
H1.HeaderClassName
{
color: #2713EC;
}
.AnyTagClassName
{
color: #2713EC;
}
</style>
background-color css
<style>
a { background-color: #2713EC; }
a { background-color: rgb(39,19,236); }
div.DivClassName
{
background-color: #2713EC;
}
.BgClassName
{
background-color: #2713EC;
}
</style>
border-color css
<style>
span { border-color: #2713EC; }
span { border-color: rgb(39,19,236); }
td.TdClassName
{
border-color: #2713EC;
}
.TagClassName
{
border-color: #2713EC;
}
</style>