Shades of Han Purple #2715EE
Tints of Han Purple #2715EE
RGB
CMYK
RGB Variations
Color information
#2715EE (or 0x2715EE) is known color: Han Purple. HEX triplet: 27, 15 and EE. RGB value is (39,21,238). Sum of RGB (Red+Green+Blue) = 39+21+238=298 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.09% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 238 (93.36% from 255 or 79.87% from 298); Max value from RGB is 238 - color contains mainly: blue. Hex color #2715EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2715EE is #D8EA11. Grayscale: #323232. Windows color (decimal): -14215698 or 15602983. OLE color: 15602983.
HSL color Cylindrical-coordinate representation of color #2715EE: hue angle of 244.98º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2715EE is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 21 | 238 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.07 |
| HSL | 244.98º | 0.86% | 0.51% | - |
| HSV(B) | 244.98º | 0.91% | 0.93% | - |
| XYZ | 16.54 | 7.14 | 81.4 | - |
| YUV | 51.12 | 233.46 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 21 | 238 | 0.84 | 0.91 | 0 | 0.07 | 244.98 | 0.86 | 0.51 |
| Hex | 27 | 15 | EE | 54 | 5B | 0 | 7 | F5 | 56 | 33 |
| Octal | 47 | 25 | 356 | 124 | 133 | 0 | 7 | 365 | 126 | 63 |
| Binary | 100111 | 10101 | 11101110 | 1010100 | 1011011 | 0 | 111 | 11110101 | 1010110 | 110011 |
Color Harmonies of #2715EE
Complementary color
Monochromatic Colors of #2715EE
Black with #2715EE
Text Example
Text Example
White with #2715EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2715EE; }
p { color: rgb(39,21,238); }
H1.HeaderClassName
{
color: #2715EE;
}
.AnyTagClassName
{
color: #2715EE;
}
</style>
background-color css
<style>
a { background-color: #2715EE; }
a { background-color: rgb(39,21,238); }
div.DivClassName
{
background-color: #2715EE;
}
.BgClassName
{
background-color: #2715EE;
}
</style>
border-color css
<style>
span { border-color: #2715EE; }
span { border-color: rgb(39,21,238); }
td.TdClassName
{
border-color: #2715EE;
}
.TagClassName
{
border-color: #2715EE;
}
</style>