Html Css Color HEX #7915F3 Electric Indigo

📋 copy color: '#7915F3'

red 121 ◦ green 21 ◦ blue 243

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

Shades of Electric Indigo #7915F3

Tints of Electric Indigo #7915F3

RGB

 RED value IS 121 (47.66% from 255) = 31.43%

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

 BLUE value IS 243 (95.31% from 255) = 63.12%

R = 31.43%
G = 5.45%
B = 63.12%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7915F3 (or 0x7915F3) is known color: Electric Indigo. HEX triplet: 79, 15 and F3. RGB value is (121,21,243). Sum of RGB (Red+Green+Blue) = 121+21+243=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 243 (95.31% from 255 or 63.12% from 385); Max value from RGB is 243 - color contains mainly: blue. Hex color #7915F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7915F3 is #86EA0C. Grayscale: #4B4B4B. Windows color (decimal): -8841741 or 15930745. OLE color: 15930745.

HSL color Cylindrical-coordinate representation of color #7915F3: hue angle of 267.03º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7915F3 is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 121 21 243 -
CMYK 0.50 0.91 0 0.05
HSL 267.03º 0.9% 0.52% -
HSV(B) 267.03º 0.91% 0.95% -
XYZ 24.33 11.07 85.65 -
YUV 76.21 222.13 159.95 -
System Red Green Blue C M Y K H S L
Decimal 121 21 243 0.50 0.91 0 0.05 267.03 0.9 0.52
Hex 79 15 F3 32 5B 0 5 10B 5A 34
Octal 171 25 363 62 133 0 5 413 132 64
Binary 1111001 10101 11110011 110010 1011011 0 101 100001011 1011010 110100

Color Harmonies of #7915F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7915F3

Black with #7915F3

Text Example


Text Example

White with #7915F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7915F3; }

 p { color: rgb(121,21,243); }

 H1.HeaderClassName
 {
   color: #7915F3;
 }
 .AnyTagClassName
 {
   color: #7915F3;
 }
</style>

background-color css

<style>
 a { background-color: #7915F3; }

 a { background-color: rgb(121,21,243); }

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

border-color css

<style>
 span { border-color: #7915F3; }

 span { border-color: rgb(121,21,243); }

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