Html Css Color HEX #7514FD Electric Indigo

📋 copy color: '#7514FD'

red 117 ◦ green 20 ◦ blue 253

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

Shades of Electric Indigo #7514FD

Tints of Electric Indigo #7514FD

RGB

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

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

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

R = 30%
G = 5.13%
B = 64.87%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7514FD (or 0x7514FD) is known color: Electric Indigo. HEX triplet: 75, 14 and FD. RGB value is (117,20,253). Sum of RGB (Red+Green+Blue) = 117+20+253=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 253 (99.22% from 255 or 64.87% from 390); Max value from RGB is 253 - color contains mainly: blue. Hex color #7514FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7514FD is #8AEB02. Grayscale: #4A4A4A. Windows color (decimal): -9104131 or 16585845. OLE color: 16585845.

HSL color Cylindrical-coordinate representation of color #7514FD: hue angle of 264.98º 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 #7514FD is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 20 253 -
CMYK 0.54 0.92 0 0.01
HSL 264.98º 0.98% 0.54% -
HSV(B) 264.98º 0.92% 0.99% -
XYZ 25.32 11.37 93.79 -
YUV 75.57 228.14 157.55 -
System Red Green Blue C M Y K H S L
Decimal 117 20 253 0.54 0.92 0 0.01 264.98 0.98 0.54
Hex 75 14 FD 36 5C 0 1 109 62 36
Octal 165 24 375 66 134 0 1 411 142 66
Binary 1110101 10100 11111101 110110 1011100 0 1 100001001 1100010 110110

Color Harmonies of #7514FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7514FD

Black with #7514FD

Text Example


Text Example

White with #7514FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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