Shades of Han Purple #2715EF
Tints of Han Purple #2715EF
RGB
CMYK
RGB Variations
Color information
#2715EF (or 0x2715EF) is known color: Han Purple. HEX triplet: 27, 15 and EF. RGB value is (39,21,239). Sum of RGB (Red+Green+Blue) = 39+21+239=299 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.04% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 239 (93.75% from 255 or 79.93% from 299); Max value from RGB is 239 - color contains mainly: blue. Hex color #2715EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2715EF is #D8EA10. Grayscale: #323232. Windows color (decimal): -14215697 or 15668519. OLE color: 15668519.
HSL color Cylindrical-coordinate representation of color #2715EF: hue angle of 244.95º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2715EF is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 21 | 239 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.06 |
| HSL | 244.95º | 0.87% | 0.51% | - |
| HSV(B) | 244.95º | 0.91% | 0.94% | - |
| XYZ | 16.68 | 7.2 | 82.17 | - |
| YUV | 51.23 | 233.96 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 21 | 239 | 0.84 | 0.91 | 0 | 0.06 | 244.95 | 0.87 | 0.51 |
| Hex | 27 | 15 | EF | 54 | 5B | 0 | 6 | F5 | 57 | 33 |
| Octal | 47 | 25 | 357 | 124 | 133 | 0 | 6 | 365 | 127 | 63 |
| Binary | 100111 | 10101 | 11101111 | 1010100 | 1011011 | 0 | 110 | 11110101 | 1010111 | 110011 |
Color Harmonies of #2715EF
Complementary color
Monochromatic Colors of #2715EF
Black with #2715EF
Text Example
Text Example
White with #2715EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2715EF; }
p { color: rgb(39,21,239); }
H1.HeaderClassName
{
color: #2715EF;
}
.AnyTagClassName
{
color: #2715EF;
}
</style>
background-color css
<style>
a { background-color: #2715EF; }
a { background-color: rgb(39,21,239); }
div.DivClassName
{
background-color: #2715EF;
}
.BgClassName
{
background-color: #2715EF;
}
</style>
border-color css
<style>
span { border-color: #2715EF; }
span { border-color: rgb(39,21,239); }
td.TdClassName
{
border-color: #2715EF;
}
.TagClassName
{
border-color: #2715EF;
}
</style>