Shades of Psychedelic Purple #D720EF
Tints of Psychedelic Purple #D720EF
RGB
CMYK
RGB Variations
Color information
#D720EF (or 0xD720EF) is known color: Psychedelic Purple. HEX triplet: D7, 20 and EF. RGB value is (215,32,239). Sum of RGB (Red+Green+Blue) = 215+32+239=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 32 (12.89% from 255 or 6.58% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #D720EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D720EF is #28DF10. Grayscale: #6D6D6D. Windows color (decimal): -2678545 or 15671511. OLE color: 15671511.
HSL color Cylindrical-coordinate representation of color #D720EF: hue angle of 293.04º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D720EF is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 32 | 239 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.06 |
| HSL | 293.04º | 0.87% | 0.53% | - |
| HSV(B) | 293.04º | 0.87% | 0.94% | - |
| XYZ | 44.12 | 21.71 | 83.53 | - |
| YUV | 110.32 | 200.63 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 239 | 0.10 | 0.87 | 0 | 0.06 | 293.04 | 0.87 | 0.53 |
| Hex | D7 | 20 | EF | A | 57 | 0 | 6 | 125 | 57 | 35 |
| Octal | 327 | 40 | 357 | 12 | 127 | 0 | 6 | 445 | 127 | 65 |
| Binary | 11010111 | 100000 | 11101111 | 1010 | 1010111 | 0 | 110 | 100100101 | 1010111 | 110101 |
Color Harmonies of #D720EF
Complementary color
Monochromatic Colors of #D720EF
Black with #D720EF
Text Example
Text Example
White with #D720EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D720EF; }
p { color: rgb(215,32,239); }
H1.HeaderClassName
{
color: #D720EF;
}
.AnyTagClassName
{
color: #D720EF;
}
</style>
background-color css
<style>
a { background-color: #D720EF; }
a { background-color: rgb(215,32,239); }
div.DivClassName
{
background-color: #D720EF;
}
.BgClassName
{
background-color: #D720EF;
}
</style>
border-color css
<style>
span { border-color: #D720EF; }
span { border-color: rgb(215,32,239); }
td.TdClassName
{
border-color: #D720EF;
}
.TagClassName
{
border-color: #D720EF;
}
</style>