Shades of Psychedelic Purple #D730EE
Tints of Psychedelic Purple #D730EE
RGB
CMYK
RGB Variations
Color information
#D730EE (or 0xD730EE) is known color: Psychedelic Purple. HEX triplet: D7, 30 and EE. RGB value is (215,48,238). Sum of RGB (Red+Green+Blue) = 215+48+238=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 48 (19.14% from 255 or 9.58% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #D730EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D730EE is #28CF11. Grayscale: #777777. Windows color (decimal): -2674450 or 15610071. OLE color: 15610071.
HSL color Cylindrical-coordinate representation of color #D730EE: hue angle of 292.74º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D730EE is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 48 | 238 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.07 |
| HSL | 292.74º | 0.85% | 0.56% | - |
| HSV(B) | 292.74º | 0.8% | 0.93% | - |
| XYZ | 44.51 | 22.73 | 82.93 | - |
| YUV | 119.59 | 194.83 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 48 | 238 | 0.10 | 0.80 | 0 | 0.07 | 292.74 | 0.85 | 0.56 |
| Hex | D7 | 30 | EE | A | 50 | 0 | 7 | 125 | 55 | 38 |
| Octal | 327 | 60 | 356 | 12 | 120 | 0 | 7 | 445 | 125 | 70 |
| Binary | 11010111 | 110000 | 11101110 | 1010 | 1010000 | 0 | 111 | 100100101 | 1010101 | 111000 |
Color Harmonies of #D730EE
Complementary color
Monochromatic Colors of #D730EE
Black with #D730EE
Text Example
Text Example
White with #D730EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D730EE; }
p { color: rgb(215,48,238); }
H1.HeaderClassName
{
color: #D730EE;
}
.AnyTagClassName
{
color: #D730EE;
}
</style>
background-color css
<style>
a { background-color: #D730EE; }
a { background-color: rgb(215,48,238); }
div.DivClassName
{
background-color: #D730EE;
}
.BgClassName
{
background-color: #D730EE;
}
</style>
border-color css
<style>
span { border-color: #D730EE; }
span { border-color: rgb(215,48,238); }
td.TdClassName
{
border-color: #D730EE;
}
.TagClassName
{
border-color: #D730EE;
}
</style>