Html Css Color HEX #750DFF Electric Indigo

📋 copy color: '#750DFF'

red 117 ◦ green 13 ◦ blue 255

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

Shades of Electric Indigo #750DFF

Tints of Electric Indigo #750DFF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.38%

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

R = 30.39%
G = 3.38%
B = 66.23%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#750DFF (or 0x750DFF) is known color: Electric Indigo. HEX triplet: 75, 0D and FF. RGB value is (117,13,255). Sum of RGB (Red+Green+Blue) = 117+13+255=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #750DFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750DFF is #8AF200. Grayscale: #464646. Windows color (decimal): -9105921 or 16715125. OLE color: 16715125.

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

Color convert

RGB 117 13 255 -
CMYK 0.54 0.95 0 0
HSL 265.79º 1% 0.53% -
HSV(B) 265.79º 0.95% 1% -
XYZ 25.53 11.29 95.44 -
YUV 71.68 231.46 160.32 -
System Red Green Blue C M Y K H S L
Decimal 117 13 255 0.54 0.95 0 0 265.79 1 0.53
Hex 75 D FF 36 5F 0 0 10A 64 35
Octal 165 15 377 66 137 0 0 412 144 65
Binary 1110101 1101 11111111 110110 1011111 0 0 100001010 1100100 110101

Color Harmonies of #750DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750DFF

Black with #750DFF

Text Example


Text Example

White with #750DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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