Html Css Color HEX #750AFF Electric Indigo

📋 copy color: '#750AFF'

red 117 ◦ green 10 ◦ blue 255

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

Shades of Electric Indigo #750AFF

Tints of Electric Indigo #750AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.75%

R = 30.63%
G = 2.62%
B = 66.75%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#750AFF (or 0x750AFF) is known color: Electric Indigo. HEX triplet: 75, 0A and FF. RGB value is (117,10,255). Sum of RGB (Red+Green+Blue) = 117+10+255=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 10 (4.30% from 255 or 2.62% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #750AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750AFF is #8AF500. Grayscale: #454545. Windows color (decimal): -9106689 or 16714357. OLE color: 16714357.

HSL color Cylindrical-coordinate representation of color #750AFF: hue angle of 266.2º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #750AFF is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 10 255 -
CMYK 0.54 0.96 0 0
HSL 266.2º 1% 0.52% -
HSV(B) 266.2º 0.96% 1% -
XYZ 25.49 11.22 95.43 -
YUV 69.92 232.45 161.58 -
System Red Green Blue C M Y K H S L
Decimal 117 10 255 0.54 0.96 0 0 266.2 1 0.52
Hex 75 A FF 36 60 0 0 10A 64 34
Octal 165 12 377 66 140 0 0 412 144 64
Binary 1110101 1010 11111111 110110 1100000 0 0 100001010 1100100 110100

Color Harmonies of #750AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750AFF

Black with #750AFF

Text Example


Text Example

White with #750AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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