Html Css Color HEX #7B1CFF Electric Indigo

📋 copy color: '#7B1CFF'

red 123 ◦ green 28 ◦ blue 255

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

Shades of Electric Indigo #7B1CFF

Tints of Electric Indigo #7B1CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.9%

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

R = 30.3%
G = 6.9%
B = 62.81%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7B1CFF (or 0x7B1CFF) is known color: Electric Indigo. HEX triplet: 7B, 1C and FF. RGB value is (123,28,255). Sum of RGB (Red+Green+Blue) = 123+28+255=406 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.30% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B1CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B1CFF is #84E300. Grayscale: #515151. Windows color (decimal): -8708865 or 16718971. OLE color: 16718971.

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

Color convert

RGB 123 28 255 -
CMYK 0.52 0.89 0 0
HSL 265.11º 1% 0.55% -
HSV(B) 265.11º 0.89% 1% -
XYZ 26.63 12.26 95.57 -
YUV 82.28 225.47 157.04 -
System Red Green Blue C M Y K H S L
Decimal 123 28 255 0.52 0.89 0 0 265.11 1 0.55
Hex 7B 1C FF 34 59 0 0 109 64 37
Octal 173 34 377 64 131 0 0 411 144 67
Binary 1111011 11100 11111111 110100 1011001 0 0 100001001 1100100 110111

Color Harmonies of #7B1CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1CFF

Black with #7B1CFF

Text Example


Text Example

White with #7B1CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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