Shades of Psychedelic Purple #D107F7
Tints of Psychedelic Purple #D107F7
RGB
CMYK
RGB Variations
Color information
#D107F7 (or 0xD107F7) is known color: Psychedelic Purple. HEX triplet: D1, 07 and F7. RGB value is (209,7,247). Sum of RGB (Red+Green+Blue) = 209+7+247=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 7 (3.12% from 255 or 1.51% from 463); Blue value is 247 (96.88% from 255 or 53.35% from 463); Max value from RGB is 247 - color contains mainly: blue. Hex color #D107F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D107F7 is #2EF808. Grayscale: #5E5E5E. Windows color (decimal): -3078153 or 16189393. OLE color: 16189393.
HSL color Cylindrical-coordinate representation of color #D107F7: hue angle of 290.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D107F7 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 7 | 247 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.03 |
| HSL | 290.5º | 0.94% | 0.5% | - |
| HSV(B) | 290.5º | 0.97% | 0.97% | - |
| XYZ | 43.16 | 20.42 | 89.66 | - |
| YUV | 94.76 | 213.92 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 247 | 0.15 | 0.97 | 0 | 0.03 | 290.5 | 0.94 | 0.5 |
| Hex | D1 | 7 | F7 | F | 61 | 0 | 3 | 122 | 5E | 32 |
| Octal | 321 | 7 | 367 | 17 | 141 | 0 | 3 | 442 | 136 | 62 |
| Binary | 11010001 | 111 | 11110111 | 1111 | 1100001 | 0 | 11 | 100100010 | 1011110 | 110010 |
Color Harmonies of #D107F7
Complementary color
Monochromatic Colors of #D107F7
Black with #D107F7
Text Example
Text Example
White with #D107F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D107F7; }
p { color: rgb(209,7,247); }
H1.HeaderClassName
{
color: #D107F7;
}
.AnyTagClassName
{
color: #D107F7;
}
</style>
background-color css
<style>
a { background-color: #D107F7; }
a { background-color: rgb(209,7,247); }
div.DivClassName
{
background-color: #D107F7;
}
.BgClassName
{
background-color: #D107F7;
}
</style>
border-color css
<style>
span { border-color: #D107F7; }
span { border-color: rgb(209,7,247); }
td.TdClassName
{
border-color: #D107F7;
}
.TagClassName
{
border-color: #D107F7;
}
</style>