Shades of Psychedelic Purple #D70BFA
Tints of Psychedelic Purple #D70BFA
RGB
CMYK
RGB Variations
Color information
#D70BFA (or 0xD70BFA) is known color: Psychedelic Purple. HEX triplet: D7, 0B and FA. RGB value is (215,11,250). Sum of RGB (Red+Green+Blue) = 215+11+250=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 11 (4.69% from 255 or 2.31% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #D70BFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70BFA is #28F405. Grayscale: #626262. Windows color (decimal): -2683910 or 16387031. OLE color: 16387031.
HSL color Cylindrical-coordinate representation of color #D70BFA: hue angle of 291.21º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70BFA is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 11 | 250 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.02 |
| HSL | 291.21º | 0.96% | 0.51% | - |
| HSV(B) | 291.21º | 0.96% | 0.98% | - |
| XYZ | 45.4 | 21.59 | 92.22 | - |
| YUV | 99.24 | 213.09 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 250 | 0.14 | 0.96 | 0 | 0.02 | 291.21 | 0.96 | 0.51 |
| Hex | D7 | B | FA | E | 60 | 0 | 2 | 123 | 60 | 33 |
| Octal | 327 | 13 | 372 | 16 | 140 | 0 | 2 | 443 | 140 | 63 |
| Binary | 11010111 | 1011 | 11111010 | 1110 | 1100000 | 0 | 10 | 100100011 | 1100000 | 110011 |
Color Harmonies of #D70BFA
Complementary color
Monochromatic Colors of #D70BFA
Black with #D70BFA
Text Example
Text Example
White with #D70BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70BFA; }
p { color: rgb(215,11,250); }
H1.HeaderClassName
{
color: #D70BFA;
}
.AnyTagClassName
{
color: #D70BFA;
}
</style>
background-color css
<style>
a { background-color: #D70BFA; }
a { background-color: rgb(215,11,250); }
div.DivClassName
{
background-color: #D70BFA;
}
.BgClassName
{
background-color: #D70BFA;
}
</style>
border-color css
<style>
span { border-color: #D70BFA; }
span { border-color: rgb(215,11,250); }
td.TdClassName
{
border-color: #D70BFA;
}
.TagClassName
{
border-color: #D70BFA;
}
</style>