Html Css Color HEX #7C0CFC Electric Indigo

📋 copy color: '#7C0CFC'

red 124 ◦ green 12 ◦ blue 252

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

Shades of Electric Indigo #7C0CFC

Tints of Electric Indigo #7C0CFC

RGB

 RED value IS 124 (48.83% from 255) = 31.96%

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

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

R = 31.96%
G = 3.09%
B = 64.95%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7C0CFC (or 0x7C0CFC) is known color: Electric Indigo. HEX triplet: 7C, 0C and FC. RGB value is (124,12,252). Sum of RGB (Red+Green+Blue) = 124+12+252=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #7C0CFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C0CFC is #83F303. Grayscale: #484848. Windows color (decimal): -8647428 or 16518268. OLE color: 16518268.

HSL color Cylindrical-coordinate representation of color #7C0CFC: hue angle of 268º 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 #7C0CFC is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 124 12 252 -
CMYK 0.51 0.95 0 0.01
HSL 268º 0.98% 0.52% -
HSV(B) 268º 0.95% 0.99% -
XYZ 26.01 11.58 92.96 -
YUV 72.85 229.11 164.49 -
System Red Green Blue C M Y K H S L
Decimal 124 12 252 0.51 0.95 0 0.01 268 0.98 0.52
Hex 7C C FC 33 5F 0 1 10C 62 34
Octal 174 14 374 63 137 0 1 414 142 64
Binary 1111100 1100 11111100 110011 1011111 0 1 100001100 1100010 110100

Color Harmonies of #7C0CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0CFC

Black with #7C0CFC

Text Example


Text Example

White with #7C0CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C0CFC; }

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

 H1.HeaderClassName
 {
   color: #7C0CFC;
 }
 .AnyTagClassName
 {
   color: #7C0CFC;
 }
</style>

background-color css

<style>
 a { background-color: #7C0CFC; }

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

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

border-color css

<style>
 span { border-color: #7C0CFC; }

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

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