Shades of Psychedelic Purple #D731F1
Tints of Psychedelic Purple #D731F1
RGB
CMYK
RGB Variations
Color information
#D731F1 (or 0xD731F1) is known color: Psychedelic Purple. HEX triplet: D7, 31 and F1. RGB value is (215,49,241). Sum of RGB (Red+Green+Blue) = 215+49+241=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 49 (19.53% from 255 or 9.70% from 505); Blue value is 241 (94.53% from 255 or 47.72% from 505); Max value from RGB is 241 - color contains mainly: blue. Hex color #D731F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D731F1 is #28CE0E. Grayscale: #777777. Windows color (decimal): -2674191 or 15806935. OLE color: 15806935.
HSL color Cylindrical-coordinate representation of color #D731F1: hue angle of 291.88º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D731F1 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 49 | 241 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.05 |
| HSL | 291.88º | 0.87% | 0.57% | - |
| HSV(B) | 291.88º | 0.8% | 0.95% | - |
| XYZ | 45 | 22.99 | 85.29 | - |
| YUV | 120.52 | 196 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 241 | 0.11 | 0.80 | 0 | 0.05 | 291.88 | 0.87 | 0.57 |
| Hex | D7 | 31 | F1 | B | 50 | 0 | 5 | 124 | 57 | 39 |
| Octal | 327 | 61 | 361 | 13 | 120 | 0 | 5 | 444 | 127 | 71 |
| Binary | 11010111 | 110001 | 11110001 | 1011 | 1010000 | 0 | 101 | 100100100 | 1010111 | 111001 |
Color Harmonies of #D731F1
Complementary color
Monochromatic Colors of #D731F1
Black with #D731F1
Text Example
Text Example
White with #D731F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D731F1; }
p { color: rgb(215,49,241); }
H1.HeaderClassName
{
color: #D731F1;
}
.AnyTagClassName
{
color: #D731F1;
}
</style>
background-color css
<style>
a { background-color: #D731F1; }
a { background-color: rgb(215,49,241); }
div.DivClassName
{
background-color: #D731F1;
}
.BgClassName
{
background-color: #D731F1;
}
</style>
border-color css
<style>
span { border-color: #D731F1; }
span { border-color: rgb(215,49,241); }
td.TdClassName
{
border-color: #D731F1;
}
.TagClassName
{
border-color: #D731F1;
}
</style>