Shades of Psychedelic Purple #E709E7
Tints of Psychedelic Purple #E709E7
RGB
CMYK
RGB Variations
Color information
#E709E7 (or 0xE709E7) is known color: Psychedelic Purple. HEX triplet: E7, 09 and E7. RGB value is (231,9,231). Sum of RGB (Red+Green+Blue) = 231+9+231=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 9 (3.91% from 255 or 1.91% from 471); Blue value is 231 (90.62% from 255 or 49.04% from 471); Max value from RGB is 231 - color contains mainly: red, blue. Hex color #E709E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E709E7 is #18F618. Grayscale: #646464. Windows color (decimal): -1635865 or 15141351. OLE color: 15141351.
HSL color Cylindrical-coordinate representation of color #E709E7: hue angle of 300º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E709E7 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 9 | 231 | - |
| CMYK | 0 | 0.96 | 0 | 0.09 |
| HSL | 300º | 0.93% | 0.47% | - |
| HSV(B) | 300º | 0.96% | 0.91% | - |
| XYZ | 47.48 | 22.95 | 77.53 | - |
| YUV | 100.69 | 201.55 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 9 | 231 | 0 | 0.96 | 0 | 0.09 | 300 | 0.93 | 0.47 |
| Hex | E7 | 9 | E7 | 0 | 60 | 0 | 9 | 12C | 5C | 2F |
| Octal | 347 | 11 | 347 | 0 | 140 | 0 | 11 | 454 | 134 | 57 |
| Binary | 11100111 | 1001 | 11100111 | 0 | 1100000 | 0 | 1001 | 100101100 | 1011100 | 101111 |
Color Harmonies of #E709E7
Complementary color
Monochromatic Colors of #E709E7
Black with #E709E7
Text Example
Text Example
White with #E709E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E709E7; }
p { color: rgb(231,9,231); }
H1.HeaderClassName
{
color: #E709E7;
}
.AnyTagClassName
{
color: #E709E7;
}
</style>
background-color css
<style>
a { background-color: #E709E7; }
a { background-color: rgb(231,9,231); }
div.DivClassName
{
background-color: #E709E7;
}
.BgClassName
{
background-color: #E709E7;
}
</style>
border-color css
<style>
span { border-color: #E709E7; }
span { border-color: rgb(231,9,231); }
td.TdClassName
{
border-color: #E709E7;
}
.TagClassName
{
border-color: #E709E7;
}
</style>