Shades of Psychedelic Purple #D720E6
Tints of Psychedelic Purple #D720E6
RGB
CMYK
RGB Variations
Color information
#D720E6 (or 0xD720E6) is known color: Psychedelic Purple. HEX triplet: D7, 20 and E6. RGB value is (215,32,230). Sum of RGB (Red+Green+Blue) = 215+32+230=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 32 (12.89% from 255 or 6.71% from 477); Blue value is 230 (90.23% from 255 or 48.22% from 477); Max value from RGB is 230 - color contains mainly: blue. Hex color #D720E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D720E6 is #28DF19. Grayscale: #6C6C6C. Windows color (decimal): -2678554 or 15081687. OLE color: 15081687.
HSL color Cylindrical-coordinate representation of color #D720E6: hue angle of 295.45º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D720E6 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 32 | 230 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.10 |
| HSL | 295.45º | 0.8% | 0.51% | - |
| HSV(B) | 295.45º | 0.86% | 0.9% | - |
| XYZ | 42.82 | 21.19 | 76.7 | - |
| YUV | 109.29 | 196.13 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 230 | 0.07 | 0.86 | 0 | 0.10 | 295.45 | 0.8 | 0.51 |
| Hex | D7 | 20 | E6 | 7 | 56 | 0 | A | 127 | 50 | 33 |
| Octal | 327 | 40 | 346 | 7 | 126 | 0 | 12 | 447 | 120 | 63 |
| Binary | 11010111 | 100000 | 11100110 | 111 | 1010110 | 0 | 1010 | 100100111 | 1010000 | 110011 |
Color Harmonies of #D720E6
Complementary color
Monochromatic Colors of #D720E6
Black with #D720E6
Text Example
Text Example
White with #D720E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D720E6; }
p { color: rgb(215,32,230); }
H1.HeaderClassName
{
color: #D720E6;
}
.AnyTagClassName
{
color: #D720E6;
}
</style>
background-color css
<style>
a { background-color: #D720E6; }
a { background-color: rgb(215,32,230); }
div.DivClassName
{
background-color: #D720E6;
}
.BgClassName
{
background-color: #D720E6;
}
</style>
border-color css
<style>
span { border-color: #D720E6; }
span { border-color: rgb(215,32,230); }
td.TdClassName
{
border-color: #D720E6;
}
.TagClassName
{
border-color: #D720E6;
}
</style>