Html Css Color HEX #7B07FD Electric Indigo

📋 copy color: '#7B07FD'

red 123 ◦ green 7 ◦ blue 253

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

Shades of Electric Indigo #7B07FD

Tints of Electric Indigo #7B07FD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.83%

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

R = 32.11%
G = 1.83%
B = 66.06%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7B07FD (or 0x7B07FD) is known color: Electric Indigo. HEX triplet: 7B, 07 and FD. RGB value is (123,7,253). Sum of RGB (Red+Green+Blue) = 123+7+253=383 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.11% from 383); Green value is 7 (3.12% from 255 or 1.83% from 383); Blue value is 253 (99.22% from 255 or 66.06% from 383); Max value from RGB is 253 - color contains mainly: blue. Hex color #7B07FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B07FD is #84F802. Grayscale: #444444. Windows color (decimal): -8714243 or 16582523. OLE color: 16582523.

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

Color convert

RGB 123 7 253 -
CMYK 0.51 0.97 0 0.01
HSL 268.29º 0.98% 0.51% -
HSV(B) 268.29º 0.97% 0.99% -
XYZ 25.97 11.45 93.77 -
YUV 69.73 231.43 166 -
System Red Green Blue C M Y K H S L
Decimal 123 7 253 0.51 0.97 0 0.01 268.29 0.98 0.51
Hex 7B 7 FD 33 61 0 1 10C 62 33
Octal 173 7 375 63 141 0 1 414 142 63
Binary 1111011 111 11111101 110011 1100001 0 1 100001100 1100010 110011

Color Harmonies of #7B07FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B07FD

Black with #7B07FD

Text Example


Text Example

White with #7B07FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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