Shades of Han Purple #2712EC
Tints of Han Purple #2712EC
RGB
CMYK
RGB Variations
Color information
#2712EC (or 0x2712EC) is known color: Han Purple. HEX triplet: 27, 12 and EC. RGB value is (39,18,236). Sum of RGB (Red+Green+Blue) = 39+18+236=293 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.31% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 236 (92.58% from 255 or 80.55% from 293); Max value from RGB is 236 - color contains mainly: blue. Hex color #2712EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2712EC is #D8ED13. Grayscale: #303030. Windows color (decimal): -14216468 or 15471143. OLE color: 15471143.
HSL color Cylindrical-coordinate representation of color #2712EC: hue angle of 245.78º degrees, saturation: 0.86, 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 #2712EC is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 18 | 236 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.07 |
| HSL | 245.78º | 0.86% | 0.5% | - |
| HSV(B) | 245.78º | 0.92% | 0.93% | - |
| XYZ | 16.19 | 6.92 | 79.84 | - |
| YUV | 49.13 | 233.46 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 18 | 236 | 0.83 | 0.92 | 0 | 0.07 | 245.78 | 0.86 | 0.5 |
| Hex | 27 | 12 | EC | 53 | 5C | 0 | 7 | F6 | 56 | 32 |
| Octal | 47 | 22 | 354 | 123 | 134 | 0 | 7 | 366 | 126 | 62 |
| Binary | 100111 | 10010 | 11101100 | 1010011 | 1011100 | 0 | 111 | 11110110 | 1010110 | 110010 |
Color Harmonies of #2712EC
Complementary color
Monochromatic Colors of #2712EC
Black with #2712EC
Text Example
Text Example
White with #2712EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2712EC; }
p { color: rgb(39,18,236); }
H1.HeaderClassName
{
color: #2712EC;
}
.AnyTagClassName
{
color: #2712EC;
}
</style>
background-color css
<style>
a { background-color: #2712EC; }
a { background-color: rgb(39,18,236); }
div.DivClassName
{
background-color: #2712EC;
}
.BgClassName
{
background-color: #2712EC;
}
</style>
border-color css
<style>
span { border-color: #2712EC; }
span { border-color: rgb(39,18,236); }
td.TdClassName
{
border-color: #2712EC;
}
.TagClassName
{
border-color: #2712EC;
}
</style>