Html Css Color HEX #7506EC Electric Indigo

📋 copy color: '#7506EC'

red 117 ◦ green 6 ◦ blue 236

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

Shades of Electric Indigo #7506EC

Tints of Electric Indigo #7506EC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.67%

 BLUE value IS 236 (92.58% from 255) = 65.74%

R = 32.59%
G = 1.67%
B = 65.74%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7506EC (or 0x7506EC) is known color: Electric Indigo. HEX triplet: 75, 06 and EC. RGB value is (117,6,236). Sum of RGB (Red+Green+Blue) = 117+6+236=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 236 (92.58% from 255 or 65.74% from 359); Max value from RGB is 236 - color contains mainly: blue. Hex color #7506EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7506EC is #8AF913. Grayscale: #404040. Windows color (decimal): -9107732 or 15468149. OLE color: 15468149.

HSL color Cylindrical-coordinate representation of color #7506EC: hue angle of 268.96º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7506EC is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 6 236 -
CMYK 0.50 0.97 0 0.07
HSL 268.96º 0.95% 0.47% -
HSV(B) 268.96º 0.97% 0.93% -
XYZ 22.54 9.97 80.09 -
YUV 65.41 224.27 164.8 -
System Red Green Blue C M Y K H S L
Decimal 117 6 236 0.50 0.97 0 0.07 268.96 0.95 0.47
Hex 75 6 EC 32 61 0 7 10D 5F 2F
Octal 165 6 354 62 141 0 7 415 137 57
Binary 1110101 110 11101100 110010 1100001 0 111 100001101 1011111 101111

Color Harmonies of #7506EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7506EC

Black with #7506EC

Text Example


Text Example

White with #7506EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7506EC; }

 p { color: rgb(117,6,236); }

 H1.HeaderClassName
 {
   color: #7506EC;
 }
 .AnyTagClassName
 {
   color: #7506EC;
 }
</style>

background-color css

<style>
 a { background-color: #7506EC; }

 a { background-color: rgb(117,6,236); }

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

border-color css

<style>
 span { border-color: #7506EC; }

 span { border-color: rgb(117,6,236); }

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