Shades of Psychedelic Purple #D507F0
Tints of Psychedelic Purple #D507F0
RGB
CMYK
RGB Variations
Color information
#D507F0 (or 0xD507F0) is known color: Psychedelic Purple. HEX triplet: D5, 07 and F0. RGB value is (213,7,240). Sum of RGB (Red+Green+Blue) = 213+7+240=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 7 (3.12% from 255 or 1.52% from 460); Blue value is 240 (94.14% from 255 or 52.17% from 460); Max value from RGB is 240 - color contains mainly: blue. Hex color #D507F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D507F0 is #2AF80F. Grayscale: #5E5E5E. Windows color (decimal): -2816016 or 15730645. OLE color: 15730645.
HSL color Cylindrical-coordinate representation of color #D507F0: hue angle of 293.05º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D507F0 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 7 | 240 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.06 |
| HSL | 293.05º | 0.94% | 0.48% | - |
| HSV(B) | 293.05º | 0.97% | 0.94% | - |
| XYZ | 43.24 | 20.59 | 84.13 | - |
| YUV | 95.16 | 209.75 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 240 | 0.11 | 0.97 | 0 | 0.06 | 293.05 | 0.94 | 0.48 |
| Hex | D5 | 7 | F0 | B | 61 | 0 | 6 | 125 | 5E | 30 |
| Octal | 325 | 7 | 360 | 13 | 141 | 0 | 6 | 445 | 136 | 60 |
| Binary | 11010101 | 111 | 11110000 | 1011 | 1100001 | 0 | 110 | 100100101 | 1011110 | 110000 |
Color Harmonies of #D507F0
Complementary color
Monochromatic Colors of #D507F0
Black with #D507F0
Text Example
Text Example
White with #D507F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D507F0; }
p { color: rgb(213,7,240); }
H1.HeaderClassName
{
color: #D507F0;
}
.AnyTagClassName
{
color: #D507F0;
}
</style>
background-color css
<style>
a { background-color: #D507F0; }
a { background-color: rgb(213,7,240); }
div.DivClassName
{
background-color: #D507F0;
}
.BgClassName
{
background-color: #D507F0;
}
</style>
border-color css
<style>
span { border-color: #D507F0; }
span { border-color: rgb(213,7,240); }
td.TdClassName
{
border-color: #D507F0;
}
.TagClassName
{
border-color: #D507F0;
}
</style>