Shades of Electric Purple #970AFE
Tints of Electric Purple #970AFE
RGB
CMYK
RGB Variations
Color information
#970AFE (or 0x970AFE) is known color: Electric Purple. HEX triplet: 97, 0A and FE. RGB value is (151,10,254). Sum of RGB (Red+Green+Blue) = 151+10+254=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 10 (4.30% from 255 or 2.41% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #970AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970AFE is #68F501. Grayscale: #4F4F4F. Windows color (decimal): -6878466 or 16648855. OLE color: 16648855.
HSL color Cylindrical-coordinate representation of color #970AFE: hue angle of 274.67º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #970AFE is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 151 | 10 | 254 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.00 |
| HSL | 274.67º | 0.99% | 0.52% | - |
| HSV(B) | 274.67º | 0.96% | 1% | - |
| XYZ | 30.76 | 13.95 | 94.84 | - |
| YUV | 79.98 | 226.21 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 10 | 254 | 0.41 | 0.96 | 0 | 0.00 | 274.67 | 0.99 | 0.52 |
| Hex | 97 | A | FE | 29 | 60 | 0 | 0 | 113 | 63 | 34 |
| Octal | 227 | 12 | 376 | 51 | 140 | 0 | 0 | 423 | 143 | 64 |
| Binary | 10010111 | 1010 | 11111110 | 101001 | 1100000 | 0 | 0 | 100010011 | 1100011 | 110100 |
Color Harmonies of #970AFE
Complementary color
Monochromatic Colors of #970AFE
Black with #970AFE
Text Example
Text Example
White with #970AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970AFE; }
p { color: rgb(151,10,254); }
H1.HeaderClassName
{
color: #970AFE;
}
.AnyTagClassName
{
color: #970AFE;
}
</style>
background-color css
<style>
a { background-color: #970AFE; }
a { background-color: rgb(151,10,254); }
div.DivClassName
{
background-color: #970AFE;
}
.BgClassName
{
background-color: #970AFE;
}
</style>
border-color css
<style>
span { border-color: #970AFE; }
span { border-color: rgb(151,10,254); }
td.TdClassName
{
border-color: #970AFE;
}
.TagClassName
{
border-color: #970AFE;
}
</style>