Shades of Psychedelic Purple #E717F7
Tints of Psychedelic Purple #E717F7
RGB
CMYK
RGB Variations
Color information
#E717F7 (or 0xE717F7) is known color: Psychedelic Purple. HEX triplet: E7, 17 and F7. RGB value is (231,23,247). Sum of RGB (Red+Green+Blue) = 231+23+247=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 23 (9.38% from 255 or 4.59% from 501); Blue value is 247 (96.88% from 255 or 49.30% from 501); Max value from RGB is 247 - color contains mainly: blue. Hex color #E717F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E717F7 is #18E808. Grayscale: #6E6E6E. Windows color (decimal): -1632265 or 16193511. OLE color: 16193511.
HSL color Cylindrical-coordinate representation of color #E717F7: hue angle of 295.71º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E717F7 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 231 | 23 | 247 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.03 |
| HSL | 295.71º | 0.93% | 0.53% | - |
| HSV(B) | 295.71º | 0.91% | 0.97% | - |
| XYZ | 50.05 | 24.32 | 90.05 | - |
| YUV | 110.73 | 204.91 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 247 | 0.06 | 0.91 | 0 | 0.03 | 295.71 | 0.93 | 0.53 |
| Hex | E7 | 17 | F7 | 6 | 5B | 0 | 3 | 128 | 5D | 35 |
| Octal | 347 | 27 | 367 | 6 | 133 | 0 | 3 | 450 | 135 | 65 |
| Binary | 11100111 | 10111 | 11110111 | 110 | 1011011 | 0 | 11 | 100101000 | 1011101 | 110101 |
Color Harmonies of #E717F7
Complementary color
Monochromatic Colors of #E717F7
Black with #E717F7
Text Example
Text Example
White with #E717F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E717F7; }
p { color: rgb(231,23,247); }
H1.HeaderClassName
{
color: #E717F7;
}
.AnyTagClassName
{
color: #E717F7;
}
</style>
background-color css
<style>
a { background-color: #E717F7; }
a { background-color: rgb(231,23,247); }
div.DivClassName
{
background-color: #E717F7;
}
.BgClassName
{
background-color: #E717F7;
}
</style>
border-color css
<style>
span { border-color: #E717F7; }
span { border-color: rgb(231,23,247); }
td.TdClassName
{
border-color: #E717F7;
}
.TagClassName
{
border-color: #E717F7;
}
</style>