Shades of Psychedelic Purple #D71DF7
Tints of Psychedelic Purple #D71DF7
RGB
CMYK
RGB Variations
Color information
#D71DF7 (or 0xD71DF7) is known color: Psychedelic Purple. HEX triplet: D7, 1D and F7. RGB value is (215,29,247). Sum of RGB (Red+Green+Blue) = 215+29+247=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 29 (11.72% from 255 or 5.91% from 491); Blue value is 247 (96.88% from 255 or 50.31% from 491); Max value from RGB is 247 - color contains mainly: blue. Hex color #D71DF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71DF7 is #28E208. Grayscale: #6C6C6C. Windows color (decimal): -2679305 or 16195031. OLE color: 16195031.
HSL color Cylindrical-coordinate representation of color #D71DF7: hue angle of 291.19º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71DF7 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 29 | 247 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.03 |
| HSL | 291.19º | 0.93% | 0.54% | - |
| HSV(B) | 291.19º | 0.88% | 0.97% | - |
| XYZ | 45.25 | 22.04 | 89.87 | - |
| YUV | 109.47 | 205.62 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 247 | 0.13 | 0.88 | 0 | 0.03 | 291.19 | 0.93 | 0.54 |
| Hex | D7 | 1D | F7 | D | 58 | 0 | 3 | 123 | 5D | 36 |
| Octal | 327 | 35 | 367 | 15 | 130 | 0 | 3 | 443 | 135 | 66 |
| Binary | 11010111 | 11101 | 11110111 | 1101 | 1011000 | 0 | 11 | 100100011 | 1011101 | 110110 |
Color Harmonies of #D71DF7
Complementary color
Monochromatic Colors of #D71DF7
Black with #D71DF7
Text Example
Text Example
White with #D71DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71DF7; }
p { color: rgb(215,29,247); }
H1.HeaderClassName
{
color: #D71DF7;
}
.AnyTagClassName
{
color: #D71DF7;
}
</style>
background-color css
<style>
a { background-color: #D71DF7; }
a { background-color: rgb(215,29,247); }
div.DivClassName
{
background-color: #D71DF7;
}
.BgClassName
{
background-color: #D71DF7;
}
</style>
border-color css
<style>
span { border-color: #D71DF7; }
span { border-color: rgb(215,29,247); }
td.TdClassName
{
border-color: #D71DF7;
}
.TagClassName
{
border-color: #D71DF7;
}
</style>