Shades of Psychedelic Purple #D731FC
Tints of Psychedelic Purple #D731FC
RGB
CMYK
RGB Variations
Color information
#D731FC (or 0xD731FC) is known color: Psychedelic Purple. HEX triplet: D7, 31 and FC. RGB value is (215,49,252). Sum of RGB (Red+Green+Blue) = 215+49+252=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 49 (19.53% from 255 or 9.50% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #D731FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D731FC is #28CE03. Grayscale: #797979. Windows color (decimal): -2674180 or 16527831. OLE color: 16527831.
HSL color Cylindrical-coordinate representation of color #D731FC: hue angle of 289.06º 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 #D731FC is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 49 | 252 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.01 |
| HSL | 289.06º | 0.97% | 0.59% | - |
| HSV(B) | 289.06º | 0.81% | 0.99% | - |
| XYZ | 46.69 | 23.67 | 94.2 | - |
| YUV | 121.78 | 201.5 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 252 | 0.15 | 0.81 | 0 | 0.01 | 289.06 | 0.97 | 0.59 |
| Hex | D7 | 31 | FC | F | 51 | 0 | 1 | 121 | 61 | 3B |
| Octal | 327 | 61 | 374 | 17 | 121 | 0 | 1 | 441 | 141 | 73 |
| Binary | 11010111 | 110001 | 11111100 | 1111 | 1010001 | 0 | 1 | 100100001 | 1100001 | 111011 |
Color Harmonies of #D731FC
Complementary color
Monochromatic Colors of #D731FC
Black with #D731FC
Text Example
Text Example
White with #D731FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D731FC; }
p { color: rgb(215,49,252); }
H1.HeaderClassName
{
color: #D731FC;
}
.AnyTagClassName
{
color: #D731FC;
}
</style>
background-color css
<style>
a { background-color: #D731FC; }
a { background-color: rgb(215,49,252); }
div.DivClassName
{
background-color: #D731FC;
}
.BgClassName
{
background-color: #D731FC;
}
</style>
border-color css
<style>
span { border-color: #D731FC; }
span { border-color: rgb(215,49,252); }
td.TdClassName
{
border-color: #D731FC;
}
.TagClassName
{
border-color: #D731FC;
}
</style>