Shades of Psychedelic Purple #D730FA
Tints of Psychedelic Purple #D730FA
RGB
CMYK
RGB Variations
Color information
#D730FA (or 0xD730FA) is known color: Psychedelic Purple. HEX triplet: D7, 30 and FA. RGB value is (215,48,250). Sum of RGB (Red+Green+Blue) = 215+48+250=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 48 (19.14% from 255 or 9.36% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #D730FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D730FA is #28CF05. Grayscale: #787878. Windows color (decimal): -2674438 or 16396503. OLE color: 16396503.
HSL color Cylindrical-coordinate representation of color #D730FA: hue angle of 289.6º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D730FA is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 48 | 250 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.02 |
| HSL | 289.6º | 0.95% | 0.58% | - |
| HSV(B) | 289.6º | 0.81% | 0.98% | - |
| XYZ | 46.34 | 23.46 | 92.53 | - |
| YUV | 120.96 | 200.83 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 48 | 250 | 0.14 | 0.81 | 0 | 0.02 | 289.6 | 0.95 | 0.58 |
| Hex | D7 | 30 | FA | E | 51 | 0 | 2 | 122 | 5F | 3A |
| Octal | 327 | 60 | 372 | 16 | 121 | 0 | 2 | 442 | 137 | 72 |
| Binary | 11010111 | 110000 | 11111010 | 1110 | 1010001 | 0 | 10 | 100100010 | 1011111 | 111010 |
Color Harmonies of #D730FA
Complementary color
Monochromatic Colors of #D730FA
Black with #D730FA
Text Example
Text Example
White with #D730FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D730FA; }
p { color: rgb(215,48,250); }
H1.HeaderClassName
{
color: #D730FA;
}
.AnyTagClassName
{
color: #D730FA;
}
</style>
background-color css
<style>
a { background-color: #D730FA; }
a { background-color: rgb(215,48,250); }
div.DivClassName
{
background-color: #D730FA;
}
.BgClassName
{
background-color: #D730FA;
}
</style>
border-color css
<style>
span { border-color: #D730FA; }
span { border-color: rgb(215,48,250); }
td.TdClassName
{
border-color: #D730FA;
}
.TagClassName
{
border-color: #D730FA;
}
</style>