Shades of Psychedelic Purple #D70FE7
Tints of Psychedelic Purple #D70FE7
RGB
CMYK
RGB Variations
Color information
#D70FE7 (or 0xD70FE7) is known color: Psychedelic Purple. HEX triplet: D7, 0F and E7. RGB value is (215,15,231). Sum of RGB (Red+Green+Blue) = 215+15+231=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 15 (6.25% from 255 or 3.25% from 461); Blue value is 231 (90.62% from 255 or 50.11% from 461); Max value from RGB is 231 - color contains mainly: blue. Hex color #D70FE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70FE7 is #28F018. Grayscale: #626262. Windows color (decimal): -2682905 or 15142871. OLE color: 15142871.
HSL color Cylindrical-coordinate representation of color #D70FE7: hue angle of 295.56º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70FE7 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 15 | 231 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.09 |
| HSL | 295.56º | 0.88% | 0.48% | - |
| HSV(B) | 295.56º | 0.94% | 0.91% | - |
| XYZ | 42.62 | 20.56 | 77.32 | - |
| YUV | 99.42 | 202.26 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 231 | 0.07 | 0.94 | 0 | 0.09 | 295.56 | 0.88 | 0.48 |
| Hex | D7 | F | E7 | 7 | 5E | 0 | 9 | 128 | 58 | 30 |
| Octal | 327 | 17 | 347 | 7 | 136 | 0 | 11 | 450 | 130 | 60 |
| Binary | 11010111 | 1111 | 11100111 | 111 | 1011110 | 0 | 1001 | 100101000 | 1011000 | 110000 |
Color Harmonies of #D70FE7
Complementary color
Monochromatic Colors of #D70FE7
Black with #D70FE7
Text Example
Text Example
White with #D70FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70FE7; }
p { color: rgb(215,15,231); }
H1.HeaderClassName
{
color: #D70FE7;
}
.AnyTagClassName
{
color: #D70FE7;
}
</style>
background-color css
<style>
a { background-color: #D70FE7; }
a { background-color: rgb(215,15,231); }
div.DivClassName
{
background-color: #D70FE7;
}
.BgClassName
{
background-color: #D70FE7;
}
</style>
border-color css
<style>
span { border-color: #D70FE7; }
span { border-color: rgb(215,15,231); }
td.TdClassName
{
border-color: #D70FE7;
}
.TagClassName
{
border-color: #D70FE7;
}
</style>