Shades of Psychedelic Purple #E329F5
Tints of Psychedelic Purple #E329F5
RGB
CMYK
RGB Variations
Color information
#E329F5 (or 0xE329F5) is known color: Psychedelic Purple. HEX triplet: E3, 29 and F5. RGB value is (227,41,245). Sum of RGB (Red+Green+Blue) = 227+41+245=513 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.25% from 513); Green value is 41 (16.41% from 255 or 7.99% from 513); Blue value is 245 (96.09% from 255 or 47.76% from 513); Max value from RGB is 245 - color contains mainly: blue. Hex color #E329F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E329F5 is #1CD60A. Grayscale: #777777. Windows color (decimal): -1889803 or 16067043. OLE color: 16067043.
HSL color Cylindrical-coordinate representation of color #E329F5: hue angle of 294.71º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E329F5 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 41 | 245 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.04 |
| HSL | 294.71º | 0.91% | 0.56% | - |
| HSV(B) | 294.71º | 0.83% | 0.96% | - |
| XYZ | 48.95 | 24.51 | 88.54 | - |
| YUV | 119.87 | 198.62 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 41 | 245 | 0.07 | 0.83 | 0 | 0.04 | 294.71 | 0.91 | 0.56 |
| Hex | E3 | 29 | F5 | 7 | 53 | 0 | 4 | 127 | 5B | 38 |
| Octal | 343 | 51 | 365 | 7 | 123 | 0 | 4 | 447 | 133 | 70 |
| Binary | 11100011 | 101001 | 11110101 | 111 | 1010011 | 0 | 100 | 100100111 | 1011011 | 111000 |
Color Harmonies of #E329F5
Complementary color
Monochromatic Colors of #E329F5
Black with #E329F5
Text Example
Text Example
White with #E329F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E329F5; }
p { color: rgb(227,41,245); }
H1.HeaderClassName
{
color: #E329F5;
}
.AnyTagClassName
{
color: #E329F5;
}
</style>
background-color css
<style>
a { background-color: #E329F5; }
a { background-color: rgb(227,41,245); }
div.DivClassName
{
background-color: #E329F5;
}
.BgClassName
{
background-color: #E329F5;
}
</style>
border-color css
<style>
span { border-color: #E329F5; }
span { border-color: rgb(227,41,245); }
td.TdClassName
{
border-color: #E329F5;
}
.TagClassName
{
border-color: #E329F5;
}
</style>