Html Css Color HEX #7B19FF Electric Indigo

📋 copy color: '#7B19FF'

red 123 ◦ green 25 ◦ blue 255

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

Shades of Electric Indigo #7B19FF

Tints of Electric Indigo #7B19FF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.2%

 BLUE value IS 255 (100% from 255) = 63.28%

R = 30.52%
G = 6.2%
B = 63.28%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7B19FF (or 0x7B19FF) is known color: Electric Indigo. HEX triplet: 7B, 19 and FF. RGB value is (123,25,255). Sum of RGB (Red+Green+Blue) = 123+25+255=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B19FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B19FF is #84E600. Grayscale: #4F4F4F. Windows color (decimal): -8709633 or 16718203. OLE color: 16718203.

HSL color Cylindrical-coordinate representation of color #7B19FF: hue angle of 265.57º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B19FF is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 123 25 255 -
CMYK 0.52 0.90 0 0
HSL 265.57º 1% 0.55% -
HSV(B) 265.57º 0.9% 1% -
XYZ 26.57 12.13 95.55 -
YUV 80.52 226.47 158.3 -
System Red Green Blue C M Y K H S L
Decimal 123 25 255 0.52 0.90 0 0 265.57 1 0.55
Hex 7B 19 FF 34 5A 0 0 10A 64 37
Octal 173 31 377 64 132 0 0 412 144 67
Binary 1111011 11001 11111111 110100 1011010 0 0 100001010 1100100 110111

Color Harmonies of #7B19FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B19FF

Black with #7B19FF

Text Example


Text Example

White with #7B19FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,25,255); }

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

background-color css

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

 a { background-color: rgb(123,25,255); }

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

border-color css

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

 span { border-color: rgb(123,25,255); }

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