Shades of Psychedelic Purple #D307F1
Tints of Psychedelic Purple #D307F1
RGB
CMYK
RGB Variations
Color information
#D307F1 (or 0xD307F1) is known color: Psychedelic Purple. HEX triplet: D3, 07 and F1. RGB value is (211,7,241). Sum of RGB (Red+Green+Blue) = 211+7+241=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 7 (3.12% from 255 or 1.53% from 459); Blue value is 241 (94.53% from 255 or 52.51% from 459); Max value from RGB is 241 - color contains mainly: blue. Hex color #D307F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D307F1 is #2CF80E. Grayscale: #5D5D5D. Windows color (decimal): -2947087 or 15796179. OLE color: 15796179.
HSL color Cylindrical-coordinate representation of color #D307F1: hue angle of 292.31º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D307F1 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 7 | 241 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.05 |
| HSL | 292.31º | 0.94% | 0.49% | - |
| HSV(B) | 292.31º | 0.97% | 0.95% | - |
| XYZ | 42.82 | 20.35 | 84.89 | - |
| YUV | 94.67 | 210.59 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 241 | 0.12 | 0.97 | 0 | 0.05 | 292.31 | 0.94 | 0.49 |
| Hex | D3 | 7 | F1 | C | 61 | 0 | 5 | 124 | 5E | 31 |
| Octal | 323 | 7 | 361 | 14 | 141 | 0 | 5 | 444 | 136 | 61 |
| Binary | 11010011 | 111 | 11110001 | 1100 | 1100001 | 0 | 101 | 100100100 | 1011110 | 110001 |
Color Harmonies of #D307F1
Complementary color
Monochromatic Colors of #D307F1
Black with #D307F1
Text Example
Text Example
White with #D307F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D307F1; }
p { color: rgb(211,7,241); }
H1.HeaderClassName
{
color: #D307F1;
}
.AnyTagClassName
{
color: #D307F1;
}
</style>
background-color css
<style>
a { background-color: #D307F1; }
a { background-color: rgb(211,7,241); }
div.DivClassName
{
background-color: #D307F1;
}
.BgClassName
{
background-color: #D307F1;
}
</style>
border-color css
<style>
span { border-color: #D307F1; }
span { border-color: rgb(211,7,241); }
td.TdClassName
{
border-color: #D307F1;
}
.TagClassName
{
border-color: #D307F1;
}
</style>