Shades of Psychedelic Purple #D729F7
Tints of Psychedelic Purple #D729F7
RGB
CMYK
RGB Variations
Color information
#D729F7 (or 0xD729F7) is known color: Psychedelic Purple. HEX triplet: D7, 29 and F7. RGB value is (215,41,247). Sum of RGB (Red+Green+Blue) = 215+41+247=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 41 (16.41% from 255 or 8.15% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 247 - color contains mainly: blue. Hex color #D729F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D729F7 is #28D608. Grayscale: #737373. Windows color (decimal): -2676233 or 16198103. OLE color: 16198103.
HSL color Cylindrical-coordinate representation of color #D729F7: hue angle of 290.68º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D729F7 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 41 | 247 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.03 |
| HSL | 290.68º | 0.93% | 0.56% | - |
| HSV(B) | 290.68º | 0.83% | 0.97% | - |
| XYZ | 45.61 | 22.75 | 89.98 | - |
| YUV | 116.51 | 201.65 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 247 | 0.13 | 0.83 | 0 | 0.03 | 290.68 | 0.93 | 0.56 |
| Hex | D7 | 29 | F7 | D | 53 | 0 | 3 | 123 | 5D | 38 |
| Octal | 327 | 51 | 367 | 15 | 123 | 0 | 3 | 443 | 135 | 70 |
| Binary | 11010111 | 101001 | 11110111 | 1101 | 1010011 | 0 | 11 | 100100011 | 1011101 | 111000 |
Color Harmonies of #D729F7
Complementary color
Monochromatic Colors of #D729F7
Black with #D729F7
Text Example
Text Example
White with #D729F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D729F7; }
p { color: rgb(215,41,247); }
H1.HeaderClassName
{
color: #D729F7;
}
.AnyTagClassName
{
color: #D729F7;
}
</style>
background-color css
<style>
a { background-color: #D729F7; }
a { background-color: rgb(215,41,247); }
div.DivClassName
{
background-color: #D729F7;
}
.BgClassName
{
background-color: #D729F7;
}
</style>
border-color css
<style>
span { border-color: #D729F7; }
span { border-color: rgb(215,41,247); }
td.TdClassName
{
border-color: #D729F7;
}
.TagClassName
{
border-color: #D729F7;
}
</style>