Html Css Color HEX #750CE1 Electric Indigo

📋 copy color: '#750CE1'

red 117 ◦ green 12 ◦ blue 225

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

Shades of Electric Indigo #750CE1

Tints of Electric Indigo #750CE1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.39%

 BLUE value IS 225 (88.28% from 255) = 63.56%

R = 33.05%
G = 3.39%
B = 63.56%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#750CE1 (or 0x750CE1) is known color: Electric Indigo. HEX triplet: 75, 0C and E1. RGB value is (117,12,225). Sum of RGB (Red+Green+Blue) = 117+12+225=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 225 (88.28% from 255 or 63.56% from 354); Max value from RGB is 225 - color contains mainly: blue. Hex color #750CE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750CE1 is #8AF31E. Grayscale: #424242. Windows color (decimal): -9106207 or 14748789. OLE color: 14748789.

HSL color Cylindrical-coordinate representation of color #750CE1: hue angle of 269.58º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750CE1 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 12 225 -
CMYK 0.48 0.95 0 0.12
HSL 269.58º 0.9% 0.46% -
HSV(B) 269.58º 0.95% 0.88% -
XYZ 21.06 9.48 71.95 -
YUV 67.68 216.79 163.18 -
System Red Green Blue C M Y K H S L
Decimal 117 12 225 0.48 0.95 0 0.12 269.58 0.9 0.46
Hex 75 C E1 30 5F 0 C 10E 5A 2E
Octal 165 14 341 60 137 0 14 416 132 56
Binary 1110101 1100 11100001 110000 1011111 0 1100 100001110 1011010 101110

Color Harmonies of #750CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750CE1

Black with #750CE1

Text Example


Text Example

White with #750CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,12,225); }

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

background-color css

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

 a { background-color: rgb(117,12,225); }

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

border-color css

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

 span { border-color: rgb(117,12,225); }

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