Shades of Psychedelic Purple #D70DF7
Tints of Psychedelic Purple #D70DF7
RGB
CMYK
RGB Variations
Color information
#D70DF7 (or 0xD70DF7) is known color: Psychedelic Purple. HEX triplet: D7, 0D and F7. RGB value is (215,13,247). Sum of RGB (Red+Green+Blue) = 215+13+247=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 13 (5.47% from 255 or 2.74% from 475); Blue value is 247 (96.88% from 255 or 52% from 475); Max value from RGB is 247 - color contains mainly: blue. Hex color #D70DF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70DF7 is #28F208. Grayscale: #636363. Windows color (decimal): -2683401 or 16190935. OLE color: 16190935.
HSL color Cylindrical-coordinate representation of color #D70DF7: hue angle of 291.79º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70DF7 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 13 | 247 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.03 |
| HSL | 291.79º | 0.94% | 0.51% | - |
| HSV(B) | 291.79º | 0.95% | 0.97% | - |
| XYZ | 44.96 | 21.45 | 89.77 | - |
| YUV | 100.07 | 210.92 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 13 | 247 | 0.13 | 0.95 | 0 | 0.03 | 291.79 | 0.94 | 0.51 |
| Hex | D7 | D | F7 | D | 5F | 0 | 3 | 124 | 5E | 33 |
| Octal | 327 | 15 | 367 | 15 | 137 | 0 | 3 | 444 | 136 | 63 |
| Binary | 11010111 | 1101 | 11110111 | 1101 | 1011111 | 0 | 11 | 100100100 | 1011110 | 110011 |
Color Harmonies of #D70DF7
Complementary color
Monochromatic Colors of #D70DF7
Black with #D70DF7
Text Example
Text Example
White with #D70DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70DF7; }
p { color: rgb(215,13,247); }
H1.HeaderClassName
{
color: #D70DF7;
}
.AnyTagClassName
{
color: #D70DF7;
}
</style>
background-color css
<style>
a { background-color: #D70DF7; }
a { background-color: rgb(215,13,247); }
div.DivClassName
{
background-color: #D70DF7;
}
.BgClassName
{
background-color: #D70DF7;
}
</style>
border-color css
<style>
span { border-color: #D70DF7; }
span { border-color: rgb(215,13,247); }
td.TdClassName
{
border-color: #D70DF7;
}
.TagClassName
{
border-color: #D70DF7;
}
</style>