Shades of Psychedelic Purple #E727F9
Tints of Psychedelic Purple #E727F9
RGB
CMYK
RGB Variations
Color information
#E727F9 (or 0xE727F9) is known color: Psychedelic Purple. HEX triplet: E7, 27 and F9. RGB value is (231,39,249). Sum of RGB (Red+Green+Blue) = 231+39+249=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 39 (15.62% from 255 or 7.51% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #E727F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E727F9 is #18D806. Grayscale: #777777. Windows color (decimal): -1628167 or 16328679. OLE color: 16328679.
HSL color Cylindrical-coordinate representation of color #E727F9: hue angle of 294.86º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E727F9 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 39 | 249 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.02 |
| HSL | 294.86º | 0.95% | 0.56% | - |
| HSV(B) | 294.86º | 0.84% | 0.98% | - |
| XYZ | 50.78 | 25.28 | 91.83 | - |
| YUV | 120.35 | 200.61 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 39 | 249 | 0.07 | 0.84 | 0 | 0.02 | 294.86 | 0.95 | 0.56 |
| Hex | E7 | 27 | F9 | 7 | 54 | 0 | 2 | 127 | 5F | 38 |
| Octal | 347 | 47 | 371 | 7 | 124 | 0 | 2 | 447 | 137 | 70 |
| Binary | 11100111 | 100111 | 11111001 | 111 | 1010100 | 0 | 10 | 100100111 | 1011111 | 111000 |
Color Harmonies of #E727F9
Complementary color
Monochromatic Colors of #E727F9
Black with #E727F9
Text Example
Text Example
White with #E727F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E727F9; }
p { color: rgb(231,39,249); }
H1.HeaderClassName
{
color: #E727F9;
}
.AnyTagClassName
{
color: #E727F9;
}
</style>
background-color css
<style>
a { background-color: #E727F9; }
a { background-color: rgb(231,39,249); }
div.DivClassName
{
background-color: #E727F9;
}
.BgClassName
{
background-color: #E727F9;
}
</style>
border-color css
<style>
span { border-color: #E727F9; }
span { border-color: rgb(231,39,249); }
td.TdClassName
{
border-color: #E727F9;
}
.TagClassName
{
border-color: #E727F9;
}
</style>