Shades of Psychedelic Purple #D731F0
Tints of Psychedelic Purple #D731F0
RGB
CMYK
RGB Variations
Color information
#D731F0 (or 0xD731F0) is known color: Psychedelic Purple. HEX triplet: D7, 31 and F0. RGB value is (215,49,240). Sum of RGB (Red+Green+Blue) = 215+49+240=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 49 (19.53% from 255 or 9.72% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #D731F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D731F0 is #28CE0F. Grayscale: #777777. Windows color (decimal): -2674192 or 15741399. OLE color: 15741399.
HSL color Cylindrical-coordinate representation of color #D731F0: hue angle of 292.15º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D731F0 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 49 | 240 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.06 |
| HSL | 292.15º | 0.86% | 0.57% | - |
| HSV(B) | 292.15º | 0.8% | 0.94% | - |
| XYZ | 44.85 | 22.93 | 84.5 | - |
| YUV | 120.41 | 195.5 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 240 | 0.10 | 0.80 | 0 | 0.06 | 292.15 | 0.86 | 0.57 |
| Hex | D7 | 31 | F0 | A | 50 | 0 | 6 | 124 | 56 | 39 |
| Octal | 327 | 61 | 360 | 12 | 120 | 0 | 6 | 444 | 126 | 71 |
| Binary | 11010111 | 110001 | 11110000 | 1010 | 1010000 | 0 | 110 | 100100100 | 1010110 | 111001 |
Color Harmonies of #D731F0
Complementary color
Monochromatic Colors of #D731F0
Black with #D731F0
Text Example
Text Example
White with #D731F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D731F0; }
p { color: rgb(215,49,240); }
H1.HeaderClassName
{
color: #D731F0;
}
.AnyTagClassName
{
color: #D731F0;
}
</style>
background-color css
<style>
a { background-color: #D731F0; }
a { background-color: rgb(215,49,240); }
div.DivClassName
{
background-color: #D731F0;
}
.BgClassName
{
background-color: #D731F0;
}
</style>
border-color css
<style>
span { border-color: #D731F0; }
span { border-color: rgb(215,49,240); }
td.TdClassName
{
border-color: #D731F0;
}
.TagClassName
{
border-color: #D731F0;
}
</style>