Shades of Psychedelic Purple #D729EF
Tints of Psychedelic Purple #D729EF
RGB
CMYK
RGB Variations
Color information
#D729EF (or 0xD729EF) is known color: Psychedelic Purple. HEX triplet: D7, 29 and EF. RGB value is (215,41,239). Sum of RGB (Red+Green+Blue) = 215+41+239=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 41 (16.41% from 255 or 8.28% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #D729EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D729EF is #28D610. Grayscale: #727272. Windows color (decimal): -2676241 or 15673815. OLE color: 15673815.
HSL color Cylindrical-coordinate representation of color #D729EF: hue angle of 292.73º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D729EF is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 41 | 239 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.06 |
| HSL | 292.73º | 0.86% | 0.55% | - |
| HSV(B) | 292.73º | 0.83% | 0.94% | - |
| XYZ | 44.4 | 22.26 | 83.62 | - |
| YUV | 115.6 | 197.65 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 239 | 0.10 | 0.83 | 0 | 0.06 | 292.73 | 0.86 | 0.55 |
| Hex | D7 | 29 | EF | A | 53 | 0 | 6 | 125 | 56 | 37 |
| Octal | 327 | 51 | 357 | 12 | 123 | 0 | 6 | 445 | 126 | 67 |
| Binary | 11010111 | 101001 | 11101111 | 1010 | 1010011 | 0 | 110 | 100100101 | 1010110 | 110111 |
Color Harmonies of #D729EF
Complementary color
Monochromatic Colors of #D729EF
Black with #D729EF
Text Example
Text Example
White with #D729EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D729EF; }
p { color: rgb(215,41,239); }
H1.HeaderClassName
{
color: #D729EF;
}
.AnyTagClassName
{
color: #D729EF;
}
</style>
background-color css
<style>
a { background-color: #D729EF; }
a { background-color: rgb(215,41,239); }
div.DivClassName
{
background-color: #D729EF;
}
.BgClassName
{
background-color: #D729EF;
}
</style>
border-color css
<style>
span { border-color: #D729EF; }
span { border-color: rgb(215,41,239); }
td.TdClassName
{
border-color: #D729EF;
}
.TagClassName
{
border-color: #D729EF;
}
</style>