Shades of Electric Purple #970BFD
Tints of Electric Purple #970BFD
RGB
CMYK
RGB Variations
Color information
#970BFD (or 0x970BFD) is known color: Electric Purple. HEX triplet: 97, 0B and FD. RGB value is (151,11,253). Sum of RGB (Red+Green+Blue) = 151+11+253=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 11 (4.69% from 255 or 2.65% from 415); Blue value is 253 (99.22% from 255 or 60.96% from 415); Max value from RGB is 253 - color contains mainly: blue. Hex color #970BFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970BFD is #68F402. Grayscale: #4F4F4F. Windows color (decimal): -6878211 or 16583575. OLE color: 16583575.
HSL color Cylindrical-coordinate representation of color #970BFD: hue angle of 274.71º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #970BFD is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 151 | 11 | 253 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.01 |
| HSL | 274.71º | 0.98% | 0.52% | - |
| HSV(B) | 274.71º | 0.96% | 0.99% | - |
| XYZ | 30.61 | 13.91 | 94 | - |
| YUV | 80.45 | 225.38 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 11 | 253 | 0.40 | 0.96 | 0 | 0.01 | 274.71 | 0.98 | 0.52 |
| Hex | 97 | B | FD | 28 | 60 | 0 | 1 | 113 | 62 | 34 |
| Octal | 227 | 13 | 375 | 50 | 140 | 0 | 1 | 423 | 142 | 64 |
| Binary | 10010111 | 1011 | 11111101 | 101000 | 1100000 | 0 | 1 | 100010011 | 1100010 | 110100 |
Color Harmonies of #970BFD
Complementary color
Monochromatic Colors of #970BFD
Black with #970BFD
Text Example
Text Example
White with #970BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970BFD; }
p { color: rgb(151,11,253); }
H1.HeaderClassName
{
color: #970BFD;
}
.AnyTagClassName
{
color: #970BFD;
}
</style>
background-color css
<style>
a { background-color: #970BFD; }
a { background-color: rgb(151,11,253); }
div.DivClassName
{
background-color: #970BFD;
}
.BgClassName
{
background-color: #970BFD;
}
</style>
border-color css
<style>
span { border-color: #970BFD; }
span { border-color: rgb(151,11,253); }
td.TdClassName
{
border-color: #970BFD;
}
.TagClassName
{
border-color: #970BFD;
}
</style>