Html Css Color HEX #7D16FB Electric Indigo

📋 copy color: '#7D16FB'

red 125 ◦ green 22 ◦ blue 251

#7D16FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #7D16FB

Tints of Electric Indigo #7D16FB

RGB

 RED value IS 125 (49.22% from 255) = 31.41%

 GREEN value IS 22 (8.98% from 255) = 5.53%

 BLUE value IS 251 (98.44% from 255) = 63.07%

R = 31.41%
G = 5.53%
B = 63.07%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7D16FB (or 0x7D16FB) is known color: Electric Indigo. HEX triplet: 7D, 16 and FB. RGB value is (125,22,251). Sum of RGB (Red+Green+Blue) = 125+22+251=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D16FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D16FB is #82E904. Grayscale: #4E4E4E. Windows color (decimal): -8579333 or 16455293. OLE color: 16455293.

HSL color Cylindrical-coordinate representation of color #7D16FB: hue angle of 266.99º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D16FB is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 22 251 -
CMYK 0.50 0.91 0 0.02
HSL 266.99º 0.97% 0.54% -
HSV(B) 266.99º 0.91% 0.98% -
XYZ 26.16 11.9 92.18 -
YUV 78.9 225.12 160.88 -
System Red Green Blue C M Y K H S L
Decimal 125 22 251 0.50 0.91 0 0.02 266.99 0.97 0.54
Hex 7D 16 FB 32 5B 0 2 10B 61 36
Octal 175 26 373 62 133 0 2 413 141 66
Binary 1111101 10110 11111011 110010 1011011 0 10 100001011 1100001 110110

Color Harmonies of #7D16FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D16FB

Black with #7D16FB

Text Example


Text Example

White with #7D16FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D16FB; }

 p { color: rgb(125,22,251); }

 H1.HeaderClassName
 {
   color: #7D16FB;
 }
 .AnyTagClassName
 {
   color: #7D16FB;
 }
</style>

background-color css

<style>
 a { background-color: #7D16FB; }

 a { background-color: rgb(125,22,251); }

 div.DivClassName
 {
   background-color: #7D16FB;
 }
 .BgClassName
 {
   background-color: #7D16FB;
 }
</style>

border-color css

<style>
 span { border-color: #7D16FB; }

 span { border-color: rgb(125,22,251); }

 td.TdClassName
 {
   border-color: #7D16FB;
 }
 .TagClassName
 {
   border-color: #7D16FB;
 }
</style>