Shades of Psychedelic Purple #E633F9
Tints of Psychedelic Purple #E633F9
RGB
CMYK
RGB Variations
Color information
#E633F9 (or 0xE633F9) is known color: Psychedelic Purple. HEX triplet: E6, 33 and F9. RGB value is (230,51,249). Sum of RGB (Red+Green+Blue) = 230+51+249=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 51 (20.31% from 255 or 9.62% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #E633F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E633F9 is #19CC06. Grayscale: #7E7E7E. Windows color (decimal): -1690631 or 16331750. OLE color: 16331750.
HSL color Cylindrical-coordinate representation of color #E633F9: hue angle of 294.24º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E633F9 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 51 | 249 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.02 |
| HSL | 294.24º | 0.94% | 0.59% | - |
| HSV(B) | 294.24º | 0.8% | 0.98% | - |
| XYZ | 50.92 | 26.03 | 91.96 | - |
| YUV | 127.09 | 196.8 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 51 | 249 | 0.08 | 0.80 | 0 | 0.02 | 294.24 | 0.94 | 0.59 |
| Hex | E6 | 33 | F9 | 8 | 50 | 0 | 2 | 126 | 5E | 3B |
| Octal | 346 | 63 | 371 | 10 | 120 | 0 | 2 | 446 | 136 | 73 |
| Binary | 11100110 | 110011 | 11111001 | 1000 | 1010000 | 0 | 10 | 100100110 | 1011110 | 111011 |
Color Harmonies of #E633F9
Complementary color
Monochromatic Colors of #E633F9
Black with #E633F9
Text Example
Text Example
White with #E633F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E633F9; }
p { color: rgb(230,51,249); }
H1.HeaderClassName
{
color: #E633F9;
}
.AnyTagClassName
{
color: #E633F9;
}
</style>
background-color css
<style>
a { background-color: #E633F9; }
a { background-color: rgb(230,51,249); }
div.DivClassName
{
background-color: #E633F9;
}
.BgClassName
{
background-color: #E633F9;
}
</style>
border-color css
<style>
span { border-color: #E633F9; }
span { border-color: rgb(230,51,249); }
td.TdClassName
{
border-color: #E633F9;
}
.TagClassName
{
border-color: #E633F9;
}
</style>