Html Css Color HEX #7B16FA Electric Indigo

📋 copy color: '#7B16FA'

red 123 ◦ green 22 ◦ blue 250

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

Shades of Electric Indigo #7B16FA

Tints of Electric Indigo #7B16FA

RGB

 RED value IS 123 (48.44% from 255) = 31.14%

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

 BLUE value IS 250 (98.05% from 255) = 63.29%

R = 31.14%
G = 5.57%
B = 63.29%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7B16FA (or 0x7B16FA) is known color: Electric Indigo. HEX triplet: 7B, 16 and FA. RGB value is (123,22,250). Sum of RGB (Red+Green+Blue) = 123+22+250=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B16FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B16FA is #84E905. Grayscale: #4D4D4D. Windows color (decimal): -8710406 or 16389755. OLE color: 16389755.

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

Color convert

RGB 123 22 250 -
CMYK 0.51 0.91 0 0.02
HSL 266.58º 0.96% 0.53% -
HSV(B) 266.58º 0.91% 0.98% -
XYZ 25.71 11.69 91.34 -
YUV 78.19 224.96 159.96 -
System Red Green Blue C M Y K H S L
Decimal 123 22 250 0.51 0.91 0 0.02 266.58 0.96 0.53
Hex 7B 16 FA 33 5B 0 2 10B 60 35
Octal 173 26 372 63 133 0 2 413 140 65
Binary 1111011 10110 11111010 110011 1011011 0 10 100001011 1100000 110101

Color Harmonies of #7B16FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B16FA

Black with #7B16FA

Text Example


Text Example

White with #7B16FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,22,250); }

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

background-color css

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

 a { background-color: rgb(123,22,250); }

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

border-color css

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

 span { border-color: rgb(123,22,250); }

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