Shades of Psychedelic Purple #D531F7
Tints of Psychedelic Purple #D531F7
RGB
CMYK
RGB Variations
Color information
#D531F7 (or 0xD531F7) is known color: Psychedelic Purple. HEX triplet: D5, 31 and F7. RGB value is (213,49,247). Sum of RGB (Red+Green+Blue) = 213+49+247=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 49 (19.53% from 255 or 9.63% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #D531F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D531F7 is #2ACE08. Grayscale: #777777. Windows color (decimal): -2805257 or 16200149. OLE color: 16200149.
HSL color Cylindrical-coordinate representation of color #D531F7: hue angle of 289.7º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D531F7 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 49 | 247 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.03 |
| HSL | 289.7º | 0.93% | 0.58% | - |
| HSV(B) | 289.7º | 0.8% | 0.97% | - |
| XYZ | 45.33 | 23.06 | 90.06 | - |
| YUV | 120.61 | 199.33 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 247 | 0.14 | 0.80 | 0 | 0.03 | 289.7 | 0.93 | 0.58 |
| Hex | D5 | 31 | F7 | E | 50 | 0 | 3 | 122 | 5D | 3A |
| Octal | 325 | 61 | 367 | 16 | 120 | 0 | 3 | 442 | 135 | 72 |
| Binary | 11010101 | 110001 | 11110111 | 1110 | 1010000 | 0 | 11 | 100100010 | 1011101 | 111010 |
Color Harmonies of #D531F7
Complementary color
Monochromatic Colors of #D531F7
Black with #D531F7
Text Example
Text Example
White with #D531F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D531F7; }
p { color: rgb(213,49,247); }
H1.HeaderClassName
{
color: #D531F7;
}
.AnyTagClassName
{
color: #D531F7;
}
</style>
background-color css
<style>
a { background-color: #D531F7; }
a { background-color: rgb(213,49,247); }
div.DivClassName
{
background-color: #D531F7;
}
.BgClassName
{
background-color: #D531F7;
}
</style>
border-color css
<style>
span { border-color: #D531F7; }
span { border-color: rgb(213,49,247); }
td.TdClassName
{
border-color: #D531F7;
}
.TagClassName
{
border-color: #D531F7;
}
</style>