Html Css Color HEX #7B15FD Electric Indigo

📋 copy color: '#7B15FD'

red 123 ◦ green 21 ◦ blue 253

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

Shades of Electric Indigo #7B15FD

Tints of Electric Indigo #7B15FD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.29%

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

R = 30.98%
G = 5.29%
B = 63.73%

CMYK

 C value IS 0.51

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7B15FD (or 0x7B15FD) is known color: Electric Indigo. HEX triplet: 7B, 15 and FD. RGB value is (123,21,253). Sum of RGB (Red+Green+Blue) = 123+21+253=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #7B15FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B15FD is #84EA02. Grayscale: #4D4D4D. Windows color (decimal): -8710659 or 16586107. OLE color: 16586107.

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

Color convert

RGB 123 21 253 -
CMYK 0.51 0.92 0 0.01
HSL 266.38º 0.98% 0.54% -
HSV(B) 266.38º 0.92% 0.99% -
XYZ 26.17 11.84 93.83 -
YUV 77.95 226.79 160.14 -
System Red Green Blue C M Y K H S L
Decimal 123 21 253 0.51 0.92 0 0.01 266.38 0.98 0.54
Hex 7B 15 FD 33 5C 0 1 10A 62 36
Octal 173 25 375 63 134 0 1 412 142 66
Binary 1111011 10101 11111101 110011 1011100 0 1 100001010 1100010 110110

Color Harmonies of #7B15FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B15FD

Black with #7B15FD

Text Example


Text Example

White with #7B15FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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