Shades of Psychedelic Purple #E613F7
Tints of Psychedelic Purple #E613F7
RGB
CMYK
RGB Variations
Color information
#E613F7 (or 0xE613F7) is known color: Psychedelic Purple. HEX triplet: E6, 13 and F7. RGB value is (230,19,247). Sum of RGB (Red+Green+Blue) = 230+19+247=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 19 (7.81% from 255 or 3.83% from 496); Blue value is 247 (96.88% from 255 or 49.80% from 496); Max value from RGB is 247 - color contains mainly: blue. Hex color #E613F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E613F7 is #19EC08. Grayscale: #6B6B6B. Windows color (decimal): -1698825 or 16192486. OLE color: 16192486.
HSL color Cylindrical-coordinate representation of color #E613F7: hue angle of 295.53º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E613F7 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 19 | 247 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.03 |
| HSL | 295.53º | 0.93% | 0.52% | - |
| HSV(B) | 295.53º | 0.92% | 0.97% | - |
| XYZ | 49.65 | 24 | 90.01 | - |
| YUV | 108.08 | 206.4 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 247 | 0.07 | 0.92 | 0 | 0.03 | 295.53 | 0.93 | 0.52 |
| Hex | E6 | 13 | F7 | 7 | 5C | 0 | 3 | 128 | 5D | 34 |
| Octal | 346 | 23 | 367 | 7 | 134 | 0 | 3 | 450 | 135 | 64 |
| Binary | 11100110 | 10011 | 11110111 | 111 | 1011100 | 0 | 11 | 100101000 | 1011101 | 110100 |
Color Harmonies of #E613F7
Complementary color
Monochromatic Colors of #E613F7
Black with #E613F7
Text Example
Text Example
White with #E613F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E613F7; }
p { color: rgb(230,19,247); }
H1.HeaderClassName
{
color: #E613F7;
}
.AnyTagClassName
{
color: #E613F7;
}
</style>
background-color css
<style>
a { background-color: #E613F7; }
a { background-color: rgb(230,19,247); }
div.DivClassName
{
background-color: #E613F7;
}
.BgClassName
{
background-color: #E613F7;
}
</style>
border-color css
<style>
span { border-color: #E613F7; }
span { border-color: rgb(230,19,247); }
td.TdClassName
{
border-color: #E613F7;
}
.TagClassName
{
border-color: #E613F7;
}
</style>