Shades of Psychedelic Purple #E327F7
Tints of Psychedelic Purple #E327F7
RGB
CMYK
RGB Variations
Color information
#E327F7 (or 0xE327F7) is known color: Psychedelic Purple. HEX triplet: E3, 27 and F7. RGB value is (227,39,247). Sum of RGB (Red+Green+Blue) = 227+39+247=513 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.25% from 513); Green value is 39 (15.62% from 255 or 7.60% from 513); Blue value is 247 (96.88% from 255 or 48.15% from 513); Max value from RGB is 247 - color contains mainly: blue. Hex color #E327F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E327F7 is #1CD808. Grayscale: #767676. Windows color (decimal): -1890313 or 16197603. OLE color: 16197603.
HSL color Cylindrical-coordinate representation of color #E327F7: hue angle of 294.23º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E327F7 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 227 | 39 | 247 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.03 |
| HSL | 294.23º | 0.93% | 0.56% | - |
| HSV(B) | 294.23º | 0.84% | 0.97% | - |
| XYZ | 49.19 | 24.5 | 90.13 | - |
| YUV | 118.92 | 200.28 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 39 | 247 | 0.08 | 0.84 | 0 | 0.03 | 294.23 | 0.93 | 0.56 |
| Hex | E3 | 27 | F7 | 8 | 54 | 0 | 3 | 126 | 5D | 38 |
| Octal | 343 | 47 | 367 | 10 | 124 | 0 | 3 | 446 | 135 | 70 |
| Binary | 11100011 | 100111 | 11110111 | 1000 | 1010100 | 0 | 11 | 100100110 | 1011101 | 111000 |
Color Harmonies of #E327F7
Complementary color
Monochromatic Colors of #E327F7
Black with #E327F7
Text Example
Text Example
White with #E327F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E327F7; }
p { color: rgb(227,39,247); }
H1.HeaderClassName
{
color: #E327F7;
}
.AnyTagClassName
{
color: #E327F7;
}
</style>
background-color css
<style>
a { background-color: #E327F7; }
a { background-color: rgb(227,39,247); }
div.DivClassName
{
background-color: #E327F7;
}
.BgClassName
{
background-color: #E327F7;
}
</style>
border-color css
<style>
span { border-color: #E327F7; }
span { border-color: rgb(227,39,247); }
td.TdClassName
{
border-color: #E327F7;
}
.TagClassName
{
border-color: #E327F7;
}
</style>