Html Css Color HEX #7B19FD Electric Indigo

📋 copy color: '#7B19FD'

red 123 ◦ green 25 ◦ blue 253

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

Shades of Electric Indigo #7B19FD

Tints of Electric Indigo #7B19FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.09%

R = 30.67%
G = 6.23%
B = 63.09%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7B19FD (or 0x7B19FD) is known color: Electric Indigo. HEX triplet: 7B, 19 and FD. RGB value is (123,25,253). Sum of RGB (Red+Green+Blue) = 123+25+253=401 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.67% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #7B19FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B19FD is #84E602. Grayscale: #4F4F4F. Windows color (decimal): -8709635 or 16587131. OLE color: 16587131.

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

Color convert

RGB 123 25 253 -
CMYK 0.51 0.90 0 0.01
HSL 265.79º 0.98% 0.55% -
HSV(B) 265.79º 0.9% 0.99% -
XYZ 26.25 12 93.86 -
YUV 80.29 225.47 158.46 -
System Red Green Blue C M Y K H S L
Decimal 123 25 253 0.51 0.90 0 0.01 265.79 0.98 0.55
Hex 7B 19 FD 33 5A 0 1 10A 62 37
Octal 173 31 375 63 132 0 1 412 142 67
Binary 1111011 11001 11111101 110011 1011010 0 1 100001010 1100010 110111

Color Harmonies of #7B19FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B19FD

Black with #7B19FD

Text Example


Text Example

White with #7B19FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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