Html Css Color HEX #7615FA Electric Indigo

📋 copy color: '#7615FA'

red 118 ◦ green 21 ◦ blue 250

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

Shades of Electric Indigo #7615FA

Tints of Electric Indigo #7615FA

RGB

 RED value IS 118 (46.48% from 255) = 30.33%

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

 BLUE value IS 250 (98.05% from 255) = 64.27%

R = 30.33%
G = 5.4%
B = 64.27%

CMYK

 C value IS 0.53

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7615FA (or 0x7615FA) is known color: Electric Indigo. HEX triplet: 76, 15 and FA. RGB value is (118,21,250). Sum of RGB (Red+Green+Blue) = 118+21+250=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #7615FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7615FA is #89EA05. Grayscale: #4B4B4B. Windows color (decimal): -9038342 or 16389494. OLE color: 16389494.

HSL color Cylindrical-coordinate representation of color #7615FA: hue angle of 265.41º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7615FA is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 21 250 -
CMYK 0.53 0.92 0 0.02
HSL 265.41º 0.96% 0.53% -
HSV(B) 265.41º 0.92% 0.98% -
XYZ 24.99 11.29 91.3 -
YUV 76.11 226.14 157.88 -
System Red Green Blue C M Y K H S L
Decimal 118 21 250 0.53 0.92 0 0.02 265.41 0.96 0.53
Hex 76 15 FA 35 5C 0 2 109 60 35
Octal 166 25 372 65 134 0 2 411 140 65
Binary 1110110 10101 11111010 110101 1011100 0 10 100001001 1100000 110101

Color Harmonies of #7615FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7615FA

Black with #7615FA

Text Example


Text Example

White with #7615FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7615FA; }

 p { color: rgb(118,21,250); }

 H1.HeaderClassName
 {
   color: #7615FA;
 }
 .AnyTagClassName
 {
   color: #7615FA;
 }
</style>

background-color css

<style>
 a { background-color: #7615FA; }

 a { background-color: rgb(118,21,250); }

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

border-color css

<style>
 span { border-color: #7615FA; }

 span { border-color: rgb(118,21,250); }

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