Shades of Psychedelic Purple #D707F1
Tints of Psychedelic Purple #D707F1
RGB
CMYK
RGB Variations
Color information
#D707F1 (or 0xD707F1) is known color: Psychedelic Purple. HEX triplet: D7, 07 and F1. RGB value is (215,7,241). Sum of RGB (Red+Green+Blue) = 215+7+241=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 7 (3.12% from 255 or 1.51% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #D707F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D707F1 is #28F80E. Grayscale: #5F5F5F. Windows color (decimal): -2684943 or 15796183. OLE color: 15796183.
HSL color Cylindrical-coordinate representation of color #D707F1: hue angle of 293.33º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D707F1 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 7 | 241 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.05 |
| HSL | 293.33º | 0.94% | 0.49% | - |
| HSV(B) | 293.33º | 0.97% | 0.95% | - |
| XYZ | 43.98 | 20.95 | 84.94 | - |
| YUV | 95.87 | 209.91 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 241 | 0.11 | 0.97 | 0 | 0.05 | 293.33 | 0.94 | 0.49 |
| Hex | D7 | 7 | F1 | B | 61 | 0 | 5 | 125 | 5E | 31 |
| Octal | 327 | 7 | 361 | 13 | 141 | 0 | 5 | 445 | 136 | 61 |
| Binary | 11010111 | 111 | 11110001 | 1011 | 1100001 | 0 | 101 | 100100101 | 1011110 | 110001 |
Color Harmonies of #D707F1
Complementary color
Monochromatic Colors of #D707F1
Black with #D707F1
Text Example
Text Example
White with #D707F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D707F1; }
p { color: rgb(215,7,241); }
H1.HeaderClassName
{
color: #D707F1;
}
.AnyTagClassName
{
color: #D707F1;
}
</style>
background-color css
<style>
a { background-color: #D707F1; }
a { background-color: rgb(215,7,241); }
div.DivClassName
{
background-color: #D707F1;
}
.BgClassName
{
background-color: #D707F1;
}
</style>
border-color css
<style>
span { border-color: #D707F1; }
span { border-color: rgb(215,7,241); }
td.TdClassName
{
border-color: #D707F1;
}
.TagClassName
{
border-color: #D707F1;
}
</style>