Shades of Psychedelic Purple #E727FD
Tints of Psychedelic Purple #E727FD
RGB
CMYK
RGB Variations
Color information
#E727FD (or 0xE727FD) is known color: Psychedelic Purple. HEX triplet: E7, 27 and FD. RGB value is (231,39,253). Sum of RGB (Red+Green+Blue) = 231+39+253=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 39 (15.62% from 255 or 7.46% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #E727FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E727FD is #18D802. Grayscale: #787878. Windows color (decimal): -1628163 or 16590823. OLE color: 16590823.
HSL color Cylindrical-coordinate representation of color #E727FD: hue angle of 293.83º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E727FD is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 39 | 253 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.01 |
| HSL | 293.83º | 0.98% | 0.57% | - |
| HSV(B) | 293.83º | 0.85% | 0.99% | - |
| XYZ | 51.41 | 25.53 | 95.15 | - |
| YUV | 120.8 | 202.61 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 39 | 253 | 0.09 | 0.85 | 0 | 0.01 | 293.83 | 0.98 | 0.57 |
| Hex | E7 | 27 | FD | 9 | 55 | 0 | 1 | 126 | 62 | 39 |
| Octal | 347 | 47 | 375 | 11 | 125 | 0 | 1 | 446 | 142 | 71 |
| Binary | 11100111 | 100111 | 11111101 | 1001 | 1010101 | 0 | 1 | 100100110 | 1100010 | 111001 |
Color Harmonies of #E727FD
Complementary color
Monochromatic Colors of #E727FD
Black with #E727FD
Text Example
Text Example
White with #E727FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E727FD; }
p { color: rgb(231,39,253); }
H1.HeaderClassName
{
color: #E727FD;
}
.AnyTagClassName
{
color: #E727FD;
}
</style>
background-color css
<style>
a { background-color: #E727FD; }
a { background-color: rgb(231,39,253); }
div.DivClassName
{
background-color: #E727FD;
}
.BgClassName
{
background-color: #E727FD;
}
</style>
border-color css
<style>
span { border-color: #E727FD; }
span { border-color: rgb(231,39,253); }
td.TdClassName
{
border-color: #E727FD;
}
.TagClassName
{
border-color: #E727FD;
}
</style>