Shades of Psychedelic Purple #E327FF
Tints of Psychedelic Purple #E327FF
RGB
CMYK
RGB Variations
Color information
#E327FF (or 0xE327FF) is known color: Psychedelic Purple. HEX triplet: E3, 27 and FF. RGB value is (227,39,255). Sum of RGB (Red+Green+Blue) = 227+39+255=521 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.57% from 521); Green value is 39 (15.62% from 255 or 7.49% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #E327FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E327FF is #1CD800. Grayscale: #777777. Windows color (decimal): -1890305 or 16721891. OLE color: 16721891.
HSL color Cylindrical-coordinate representation of color #E327FF: hue angle of 292.22º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E327FF is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 39 | 255 | - |
| CMYK | 0.11 | 0.85 | 0 | 0 |
| HSL | 292.22º | 1% | 0.58% | - |
| HSV(B) | 292.22º | 0.85% | 1% | - |
| XYZ | 50.45 | 25 | 96.77 | - |
| YUV | 119.84 | 204.28 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 39 | 255 | 0.11 | 0.85 | 0 | 0 | 292.22 | 1 | 0.58 |
| Hex | E3 | 27 | FF | B | 55 | 0 | 0 | 124 | 64 | 3A |
| Octal | 343 | 47 | 377 | 13 | 125 | 0 | 0 | 444 | 144 | 72 |
| Binary | 11100011 | 100111 | 11111111 | 1011 | 1010101 | 0 | 0 | 100100100 | 1100100 | 111010 |
Color Harmonies of #E327FF
Complementary color
Monochromatic Colors of #E327FF
Black with #E327FF
Text Example
Text Example
White with #E327FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E327FF; }
p { color: rgb(227,39,255); }
H1.HeaderClassName
{
color: #E327FF;
}
.AnyTagClassName
{
color: #E327FF;
}
</style>
background-color css
<style>
a { background-color: #E327FF; }
a { background-color: rgb(227,39,255); }
div.DivClassName
{
background-color: #E327FF;
}
.BgClassName
{
background-color: #E327FF;
}
</style>
border-color css
<style>
span { border-color: #E327FF; }
span { border-color: rgb(227,39,255); }
td.TdClassName
{
border-color: #E327FF;
}
.TagClassName
{
border-color: #E327FF;
}
</style>