Html Css Color HEX #7514FF Electric Indigo

📋 copy color: '#7514FF'

red 117 ◦ green 20 ◦ blue 255

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

Shades of Electric Indigo #7514FF

Tints of Electric Indigo #7514FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.05%

R = 29.85%
G = 5.1%
B = 65.05%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7514FF (or 0x7514FF) is known color: Electric Indigo. HEX triplet: 75, 14 and FF. RGB value is (117,20,255). Sum of RGB (Red+Green+Blue) = 117+20+255=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #7514FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7514FF is #8AEB00. Grayscale: #4A4A4A. Windows color (decimal): -9104129 or 16716917. OLE color: 16716917.

HSL color Cylindrical-coordinate representation of color #7514FF: hue angle of 264.77º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7514FF is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 20 255 -
CMYK 0.54 0.92 0 0
HSL 264.77º 1% 0.54% -
HSV(B) 264.77º 0.92% 1% -
XYZ 25.64 11.5 95.48 -
YUV 75.79 229.14 157.39 -
System Red Green Blue C M Y K H S L
Decimal 117 20 255 0.54 0.92 0 0 264.77 1 0.54
Hex 75 14 FF 36 5C 0 0 109 64 36
Octal 165 24 377 66 134 0 0 411 144 66
Binary 1110101 10100 11111111 110110 1011100 0 0 100001001 1100100 110110

Color Harmonies of #7514FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7514FF

Black with #7514FF

Text Example


Text Example

White with #7514FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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