Shades of Psychedelic Purple #D730FC
Tints of Psychedelic Purple #D730FC
RGB
CMYK
RGB Variations
Color information
#D730FC (or 0xD730FC) is known color: Psychedelic Purple. HEX triplet: D7, 30 and FC. RGB value is (215,48,252). Sum of RGB (Red+Green+Blue) = 215+48+252=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 48 (19.14% from 255 or 9.32% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #D730FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D730FC is #28CF03. Grayscale: #787878. Windows color (decimal): -2674436 or 16527575. OLE color: 16527575.
HSL color Cylindrical-coordinate representation of color #D730FC: hue angle of 289.12º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D730FC is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 48 | 252 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.01 |
| HSL | 289.12º | 0.97% | 0.59% | - |
| HSV(B) | 289.12º | 0.81% | 0.99% | - |
| XYZ | 46.65 | 23.59 | 94.19 | - |
| YUV | 121.19 | 201.83 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 48 | 252 | 0.15 | 0.81 | 0 | 0.01 | 289.12 | 0.97 | 0.59 |
| Hex | D7 | 30 | FC | F | 51 | 0 | 1 | 121 | 61 | 3B |
| Octal | 327 | 60 | 374 | 17 | 121 | 0 | 1 | 441 | 141 | 73 |
| Binary | 11010111 | 110000 | 11111100 | 1111 | 1010001 | 0 | 1 | 100100001 | 1100001 | 111011 |
Color Harmonies of #D730FC
Complementary color
Monochromatic Colors of #D730FC
Black with #D730FC
Text Example
Text Example
White with #D730FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D730FC; }
p { color: rgb(215,48,252); }
H1.HeaderClassName
{
color: #D730FC;
}
.AnyTagClassName
{
color: #D730FC;
}
</style>
background-color css
<style>
a { background-color: #D730FC; }
a { background-color: rgb(215,48,252); }
div.DivClassName
{
background-color: #D730FC;
}
.BgClassName
{
background-color: #D730FC;
}
</style>
border-color css
<style>
span { border-color: #D730FC; }
span { border-color: rgb(215,48,252); }
td.TdClassName
{
border-color: #D730FC;
}
.TagClassName
{
border-color: #D730FC;
}
</style>