Shades of Psychedelic Purple #D701F1
Tints of Psychedelic Purple #D701F1
RGB
CMYK
RGB Variations
Color information
#D701F1 (or 0xD701F1) is known color: Psychedelic Purple. HEX triplet: D7, 01 and F1. RGB value is (215,1,241). Sum of RGB (Red+Green+Blue) = 215+1+241=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 1 (0.78% from 255 or 0.22% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #D701F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D701F1 is #28FE0E. Grayscale: #5B5B5B. Windows color (decimal): -2686479 or 15794647. OLE color: 15794647.
HSL color Cylindrical-coordinate representation of color #D701F1: hue angle of 293.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D701F1 is Cyan = 0.11, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 1 | 241 | - |
| CMYK | 0.11 | 1.00 | 0 | 0.05 |
| HSL | 293.5º | 0.99% | 0.47% | - |
| HSV(B) | 293.5º | 1% | 0.95% | - |
| XYZ | 43.91 | 20.82 | 84.92 | - |
| YUV | 92.35 | 211.9 | 215.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 241 | 0.11 | 1.00 | 0 | 0.05 | 293.5 | 0.99 | 0.47 |
| Hex | D7 | 1 | F1 | B | 64 | 0 | 5 | 126 | 63 | 2F |
| Octal | 327 | 1 | 361 | 13 | 144 | 0 | 5 | 446 | 143 | 57 |
| Binary | 11010111 | 1 | 11110001 | 1011 | 1100100 | 0 | 101 | 100100110 | 1100011 | 101111 |
Color Harmonies of #D701F1
Complementary color
Monochromatic Colors of #D701F1
Black with #D701F1
Text Example
Text Example
White with #D701F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701F1; }
p { color: rgb(215,1,241); }
H1.HeaderClassName
{
color: #D701F1;
}
.AnyTagClassName
{
color: #D701F1;
}
</style>
background-color css
<style>
a { background-color: #D701F1; }
a { background-color: rgb(215,1,241); }
div.DivClassName
{
background-color: #D701F1;
}
.BgClassName
{
background-color: #D701F1;
}
</style>
border-color css
<style>
span { border-color: #D701F1; }
span { border-color: rgb(215,1,241); }
td.TdClassName
{
border-color: #D701F1;
}
.TagClassName
{
border-color: #D701F1;
}
</style>