Shades of Electric Indigo #7B17FD
Tints of Electric Indigo #7B17FD
RGB
CMYK
RGB Variations
Color information
#7B17FD (or 0x7B17FD) is known color: Electric Indigo. HEX triplet: 7B, 17 and FD. RGB value is (123,23,253). Sum of RGB (Red+Green+Blue) = 123+23+253=399 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.83% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #7B17FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B17FD is #84E802. Grayscale: #4E4E4E. Windows color (decimal): -8710147 or 16586619. OLE color: 16586619.
HSL color Cylindrical-coordinate representation of color #7B17FD: hue angle of 266.09º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B17FD is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 23 | 253 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.01 |
| HSL | 266.09º | 0.98% | 0.54% | - |
| HSV(B) | 266.09º | 0.91% | 0.99% | - |
| XYZ | 26.2 | 11.92 | 93.85 | - |
| YUV | 79.12 | 226.13 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 23 | 253 | 0.51 | 0.91 | 0 | 0.01 | 266.09 | 0.98 | 0.54 |
| Hex | 7B | 17 | FD | 33 | 5B | 0 | 1 | 10A | 62 | 36 |
| Octal | 173 | 27 | 375 | 63 | 133 | 0 | 1 | 412 | 142 | 66 |
| Binary | 1111011 | 10111 | 11111101 | 110011 | 1011011 | 0 | 1 | 100001010 | 1100010 | 110110 |
Color Harmonies of #7B17FD
Complementary color
Monochromatic Colors of #7B17FD
Black with #7B17FD
Text Example
Text Example
White with #7B17FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B17FD; }
p { color: rgb(123,23,253); }
H1.HeaderClassName
{
color: #7B17FD;
}
.AnyTagClassName
{
color: #7B17FD;
}
</style>
background-color css
<style>
a { background-color: #7B17FD; }
a { background-color: rgb(123,23,253); }
div.DivClassName
{
background-color: #7B17FD;
}
.BgClassName
{
background-color: #7B17FD;
}
</style>
border-color css
<style>
span { border-color: #7B17FD; }
span { border-color: rgb(123,23,253); }
td.TdClassName
{
border-color: #7B17FD;
}
.TagClassName
{
border-color: #7B17FD;
}
</style>