Html Css Color HEX #750CFE Electric Indigo

📋 copy color: '#750CFE'

red 117 ◦ green 12 ◦ blue 254

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

Shades of Electric Indigo #750CFE

Tints of Electric Indigo #750CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 66.32%

R = 30.55%
G = 3.13%
B = 66.32%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#750CFE (or 0x750CFE) is known color: Electric Indigo. HEX triplet: 75, 0C and FE. RGB value is (117,12,254). Sum of RGB (Red+Green+Blue) = 117+12+254=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #750CFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750CFE is #8AF301. Grayscale: #464646. Windows color (decimal): -9106178 or 16649333. OLE color: 16649333.

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

Color convert

RGB 117 12 254 -
CMYK 0.54 0.95 0 0.00
HSL 266.03º 0.99% 0.52% -
HSV(B) 266.03º 0.95% 1% -
XYZ 25.36 11.2 94.59 -
YUV 70.98 231.29 160.82 -
System Red Green Blue C M Y K H S L
Decimal 117 12 254 0.54 0.95 0 0.00 266.03 0.99 0.52
Hex 75 C FE 36 5F 0 0 10A 63 34
Octal 165 14 376 66 137 0 0 412 143 64
Binary 1110101 1100 11111110 110110 1011111 0 0 100001010 1100011 110100

Color Harmonies of #750CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750CFE

Black with #750CFE

Text Example


Text Example

White with #750CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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