Shades of Psychedelic Purple #E707F9
Tints of Psychedelic Purple #E707F9
RGB
CMYK
RGB Variations
Color information
#E707F9 (or 0xE707F9) is known color: Psychedelic Purple. HEX triplet: E7, 07 and F9. RGB value is (231,7,249). Sum of RGB (Red+Green+Blue) = 231+7+249=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 7 (3.12% from 255 or 1.44% from 487); Blue value is 249 (97.66% from 255 or 51.13% from 487); Max value from RGB is 249 - color contains mainly: blue. Hex color #E707F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E707F9 is #18F806. Grayscale: #646464. Windows color (decimal): -1636359 or 16320487. OLE color: 16320487.
HSL color Cylindrical-coordinate representation of color #E707F9: hue angle of 295.54º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E707F9 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 7 | 249 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.02 |
| HSL | 295.54º | 0.95% | 0.5% | - |
| HSV(B) | 295.54º | 0.97% | 0.98% | - |
| XYZ | 50.13 | 23.98 | 91.61 | - |
| YUV | 101.56 | 211.21 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 249 | 0.07 | 0.97 | 0 | 0.02 | 295.54 | 0.95 | 0.5 |
| Hex | E7 | 7 | F9 | 7 | 61 | 0 | 2 | 128 | 5F | 32 |
| Octal | 347 | 7 | 371 | 7 | 141 | 0 | 2 | 450 | 137 | 62 |
| Binary | 11100111 | 111 | 11111001 | 111 | 1100001 | 0 | 10 | 100101000 | 1011111 | 110010 |
Color Harmonies of #E707F9
Complementary color
Monochromatic Colors of #E707F9
Black with #E707F9
Text Example
Text Example
White with #E707F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E707F9; }
p { color: rgb(231,7,249); }
H1.HeaderClassName
{
color: #E707F9;
}
.AnyTagClassName
{
color: #E707F9;
}
</style>
background-color css
<style>
a { background-color: #E707F9; }
a { background-color: rgb(231,7,249); }
div.DivClassName
{
background-color: #E707F9;
}
.BgClassName
{
background-color: #E707F9;
}
</style>
border-color css
<style>
span { border-color: #E707F9; }
span { border-color: rgb(231,7,249); }
td.TdClassName
{
border-color: #E707F9;
}
.TagClassName
{
border-color: #E707F9;
}
</style>