Html Css Color HEX #7514FB Electric Indigo

📋 copy color: '#7514FB'

red 117 ◦ green 20 ◦ blue 251

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

Shades of Electric Indigo #7514FB

Tints of Electric Indigo #7514FB

RGB

 RED value IS 117 (46.09% from 255) = 30.15%

 GREEN value IS 20 (8.2% from 255) = 5.15%

 BLUE value IS 251 (98.44% from 255) = 64.69%

R = 30.15%
G = 5.15%
B = 64.69%

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

#7514FB (or 0x7514FB) is known color: Electric Indigo. HEX triplet: 75, 14 and FB. RGB value is (117,20,251). Sum of RGB (Red+Green+Blue) = 117+20+251=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 20 (8.20% from 255 or 5.15% from 388); Blue value is 251 (98.44% from 255 or 64.69% from 388); Max value from RGB is 251 - color contains mainly: blue. Hex color #7514FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7514FB is #8AEB04. Grayscale: #4A4A4A. Windows color (decimal): -9104133 or 16454773. OLE color: 16454773.

HSL color Cylindrical-coordinate representation of color #7514FB: hue angle of 265.19º degrees, saturation: 0.97, 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 #7514FB is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 20 251 -
CMYK 0.53 0.92 0 0.02
HSL 265.19º 0.97% 0.53% -
HSV(B) 265.19º 0.92% 0.98% -
XYZ 25 11.25 92.12 -
YUV 75.34 227.14 157.72 -
System Red Green Blue C M Y K H S L
Decimal 117 20 251 0.53 0.92 0 0.02 265.19 0.97 0.53
Hex 75 14 FB 35 5C 0 2 109 61 35
Octal 165 24 373 65 134 0 2 411 141 65
Binary 1110101 10100 11111011 110101 1011100 0 10 100001001 1100001 110101

Color Harmonies of #7514FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7514FB

Black with #7514FB

Text Example


Text Example

White with #7514FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7514FB; }

 p { color: rgb(117,20,251); }

 H1.HeaderClassName
 {
   color: #7514FB;
 }
 .AnyTagClassName
 {
   color: #7514FB;
 }
</style>

background-color css

<style>
 a { background-color: #7514FB; }

 a { background-color: rgb(117,20,251); }

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

border-color css

<style>
 span { border-color: #7514FB; }

 span { border-color: rgb(117,20,251); }

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