Shades of Psychedelic Purple #D729F0
Tints of Psychedelic Purple #D729F0
RGB
CMYK
RGB Variations
Color information
#D729F0 (or 0xD729F0) is known color: Psychedelic Purple. HEX triplet: D7, 29 and F0. RGB value is (215,41,240). Sum of RGB (Red+Green+Blue) = 215+41+240=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 41 (16.41% from 255 or 8.27% from 496); Blue value is 240 (94.14% from 255 or 48.39% from 496); Max value from RGB is 240 - color contains mainly: blue. Hex color #D729F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D729F0 is #28D60F. Grayscale: #737373. Windows color (decimal): -2676240 or 15739351. OLE color: 15739351.
HSL color Cylindrical-coordinate representation of color #D729F0: hue angle of 292.46º degrees, saturation: 0.87, 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 #D729F0 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 41 | 240 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.06 |
| HSL | 292.46º | 0.87% | 0.55% | - |
| HSV(B) | 292.46º | 0.83% | 0.94% | - |
| XYZ | 44.55 | 22.32 | 84.4 | - |
| YUV | 115.71 | 198.15 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 240 | 0.10 | 0.83 | 0 | 0.06 | 292.46 | 0.87 | 0.55 |
| Hex | D7 | 29 | F0 | A | 53 | 0 | 6 | 124 | 57 | 37 |
| Octal | 327 | 51 | 360 | 12 | 123 | 0 | 6 | 444 | 127 | 67 |
| Binary | 11010111 | 101001 | 11110000 | 1010 | 1010011 | 0 | 110 | 100100100 | 1010111 | 110111 |
Color Harmonies of #D729F0
Complementary color
Monochromatic Colors of #D729F0
Black with #D729F0
Text Example
Text Example
White with #D729F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D729F0; }
p { color: rgb(215,41,240); }
H1.HeaderClassName
{
color: #D729F0;
}
.AnyTagClassName
{
color: #D729F0;
}
</style>
background-color css
<style>
a { background-color: #D729F0; }
a { background-color: rgb(215,41,240); }
div.DivClassName
{
background-color: #D729F0;
}
.BgClassName
{
background-color: #D729F0;
}
</style>
border-color css
<style>
span { border-color: #D729F0; }
span { border-color: rgb(215,41,240); }
td.TdClassName
{
border-color: #D729F0;
}
.TagClassName
{
border-color: #D729F0;
}
</style>