Shades of Psychedelic Purple #D72DF7
Tints of Psychedelic Purple #D72DF7
RGB
CMYK
RGB Variations
Color information
#D72DF7 (or 0xD72DF7) is known color: Psychedelic Purple. HEX triplet: D7, 2D and F7. RGB value is (215,45,247). Sum of RGB (Red+Green+Blue) = 215+45+247=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 45 (17.97% from 255 or 8.88% from 507); Blue value is 247 (96.88% from 255 or 48.72% from 507); Max value from RGB is 247 - color contains mainly: blue. Hex color #D72DF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72DF7 is #28D208. Grayscale: #767676. Windows color (decimal): -2675209 or 16199127. OLE color: 16199127.
HSL color Cylindrical-coordinate representation of color #D72DF7: hue angle of 290.5º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D72DF7 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 45 | 247 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.03 |
| HSL | 290.5º | 0.93% | 0.57% | - |
| HSV(B) | 290.5º | 0.82% | 0.97% | - |
| XYZ | 45.75 | 23.04 | 90.03 | - |
| YUV | 118.86 | 200.32 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 45 | 247 | 0.13 | 0.82 | 0 | 0.03 | 290.5 | 0.93 | 0.57 |
| Hex | D7 | 2D | F7 | D | 52 | 0 | 3 | 122 | 5D | 39 |
| Octal | 327 | 55 | 367 | 15 | 122 | 0 | 3 | 442 | 135 | 71 |
| Binary | 11010111 | 101101 | 11110111 | 1101 | 1010010 | 0 | 11 | 100100010 | 1011101 | 111001 |
Color Harmonies of #D72DF7
Complementary color
Monochromatic Colors of #D72DF7
Black with #D72DF7
Text Example
Text Example
White with #D72DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72DF7; }
p { color: rgb(215,45,247); }
H1.HeaderClassName
{
color: #D72DF7;
}
.AnyTagClassName
{
color: #D72DF7;
}
</style>
background-color css
<style>
a { background-color: #D72DF7; }
a { background-color: rgb(215,45,247); }
div.DivClassName
{
background-color: #D72DF7;
}
.BgClassName
{
background-color: #D72DF7;
}
</style>
border-color css
<style>
span { border-color: #D72DF7; }
span { border-color: rgb(215,45,247); }
td.TdClassName
{
border-color: #D72DF7;
}
.TagClassName
{
border-color: #D72DF7;
}
</style>