Shades of Psychedelic Purple #D701F7
Tints of Psychedelic Purple #D701F7
RGB
CMYK
RGB Variations
Color information
#D701F7 (or 0xD701F7) is known color: Psychedelic Purple. HEX triplet: D7, 01 and F7. RGB value is (215,1,247). Sum of RGB (Red+Green+Blue) = 215+1+247=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 1 (0.78% from 255 or 0.22% from 463); Blue value is 247 (96.88% from 255 or 53.35% from 463); Max value from RGB is 247 - color contains mainly: blue. Hex color #D701F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D701F7 is #28FE08. Grayscale: #5C5C5C. Windows color (decimal): -2686473 or 16187863. OLE color: 16187863.
HSL color Cylindrical-coordinate representation of color #D701F7: hue angle of 292.2º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D701F7 is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 1 | 247 | - |
| CMYK | 0.13 | 1.00 | 0 | 0.03 |
| HSL | 292.2º | 0.99% | 0.49% | - |
| HSV(B) | 292.2º | 1% | 0.97% | - |
| XYZ | 44.82 | 21.18 | 89.72 | - |
| YUV | 93.03 | 214.9 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 247 | 0.13 | 1.00 | 0 | 0.03 | 292.2 | 0.99 | 0.49 |
| Hex | D7 | 1 | F7 | D | 64 | 0 | 3 | 124 | 63 | 31 |
| Octal | 327 | 1 | 367 | 15 | 144 | 0 | 3 | 444 | 143 | 61 |
| Binary | 11010111 | 1 | 11110111 | 1101 | 1100100 | 0 | 11 | 100100100 | 1100011 | 110001 |
Color Harmonies of #D701F7
Complementary color
Monochromatic Colors of #D701F7
Black with #D701F7
Text Example
Text Example
White with #D701F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701F7; }
p { color: rgb(215,1,247); }
H1.HeaderClassName
{
color: #D701F7;
}
.AnyTagClassName
{
color: #D701F7;
}
</style>
background-color css
<style>
a { background-color: #D701F7; }
a { background-color: rgb(215,1,247); }
div.DivClassName
{
background-color: #D701F7;
}
.BgClassName
{
background-color: #D701F7;
}
</style>
border-color css
<style>
span { border-color: #D701F7; }
span { border-color: rgb(215,1,247); }
td.TdClassName
{
border-color: #D701F7;
}
.TagClassName
{
border-color: #D701F7;
}
</style>