Shades of Psychedelic Purple #D707EA
Tints of Psychedelic Purple #D707EA
RGB
CMYK
RGB Variations
Color information
#D707EA (or 0xD707EA) is known color: Psychedelic Purple. HEX triplet: D7, 07 and EA. RGB value is (215,7,234). Sum of RGB (Red+Green+Blue) = 215+7+234=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 7 (3.12% from 255 or 1.54% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #D707EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D707EA is #28F815. Grayscale: #5E5E5E. Windows color (decimal): -2684950 or 15337431. OLE color: 15337431.
HSL color Cylindrical-coordinate representation of color #D707EA: hue angle of 294.98º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D707EA is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 7 | 234 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.08 |
| HSL | 294.98º | 0.94% | 0.47% | - |
| HSV(B) | 294.98º | 0.97% | 0.92% | - |
| XYZ | 42.95 | 20.54 | 79.54 | - |
| YUV | 95.07 | 206.41 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 234 | 0.08 | 0.97 | 0 | 0.08 | 294.98 | 0.94 | 0.47 |
| Hex | D7 | 7 | EA | 8 | 61 | 0 | 8 | 127 | 5E | 2F |
| Octal | 327 | 7 | 352 | 10 | 141 | 0 | 10 | 447 | 136 | 57 |
| Binary | 11010111 | 111 | 11101010 | 1000 | 1100001 | 0 | 1000 | 100100111 | 1011110 | 101111 |
Color Harmonies of #D707EA
Complementary color
Monochromatic Colors of #D707EA
Black with #D707EA
Text Example
Text Example
White with #D707EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D707EA; }
p { color: rgb(215,7,234); }
H1.HeaderClassName
{
color: #D707EA;
}
.AnyTagClassName
{
color: #D707EA;
}
</style>
background-color css
<style>
a { background-color: #D707EA; }
a { background-color: rgb(215,7,234); }
div.DivClassName
{
background-color: #D707EA;
}
.BgClassName
{
background-color: #D707EA;
}
</style>
border-color css
<style>
span { border-color: #D707EA; }
span { border-color: rgb(215,7,234); }
td.TdClassName
{
border-color: #D707EA;
}
.TagClassName
{
border-color: #D707EA;
}
</style>