Shades of Psychedelic Purple #DB07F7
Tints of Psychedelic Purple #DB07F7
RGB
CMYK
RGB Variations
Color information
#DB07F7 (or 0xDB07F7) is known color: Psychedelic Purple. HEX triplet: DB, 07 and F7. RGB value is (219,7,247). Sum of RGB (Red+Green+Blue) = 219+7+247=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 7 (3.12% from 255 or 1.48% from 473); Blue value is 247 (96.88% from 255 or 52.22% from 473); Max value from RGB is 247 - color contains mainly: blue. Hex color #DB07F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB07F7 is #24F808. Grayscale: #616161. Windows color (decimal): -2422793 or 16189403. OLE color: 16189403.
HSL color Cylindrical-coordinate representation of color #DB07F7: hue angle of 293º 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 #DB07F7 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 7 | 247 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.03 |
| HSL | 293º | 0.94% | 0.5% | - |
| HSV(B) | 293º | 0.97% | 0.97% | - |
| XYZ | 46.08 | 21.93 | 89.8 | - |
| YUV | 97.75 | 212.24 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 247 | 0.11 | 0.97 | 0 | 0.03 | 293 | 0.94 | 0.5 |
| Hex | DB | 7 | F7 | B | 61 | 0 | 3 | 125 | 5E | 32 |
| Octal | 333 | 7 | 367 | 13 | 141 | 0 | 3 | 445 | 136 | 62 |
| Binary | 11011011 | 111 | 11110111 | 1011 | 1100001 | 0 | 11 | 100100101 | 1011110 | 110010 |
Color Harmonies of #DB07F7
Complementary color
Monochromatic Colors of #DB07F7
Black with #DB07F7
Text Example
Text Example
White with #DB07F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB07F7; }
p { color: rgb(219,7,247); }
H1.HeaderClassName
{
color: #DB07F7;
}
.AnyTagClassName
{
color: #DB07F7;
}
</style>
background-color css
<style>
a { background-color: #DB07F7; }
a { background-color: rgb(219,7,247); }
div.DivClassName
{
background-color: #DB07F7;
}
.BgClassName
{
background-color: #DB07F7;
}
</style>
border-color css
<style>
span { border-color: #DB07F7; }
span { border-color: rgb(219,7,247); }
td.TdClassName
{
border-color: #DB07F7;
}
.TagClassName
{
border-color: #DB07F7;
}
</style>