Shades of Psychedelic Purple #D730ED
Tints of Psychedelic Purple #D730ED
RGB
CMYK
RGB Variations
Color information
#D730ED (or 0xD730ED) is known color: Psychedelic Purple. HEX triplet: D7, 30 and ED. RGB value is (215,48,237). Sum of RGB (Red+Green+Blue) = 215+48+237=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 48 (19.14% from 255 or 9.6% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #D730ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D730ED is #28CF12. Grayscale: #767676. Windows color (decimal): -2674451 or 15544535. OLE color: 15544535.
HSL color Cylindrical-coordinate representation of color #D730ED: hue angle of 293.02º degrees, saturation: 0.84, 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 #D730ED is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 48 | 237 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.07 |
| HSL | 293.02º | 0.84% | 0.56% | - |
| HSV(B) | 293.02º | 0.8% | 0.93% | - |
| XYZ | 44.37 | 22.68 | 82.16 | - |
| YUV | 119.48 | 194.33 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 48 | 237 | 0.09 | 0.80 | 0 | 0.07 | 293.02 | 0.84 | 0.56 |
| Hex | D7 | 30 | ED | 9 | 50 | 0 | 7 | 125 | 54 | 38 |
| Octal | 327 | 60 | 355 | 11 | 120 | 0 | 7 | 445 | 124 | 70 |
| Binary | 11010111 | 110000 | 11101101 | 1001 | 1010000 | 0 | 111 | 100100101 | 1010100 | 111000 |
Color Harmonies of #D730ED
Complementary color
Monochromatic Colors of #D730ED
Black with #D730ED
Text Example
Text Example
White with #D730ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D730ED; }
p { color: rgb(215,48,237); }
H1.HeaderClassName
{
color: #D730ED;
}
.AnyTagClassName
{
color: #D730ED;
}
</style>
background-color css
<style>
a { background-color: #D730ED; }
a { background-color: rgb(215,48,237); }
div.DivClassName
{
background-color: #D730ED;
}
.BgClassName
{
background-color: #D730ED;
}
</style>
border-color css
<style>
span { border-color: #D730ED; }
span { border-color: rgb(215,48,237); }
td.TdClassName
{
border-color: #D730ED;
}
.TagClassName
{
border-color: #D730ED;
}
</style>