Html Css Color HEX #750FF0 Electric Indigo

📋 copy color: '#750FF0'

red 117 ◦ green 15 ◦ blue 240

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

Shades of Electric Indigo #750FF0

Tints of Electric Indigo #750FF0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.03%

 BLUE value IS 240 (94.14% from 255) = 64.52%

R = 31.45%
G = 4.03%
B = 64.52%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#750FF0 (or 0x750FF0) is known color: Electric Indigo. HEX triplet: 75, 0F and F0. RGB value is (117,15,240). Sum of RGB (Red+Green+Blue) = 117+15+240=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 240 (94.14% from 255 or 64.52% from 372); Max value from RGB is 240 - color contains mainly: blue. Hex color #750FF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750FF0 is #8AF00F. Grayscale: #464646. Windows color (decimal): -9105424 or 15732597. OLE color: 15732597.

HSL color Cylindrical-coordinate representation of color #750FF0: hue angle of 267.2º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750FF0 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 15 240 -
CMYK 0.51 0.94 0 0.06
HSL 267.2º 0.88% 0.5% -
HSV(B) 267.2º 0.94% 0.94% -
XYZ 23.24 10.41 83.22 -
YUV 71.15 223.29 160.7 -
System Red Green Blue C M Y K H S L
Decimal 117 15 240 0.51 0.94 0 0.06 267.2 0.88 0.5
Hex 75 F F0 33 5E 0 6 10B 58 32
Octal 165 17 360 63 136 0 6 413 130 62
Binary 1110101 1111 11110000 110011 1011110 0 110 100001011 1011000 110010

Color Harmonies of #750FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750FF0

Black with #750FF0

Text Example


Text Example

White with #750FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,15,240); }

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

background-color css

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

 a { background-color: rgb(117,15,240); }

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

border-color css

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

 span { border-color: rgb(117,15,240); }

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