Html Css Color HEX #7514FC Electric Indigo

📋 copy color: '#7514FC'

red 117 ◦ green 20 ◦ blue 252

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

Shades of Electric Indigo #7514FC

Tints of Electric Indigo #7514FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 64.78%

R = 30.08%
G = 5.14%
B = 64.78%

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

#7514FC (or 0x7514FC) is known color: Electric Indigo. HEX triplet: 75, 14 and FC. RGB value is (117,20,252). Sum of RGB (Red+Green+Blue) = 117+20+252=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 252 (98.83% from 255 or 64.78% from 389); Max value from RGB is 252 - color contains mainly: blue. Hex color #7514FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7514FC is #8AEB03. Grayscale: #4A4A4A. Windows color (decimal): -9104132 or 16520309. OLE color: 16520309.

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

Color convert

RGB 117 20 252 -
CMYK 0.54 0.92 0 0.01
HSL 265.09º 0.97% 0.53% -
HSV(B) 265.09º 0.92% 0.99% -
XYZ 25.16 11.31 92.95 -
YUV 75.45 227.64 157.64 -
System Red Green Blue C M Y K H S L
Decimal 117 20 252 0.54 0.92 0 0.01 265.09 0.97 0.53
Hex 75 14 FC 36 5C 0 1 109 61 35
Octal 165 24 374 66 134 0 1 411 141 65
Binary 1110101 10100 11111100 110110 1011100 0 1 100001001 1100001 110101

Color Harmonies of #7514FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7514FC

Black with #7514FC

Text Example


Text Example

White with #7514FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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