Shades of Psychedelic Purple #E62BF7
Tints of Psychedelic Purple #E62BF7
RGB
CMYK
RGB Variations
Color information
#E62BF7 (or 0xE62BF7) is known color: Psychedelic Purple. HEX triplet: E6, 2B and F7. RGB value is (230,43,247). Sum of RGB (Red+Green+Blue) = 230+43+247=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 43 (17.19% from 255 or 8.27% from 520); Blue value is 247 (96.88% from 255 or 47.5% from 520); Max value from RGB is 247 - color contains mainly: blue. Hex color #E62BF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E62BF7 is #19D408. Grayscale: #797979. Windows color (decimal): -1692681 or 16198630. OLE color: 16198630.
HSL color Cylindrical-coordinate representation of color #E62BF7: hue angle of 295º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E62BF7 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 43 | 247 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.03 |
| HSL | 295º | 0.93% | 0.57% | - |
| HSV(B) | 295º | 0.83% | 0.97% | - |
| XYZ | 50.29 | 25.27 | 90.22 | - |
| YUV | 122.17 | 198.45 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 43 | 247 | 0.07 | 0.83 | 0 | 0.03 | 295 | 0.93 | 0.57 |
| Hex | E6 | 2B | F7 | 7 | 53 | 0 | 3 | 127 | 5D | 39 |
| Octal | 346 | 53 | 367 | 7 | 123 | 0 | 3 | 447 | 135 | 71 |
| Binary | 11100110 | 101011 | 11110111 | 111 | 1010011 | 0 | 11 | 100100111 | 1011101 | 111001 |
Color Harmonies of #E62BF7
Complementary color
Monochromatic Colors of #E62BF7
Black with #E62BF7
Text Example
Text Example
White with #E62BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62BF7; }
p { color: rgb(230,43,247); }
H1.HeaderClassName
{
color: #E62BF7;
}
.AnyTagClassName
{
color: #E62BF7;
}
</style>
background-color css
<style>
a { background-color: #E62BF7; }
a { background-color: rgb(230,43,247); }
div.DivClassName
{
background-color: #E62BF7;
}
.BgClassName
{
background-color: #E62BF7;
}
</style>
border-color css
<style>
span { border-color: #E62BF7; }
span { border-color: rgb(230,43,247); }
td.TdClassName
{
border-color: #E62BF7;
}
.TagClassName
{
border-color: #E62BF7;
}
</style>