Shades of Psychedelic Purple #E322F7
Tints of Psychedelic Purple #E322F7
RGB
CMYK
RGB Variations
Color information
#E322F7 (or 0xE322F7) is known color: Psychedelic Purple. HEX triplet: E3, 22 and F7. RGB value is (227,34,247). Sum of RGB (Red+Green+Blue) = 227+34+247=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 34 (13.67% from 255 or 6.69% from 508); Blue value is 247 (96.88% from 255 or 48.62% from 508); Max value from RGB is 247 - color contains mainly: blue. Hex color #E322F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E322F7 is #1CDD08. Grayscale: #737373. Windows color (decimal): -1891593 or 16196323. OLE color: 16196323.
HSL color Cylindrical-coordinate representation of color #E322F7: hue angle of 294.37º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E322F7 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 227 | 34 | 247 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.03 |
| HSL | 294.37º | 0.93% | 0.55% | - |
| HSV(B) | 294.37º | 0.86% | 0.97% | - |
| XYZ | 49.04 | 24.19 | 90.08 | - |
| YUV | 115.99 | 201.94 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 34 | 247 | 0.08 | 0.86 | 0 | 0.03 | 294.37 | 0.93 | 0.55 |
| Hex | E3 | 22 | F7 | 8 | 56 | 0 | 3 | 126 | 5D | 37 |
| Octal | 343 | 42 | 367 | 10 | 126 | 0 | 3 | 446 | 135 | 67 |
| Binary | 11100011 | 100010 | 11110111 | 1000 | 1010110 | 0 | 11 | 100100110 | 1011101 | 110111 |
Color Harmonies of #E322F7
Complementary color
Monochromatic Colors of #E322F7
Black with #E322F7
Text Example
Text Example
White with #E322F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E322F7; }
p { color: rgb(227,34,247); }
H1.HeaderClassName
{
color: #E322F7;
}
.AnyTagClassName
{
color: #E322F7;
}
</style>
background-color css
<style>
a { background-color: #E322F7; }
a { background-color: rgb(227,34,247); }
div.DivClassName
{
background-color: #E322F7;
}
.BgClassName
{
background-color: #E322F7;
}
</style>
border-color css
<style>
span { border-color: #E322F7; }
span { border-color: rgb(227,34,247); }
td.TdClassName
{
border-color: #E322F7;
}
.TagClassName
{
border-color: #E322F7;
}
</style>