Shades of Psychedelic Purple #D907E7
Tints of Psychedelic Purple #D907E7
RGB
CMYK
RGB Variations
Color information
#D907E7 (or 0xD907E7) is known color: Psychedelic Purple. HEX triplet: D9, 07 and E7. RGB value is (217,7,231). Sum of RGB (Red+Green+Blue) = 217+7+231=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 7 (3.12% from 255 or 1.54% from 455); Blue value is 231 (90.62% from 255 or 50.77% from 455); Max value from RGB is 231 - color contains mainly: blue. Hex color #D907E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D907E7 is #26F818. Grayscale: #5E5E5E. Windows color (decimal): -2553881 or 15140825. OLE color: 15140825.
HSL color Cylindrical-coordinate representation of color #D907E7: hue angle of 296.25º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D907E7 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 7 | 231 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.09 |
| HSL | 296.25º | 0.94% | 0.47% | - |
| HSV(B) | 296.25º | 0.97% | 0.91% | - |
| XYZ | 43.12 | 20.67 | 77.32 | - |
| YUV | 95.33 | 204.57 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 231 | 0.06 | 0.97 | 0 | 0.09 | 296.25 | 0.94 | 0.47 |
| Hex | D9 | 7 | E7 | 6 | 61 | 0 | 9 | 128 | 5E | 2F |
| Octal | 331 | 7 | 347 | 6 | 141 | 0 | 11 | 450 | 136 | 57 |
| Binary | 11011001 | 111 | 11100111 | 110 | 1100001 | 0 | 1001 | 100101000 | 1011110 | 101111 |
Color Harmonies of #D907E7
Complementary color
Monochromatic Colors of #D907E7
Black with #D907E7
Text Example
Text Example
White with #D907E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D907E7; }
p { color: rgb(217,7,231); }
H1.HeaderClassName
{
color: #D907E7;
}
.AnyTagClassName
{
color: #D907E7;
}
</style>
background-color css
<style>
a { background-color: #D907E7; }
a { background-color: rgb(217,7,231); }
div.DivClassName
{
background-color: #D907E7;
}
.BgClassName
{
background-color: #D907E7;
}
</style>
border-color css
<style>
span { border-color: #D907E7; }
span { border-color: rgb(217,7,231); }
td.TdClassName
{
border-color: #D907E7;
}
.TagClassName
{
border-color: #D907E7;
}
</style>