Shades of Psychedelic Purple #E729F7
Tints of Psychedelic Purple #E729F7
RGB
CMYK
RGB Variations
Color information
#E729F7 (or 0xE729F7) is known color: Psychedelic Purple. HEX triplet: E7, 29 and F7. RGB value is (231,41,247). Sum of RGB (Red+Green+Blue) = 231+41+247=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 41 (16.41% from 255 or 7.90% from 519); Blue value is 247 (96.88% from 255 or 47.59% from 519); Max value from RGB is 247 - color contains mainly: blue. Hex color #E729F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E729F7 is #18D608. Grayscale: #787878. Windows color (decimal): -1627657 or 16198119. OLE color: 16198119.
HSL color Cylindrical-coordinate representation of color #E729F7: hue angle of 295.34º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E729F7 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 231 | 41 | 247 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.03 |
| HSL | 295.34º | 0.93% | 0.56% | - |
| HSV(B) | 295.34º | 0.83% | 0.97% | - |
| XYZ | 50.54 | 25.29 | 90.21 | - |
| YUV | 121.29 | 198.95 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 41 | 247 | 0.06 | 0.83 | 0 | 0.03 | 295.34 | 0.93 | 0.56 |
| Hex | E7 | 29 | F7 | 6 | 53 | 0 | 3 | 127 | 5D | 38 |
| Octal | 347 | 51 | 367 | 6 | 123 | 0 | 3 | 447 | 135 | 70 |
| Binary | 11100111 | 101001 | 11110111 | 110 | 1010011 | 0 | 11 | 100100111 | 1011101 | 111000 |
Color Harmonies of #E729F7
Complementary color
Monochromatic Colors of #E729F7
Black with #E729F7
Text Example
Text Example
White with #E729F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E729F7; }
p { color: rgb(231,41,247); }
H1.HeaderClassName
{
color: #E729F7;
}
.AnyTagClassName
{
color: #E729F7;
}
</style>
background-color css
<style>
a { background-color: #E729F7; }
a { background-color: rgb(231,41,247); }
div.DivClassName
{
background-color: #E729F7;
}
.BgClassName
{
background-color: #E729F7;
}
</style>
border-color css
<style>
span { border-color: #E729F7; }
span { border-color: rgb(231,41,247); }
td.TdClassName
{
border-color: #E729F7;
}
.TagClassName
{
border-color: #E729F7;
}
</style>