Shades of Psychedelic Purple #D30AF7
Tints of Psychedelic Purple #D30AF7
RGB
CMYK
RGB Variations
Color information
#D30AF7 (or 0xD30AF7) is known color: Psychedelic Purple. HEX triplet: D3, 0A and F7. RGB value is (211,10,247). Sum of RGB (Red+Green+Blue) = 211+10+247=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 10 (4.30% from 255 or 2.14% from 468); Blue value is 247 (96.88% from 255 or 52.78% from 468); Max value from RGB is 247 - color contains mainly: blue. Hex color #D30AF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30AF7 is #2CF508. Grayscale: #606060. Windows color (decimal): -2946313 or 16190163. OLE color: 16190163.
HSL color Cylindrical-coordinate representation of color #D30AF7: hue angle of 290.89º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D30AF7 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 10 | 247 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.03 |
| HSL | 290.89º | 0.94% | 0.5% | - |
| HSV(B) | 290.89º | 0.96% | 0.97% | - |
| XYZ | 43.76 | 20.78 | 89.7 | - |
| YUV | 97.12 | 212.59 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 10 | 247 | 0.15 | 0.96 | 0 | 0.03 | 290.89 | 0.94 | 0.5 |
| Hex | D3 | A | F7 | F | 60 | 0 | 3 | 123 | 5E | 32 |
| Octal | 323 | 12 | 367 | 17 | 140 | 0 | 3 | 443 | 136 | 62 |
| Binary | 11010011 | 1010 | 11110111 | 1111 | 1100000 | 0 | 11 | 100100011 | 1011110 | 110010 |
Color Harmonies of #D30AF7
Complementary color
Monochromatic Colors of #D30AF7
Black with #D30AF7
Text Example
Text Example
White with #D30AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30AF7; }
p { color: rgb(211,10,247); }
H1.HeaderClassName
{
color: #D30AF7;
}
.AnyTagClassName
{
color: #D30AF7;
}
</style>
background-color css
<style>
a { background-color: #D30AF7; }
a { background-color: rgb(211,10,247); }
div.DivClassName
{
background-color: #D30AF7;
}
.BgClassName
{
background-color: #D30AF7;
}
</style>
border-color css
<style>
span { border-color: #D30AF7; }
span { border-color: rgb(211,10,247); }
td.TdClassName
{
border-color: #D30AF7;
}
.TagClassName
{
border-color: #D30AF7;
}
</style>