Html Css Color HEX #750CFC Electric Indigo

📋 copy color: '#750CFC'

red 117 ◦ green 12 ◦ blue 252

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

Shades of Electric Indigo #750CFC

Tints of Electric Indigo #750CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 66.14%

R = 30.71%
G = 3.15%
B = 66.14%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#750CFC (or 0x750CFC) is known color: Electric Indigo. HEX triplet: 75, 0C and FC. RGB value is (117,12,252). Sum of RGB (Red+Green+Blue) = 117+12+252=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #750CFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750CFC is #8AF303. Grayscale: #454545. Windows color (decimal): -9106180 or 16518261. OLE color: 16518261.

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

Color convert

RGB 117 12 252 -
CMYK 0.54 0.95 0 0.01
HSL 266.25º 0.98% 0.52% -
HSV(B) 266.25º 0.95% 0.99% -
XYZ 25.04 11.07 92.91 -
YUV 70.76 230.29 160.99 -
System Red Green Blue C M Y K H S L
Decimal 117 12 252 0.54 0.95 0 0.01 266.25 0.98 0.52
Hex 75 C FC 36 5F 0 1 10A 62 34
Octal 165 14 374 66 137 0 1 412 142 64
Binary 1110101 1100 11111100 110110 1011111 0 1 100001010 1100010 110100

Color Harmonies of #750CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750CFC

Black with #750CFC

Text Example


Text Example

White with #750CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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