Shades of Psychedelic Purple #D60BE7
Tints of Psychedelic Purple #D60BE7
RGB
CMYK
RGB Variations
Color information
#D60BE7 (or 0xD60BE7) is known color: Psychedelic Purple. HEX triplet: D6, 0B and E7. RGB value is (214,11,231). Sum of RGB (Red+Green+Blue) = 214+11+231=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 11 (4.69% from 255 or 2.41% from 456); Blue value is 231 (90.62% from 255 or 50.66% from 456); Max value from RGB is 231 - color contains mainly: blue. Hex color #D60BE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60BE7 is #29F418. Grayscale: #606060. Windows color (decimal): -2749465 or 15141846. OLE color: 15141846.
HSL color Cylindrical-coordinate representation of color #D60BE7: hue angle of 295.36º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60BE7 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 11 | 231 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.09 |
| HSL | 295.36º | 0.91% | 0.47% | - |
| HSV(B) | 295.36º | 0.95% | 0.91% | - |
| XYZ | 42.28 | 20.31 | 77.29 | - |
| YUV | 96.78 | 203.75 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 231 | 0.07 | 0.95 | 0 | 0.09 | 295.36 | 0.91 | 0.47 |
| Hex | D6 | B | E7 | 7 | 5F | 0 | 9 | 127 | 5B | 2F |
| Octal | 326 | 13 | 347 | 7 | 137 | 0 | 11 | 447 | 133 | 57 |
| Binary | 11010110 | 1011 | 11100111 | 111 | 1011111 | 0 | 1001 | 100100111 | 1011011 | 101111 |
Color Harmonies of #D60BE7
Complementary color
Monochromatic Colors of #D60BE7
Black with #D60BE7
Text Example
Text Example
White with #D60BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60BE7; }
p { color: rgb(214,11,231); }
H1.HeaderClassName
{
color: #D60BE7;
}
.AnyTagClassName
{
color: #D60BE7;
}
</style>
background-color css
<style>
a { background-color: #D60BE7; }
a { background-color: rgb(214,11,231); }
div.DivClassName
{
background-color: #D60BE7;
}
.BgClassName
{
background-color: #D60BE7;
}
</style>
border-color css
<style>
span { border-color: #D60BE7; }
span { border-color: rgb(214,11,231); }
td.TdClassName
{
border-color: #D60BE7;
}
.TagClassName
{
border-color: #D60BE7;
}
</style>