Shades of Psychedelic Purple #E70AF7
Tints of Psychedelic Purple #E70AF7
RGB
CMYK
RGB Variations
Color information
#E70AF7 (or 0xE70AF7) is known color: Psychedelic Purple. HEX triplet: E7, 0A and F7. RGB value is (231,10,247). Sum of RGB (Red+Green+Blue) = 231+10+247=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 10 (4.30% from 255 or 2.05% from 488); Blue value is 247 (96.88% from 255 or 50.61% from 488); Max value from RGB is 247 - color contains mainly: blue. Hex color #E70AF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70AF7 is #18F508. Grayscale: #666666. Windows color (decimal): -1635593 or 16190183. OLE color: 16190183.
HSL color Cylindrical-coordinate representation of color #E70AF7: hue angle of 295.95º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70AF7 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 231 | 10 | 247 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.03 |
| HSL | 295.95º | 0.94% | 0.5% | - |
| HSV(B) | 295.95º | 0.96% | 0.97% | - |
| XYZ | 49.85 | 23.92 | 89.99 | - |
| YUV | 103.1 | 209.22 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 10 | 247 | 0.06 | 0.96 | 0 | 0.03 | 295.95 | 0.94 | 0.5 |
| Hex | E7 | A | F7 | 6 | 60 | 0 | 3 | 128 | 5E | 32 |
| Octal | 347 | 12 | 367 | 6 | 140 | 0 | 3 | 450 | 136 | 62 |
| Binary | 11100111 | 1010 | 11110111 | 110 | 1100000 | 0 | 11 | 100101000 | 1011110 | 110010 |
Color Harmonies of #E70AF7
Complementary color
Monochromatic Colors of #E70AF7
Black with #E70AF7
Text Example
Text Example
White with #E70AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70AF7; }
p { color: rgb(231,10,247); }
H1.HeaderClassName
{
color: #E70AF7;
}
.AnyTagClassName
{
color: #E70AF7;
}
</style>
background-color css
<style>
a { background-color: #E70AF7; }
a { background-color: rgb(231,10,247); }
div.DivClassName
{
background-color: #E70AF7;
}
.BgClassName
{
background-color: #E70AF7;
}
</style>
border-color css
<style>
span { border-color: #E70AF7; }
span { border-color: rgb(231,10,247); }
td.TdClassName
{
border-color: #E70AF7;
}
.TagClassName
{
border-color: #E70AF7;
}
</style>