Html Css Color HEX #750AED Electric Indigo

📋 copy color: '#750AED'

red 117 ◦ green 10 ◦ blue 237

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

Shades of Electric Indigo #750AED

Tints of Electric Indigo #750AED

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.75%

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

R = 32.14%
G = 2.75%
B = 65.11%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#750AED (or 0x750AED) is known color: Electric Indigo. HEX triplet: 75, 0A and ED. RGB value is (117,10,237). Sum of RGB (Red+Green+Blue) = 117+10+237=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 237 (92.97% from 255 or 65.11% from 364); Max value from RGB is 237 - color contains mainly: blue. Hex color #750AED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750AED is #8AF512. Grayscale: #434343. Windows color (decimal): -9106707 or 15534709. OLE color: 15534709.

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

Color convert

RGB 117 10 237 -
CMYK 0.51 0.96 0 0.07
HSL 268.28º 0.92% 0.48% -
HSV(B) 268.28º 0.96% 0.93% -
XYZ 22.73 10.11 80.87 -
YUV 67.87 223.45 163.04 -
System Red Green Blue C M Y K H S L
Decimal 117 10 237 0.51 0.96 0 0.07 268.28 0.92 0.48
Hex 75 A ED 33 60 0 7 10C 5C 30
Octal 165 12 355 63 140 0 7 414 134 60
Binary 1110101 1010 11101101 110011 1100000 0 111 100001100 1011100 110000

Color Harmonies of #750AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750AED

Black with #750AED

Text Example


Text Example

White with #750AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750AED; }

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

 H1.HeaderClassName
 {
   color: #750AED;
 }
 .AnyTagClassName
 {
   color: #750AED;
 }
</style>

background-color css

<style>
 a { background-color: #750AED; }

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

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

border-color css

<style>
 span { border-color: #750AED; }

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

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