Shades of Psychedelic Purple #D701EF
Tints of Psychedelic Purple #D701EF
RGB
CMYK
RGB Variations
Color information
#D701EF (or 0xD701EF) is known color: Psychedelic Purple. HEX triplet: D7, 01 and EF. RGB value is (215,1,239). Sum of RGB (Red+Green+Blue) = 215+1+239=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 1 (0.78% from 255 or 0.22% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #D701EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D701EF is #28FE10. Grayscale: #5B5B5B. Windows color (decimal): -2686481 or 15663575. OLE color: 15663575.
HSL color Cylindrical-coordinate representation of color #D701EF: hue angle of 293.95º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D701EF is Cyan = 0.10, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 1 | 239 | - |
| CMYK | 0.10 | 1.00 | 0 | 0.06 |
| HSL | 293.95º | 0.99% | 0.47% | - |
| HSV(B) | 293.95º | 1% | 0.94% | - |
| XYZ | 43.62 | 20.7 | 83.36 | - |
| YUV | 92.12 | 210.9 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 239 | 0.10 | 1.00 | 0 | 0.06 | 293.95 | 0.99 | 0.47 |
| Hex | D7 | 1 | EF | A | 64 | 0 | 6 | 126 | 63 | 2F |
| Octal | 327 | 1 | 357 | 12 | 144 | 0 | 6 | 446 | 143 | 57 |
| Binary | 11010111 | 1 | 11101111 | 1010 | 1100100 | 0 | 110 | 100100110 | 1100011 | 101111 |
Color Harmonies of #D701EF
Complementary color
Monochromatic Colors of #D701EF
Black with #D701EF
Text Example
Text Example
White with #D701EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701EF; }
p { color: rgb(215,1,239); }
H1.HeaderClassName
{
color: #D701EF;
}
.AnyTagClassName
{
color: #D701EF;
}
</style>
background-color css
<style>
a { background-color: #D701EF; }
a { background-color: rgb(215,1,239); }
div.DivClassName
{
background-color: #D701EF;
}
.BgClassName
{
background-color: #D701EF;
}
</style>
border-color css
<style>
span { border-color: #D701EF; }
span { border-color: rgb(215,1,239); }
td.TdClassName
{
border-color: #D701EF;
}
.TagClassName
{
border-color: #D701EF;
}
</style>