Shades of Psychedelic Purple #D70BEA
Tints of Psychedelic Purple #D70BEA
RGB
CMYK
RGB Variations
Color information
#D70BEA (or 0xD70BEA) is known color: Psychedelic Purple. HEX triplet: D7, 0B and EA. RGB value is (215,11,234). Sum of RGB (Red+Green+Blue) = 215+11+234=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 11 (4.69% from 255 or 2.39% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #D70BEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70BEA is #28F415. Grayscale: #606060. Windows color (decimal): -2683926 or 15338455. OLE color: 15338455.
HSL color Cylindrical-coordinate representation of color #D70BEA: hue angle of 294.89º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70BEA is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 11 | 234 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.08 |
| HSL | 294.89º | 0.91% | 0.48% | - |
| HSV(B) | 294.89º | 0.95% | 0.92% | - |
| XYZ | 43 | 20.63 | 79.56 | - |
| YUV | 97.42 | 205.09 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 234 | 0.08 | 0.95 | 0 | 0.08 | 294.89 | 0.91 | 0.48 |
| Hex | D7 | B | EA | 8 | 5F | 0 | 8 | 127 | 5B | 30 |
| Octal | 327 | 13 | 352 | 10 | 137 | 0 | 10 | 447 | 133 | 60 |
| Binary | 11010111 | 1011 | 11101010 | 1000 | 1011111 | 0 | 1000 | 100100111 | 1011011 | 110000 |
Color Harmonies of #D70BEA
Complementary color
Monochromatic Colors of #D70BEA
Black with #D70BEA
Text Example
Text Example
White with #D70BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70BEA; }
p { color: rgb(215,11,234); }
H1.HeaderClassName
{
color: #D70BEA;
}
.AnyTagClassName
{
color: #D70BEA;
}
</style>
background-color css
<style>
a { background-color: #D70BEA; }
a { background-color: rgb(215,11,234); }
div.DivClassName
{
background-color: #D70BEA;
}
.BgClassName
{
background-color: #D70BEA;
}
</style>
border-color css
<style>
span { border-color: #D70BEA; }
span { border-color: rgb(215,11,234); }
td.TdClassName
{
border-color: #D70BEA;
}
.TagClassName
{
border-color: #D70BEA;
}
</style>