Shades of Psychedelic Purple #D730EF
Tints of Psychedelic Purple #D730EF
RGB
CMYK
RGB Variations
Color information
#D730EF (or 0xD730EF) is known color: Psychedelic Purple. HEX triplet: D7, 30 and EF. RGB value is (215,48,239). Sum of RGB (Red+Green+Blue) = 215+48+239=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 48 (19.14% from 255 or 9.56% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #D730EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D730EF is #28CF10. Grayscale: #777777. Windows color (decimal): -2674449 or 15675607. OLE color: 15675607.
HSL color Cylindrical-coordinate representation of color #D730EF: hue angle of 292.46º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D730EF is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 48 | 239 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.06 |
| HSL | 292.46º | 0.86% | 0.56% | - |
| HSV(B) | 292.46º | 0.8% | 0.94% | - |
| XYZ | 44.66 | 22.79 | 83.71 | - |
| YUV | 119.71 | 195.33 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 48 | 239 | 0.10 | 0.80 | 0 | 0.06 | 292.46 | 0.86 | 0.56 |
| Hex | D7 | 30 | EF | A | 50 | 0 | 6 | 124 | 56 | 38 |
| Octal | 327 | 60 | 357 | 12 | 120 | 0 | 6 | 444 | 126 | 70 |
| Binary | 11010111 | 110000 | 11101111 | 1010 | 1010000 | 0 | 110 | 100100100 | 1010110 | 111000 |
Color Harmonies of #D730EF
Complementary color
Monochromatic Colors of #D730EF
Black with #D730EF
Text Example
Text Example
White with #D730EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D730EF; }
p { color: rgb(215,48,239); }
H1.HeaderClassName
{
color: #D730EF;
}
.AnyTagClassName
{
color: #D730EF;
}
</style>
background-color css
<style>
a { background-color: #D730EF; }
a { background-color: rgb(215,48,239); }
div.DivClassName
{
background-color: #D730EF;
}
.BgClassName
{
background-color: #D730EF;
}
</style>
border-color css
<style>
span { border-color: #D730EF; }
span { border-color: rgb(215,48,239); }
td.TdClassName
{
border-color: #D730EF;
}
.TagClassName
{
border-color: #D730EF;
}
</style>