Html Css Color HEX #7506ED Electric Indigo

📋 copy color: '#7506ED'

red 117 ◦ green 6 ◦ blue 237

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

Shades of Electric Indigo #7506ED

Tints of Electric Indigo #7506ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 65.83%

R = 32.5%
G = 1.67%
B = 65.83%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7506ED (or 0x7506ED) is known color: Electric Indigo. HEX triplet: 75, 06 and ED. RGB value is (117,6,237). Sum of RGB (Red+Green+Blue) = 117+6+237=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 237 (92.97% from 255 or 65.83% from 360); Max value from RGB is 237 - color contains mainly: blue. Hex color #7506ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7506ED is #8AF912. Grayscale: #404040. Windows color (decimal): -9107731 or 15533685. OLE color: 15533685.

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

Color convert

RGB 117 6 237 -
CMYK 0.51 0.97 0 0.07
HSL 268.83º 0.95% 0.48% -
HSV(B) 268.83º 0.97% 0.93% -
XYZ 22.69 10.03 80.86 -
YUV 65.52 224.77 164.72 -
System Red Green Blue C M Y K H S L
Decimal 117 6 237 0.51 0.97 0 0.07 268.83 0.95 0.48
Hex 75 6 ED 33 61 0 7 10D 5F 30
Octal 165 6 355 63 141 0 7 415 137 60
Binary 1110101 110 11101101 110011 1100001 0 111 100001101 1011111 110000

Color Harmonies of #7506ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7506ED

Black with #7506ED

Text Example


Text Example

White with #7506ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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