Shades of Psychedelic Purple #DB27F7
Tints of Psychedelic Purple #DB27F7
RGB
CMYK
RGB Variations
Color information
#DB27F7 (or 0xDB27F7) is known color: Psychedelic Purple. HEX triplet: DB, 27 and F7. RGB value is (219,39,247). Sum of RGB (Red+Green+Blue) = 219+39+247=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 39 (15.62% from 255 or 7.72% from 505); Blue value is 247 (96.88% from 255 or 48.91% from 505); Max value from RGB is 247 - color contains mainly: blue. Hex color #DB27F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB27F7 is #24D808. Grayscale: #737373. Windows color (decimal): -2414601 or 16197595. OLE color: 16197595.
HSL color Cylindrical-coordinate representation of color #DB27F7: hue angle of 291.92º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB27F7 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 39 | 247 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.03 |
| HSL | 291.92º | 0.93% | 0.56% | - |
| HSV(B) | 291.92º | 0.84% | 0.97% | - |
| XYZ | 46.73 | 23.23 | 90.02 | - |
| YUV | 116.53 | 201.63 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 247 | 0.11 | 0.84 | 0 | 0.03 | 291.92 | 0.93 | 0.56 |
| Hex | DB | 27 | F7 | B | 54 | 0 | 3 | 124 | 5D | 38 |
| Octal | 333 | 47 | 367 | 13 | 124 | 0 | 3 | 444 | 135 | 70 |
| Binary | 11011011 | 100111 | 11110111 | 1011 | 1010100 | 0 | 11 | 100100100 | 1011101 | 111000 |
Color Harmonies of #DB27F7
Complementary color
Monochromatic Colors of #DB27F7
Black with #DB27F7
Text Example
Text Example
White with #DB27F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB27F7; }
p { color: rgb(219,39,247); }
H1.HeaderClassName
{
color: #DB27F7;
}
.AnyTagClassName
{
color: #DB27F7;
}
</style>
background-color css
<style>
a { background-color: #DB27F7; }
a { background-color: rgb(219,39,247); }
div.DivClassName
{
background-color: #DB27F7;
}
.BgClassName
{
background-color: #DB27F7;
}
</style>
border-color css
<style>
span { border-color: #DB27F7; }
span { border-color: rgb(219,39,247); }
td.TdClassName
{
border-color: #DB27F7;
}
.TagClassName
{
border-color: #DB27F7;
}
</style>