Shades of Psychedelic Purple #D731F4
Tints of Psychedelic Purple #D731F4
RGB
CMYK
RGB Variations
Color information
#D731F4 (or 0xD731F4) is known color: Psychedelic Purple. HEX triplet: D7, 31 and F4. RGB value is (215,49,244). Sum of RGB (Red+Green+Blue) = 215+49+244=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 49 (19.53% from 255 or 9.65% from 508); Blue value is 244 (95.70% from 255 or 48.03% from 508); Max value from RGB is 244 - color contains mainly: blue. Hex color #D731F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D731F4 is #28CE0B. Grayscale: #787878. Windows color (decimal): -2674188 or 16003543. OLE color: 16003543.
HSL color Cylindrical-coordinate representation of color #D731F4: hue angle of 291.08º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D731F4 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 49 | 244 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.04 |
| HSL | 291.08º | 0.9% | 0.57% | - |
| HSV(B) | 291.08º | 0.8% | 0.96% | - |
| XYZ | 45.45 | 23.18 | 87.67 | - |
| YUV | 120.86 | 197.5 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 244 | 0.12 | 0.80 | 0 | 0.04 | 291.08 | 0.9 | 0.57 |
| Hex | D7 | 31 | F4 | C | 50 | 0 | 4 | 123 | 5A | 39 |
| Octal | 327 | 61 | 364 | 14 | 120 | 0 | 4 | 443 | 132 | 71 |
| Binary | 11010111 | 110001 | 11110100 | 1100 | 1010000 | 0 | 100 | 100100011 | 1011010 | 111001 |
Color Harmonies of #D731F4
Complementary color
Monochromatic Colors of #D731F4
Black with #D731F4
Text Example
Text Example
White with #D731F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D731F4; }
p { color: rgb(215,49,244); }
H1.HeaderClassName
{
color: #D731F4;
}
.AnyTagClassName
{
color: #D731F4;
}
</style>
background-color css
<style>
a { background-color: #D731F4; }
a { background-color: rgb(215,49,244); }
div.DivClassName
{
background-color: #D731F4;
}
.BgClassName
{
background-color: #D731F4;
}
</style>
border-color css
<style>
span { border-color: #D731F4; }
span { border-color: rgb(215,49,244); }
td.TdClassName
{
border-color: #D731F4;
}
.TagClassName
{
border-color: #D731F4;
}
</style>