Shades of Psychedelic Purple #D307F7
Tints of Psychedelic Purple #D307F7
RGB
CMYK
RGB Variations
Color information
#D307F7 (or 0xD307F7) is known color: Psychedelic Purple. HEX triplet: D3, 07 and F7. RGB value is (211,7,247). Sum of RGB (Red+Green+Blue) = 211+7+247=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 7 (3.12% from 255 or 1.51% from 465); Blue value is 247 (96.88% from 255 or 53.12% from 465); Max value from RGB is 247 - color contains mainly: blue. Hex color #D307F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D307F7 is #2CF808. Grayscale: #5E5E5E. Windows color (decimal): -2947081 or 16189395. OLE color: 16189395.
HSL color Cylindrical-coordinate representation of color #D307F7: hue angle of 291º 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 #D307F7 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 7 | 247 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.03 |
| HSL | 291º | 0.94% | 0.5% | - |
| HSV(B) | 291º | 0.97% | 0.97% | - |
| XYZ | 43.73 | 20.72 | 89.69 | - |
| YUV | 95.36 | 213.59 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 247 | 0.15 | 0.97 | 0 | 0.03 | 291 | 0.94 | 0.5 |
| Hex | D3 | 7 | F7 | F | 61 | 0 | 3 | 123 | 5E | 32 |
| Octal | 323 | 7 | 367 | 17 | 141 | 0 | 3 | 443 | 136 | 62 |
| Binary | 11010011 | 111 | 11110111 | 1111 | 1100001 | 0 | 11 | 100100011 | 1011110 | 110010 |
Color Harmonies of #D307F7
Complementary color
Monochromatic Colors of #D307F7
Black with #D307F7
Text Example
Text Example
White with #D307F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D307F7; }
p { color: rgb(211,7,247); }
H1.HeaderClassName
{
color: #D307F7;
}
.AnyTagClassName
{
color: #D307F7;
}
</style>
background-color css
<style>
a { background-color: #D307F7; }
a { background-color: rgb(211,7,247); }
div.DivClassName
{
background-color: #D307F7;
}
.BgClassName
{
background-color: #D307F7;
}
</style>
border-color css
<style>
span { border-color: #D307F7; }
span { border-color: rgb(211,7,247); }
td.TdClassName
{
border-color: #D307F7;
}
.TagClassName
{
border-color: #D307F7;
}
</style>