Html Css Color HEX #710EFC Electric Indigo

📋 copy color: '#710EFC'

red 113 ◦ green 14 ◦ blue 252

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

Shades of Electric Indigo #710EFC

Tints of Electric Indigo #710EFC

RGB

 RED value IS 113 (44.53% from 255) = 29.82%

 GREEN value IS 14 (5.86% from 255) = 3.69%

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

R = 29.82%
G = 3.69%
B = 66.49%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#710EFC (or 0x710EFC) is known color: Electric Indigo. HEX triplet: 71, 0E and FC. RGB value is (113,14,252). Sum of RGB (Red+Green+Blue) = 113+14+252=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 14 (5.86% from 255 or 3.69% from 379); Blue value is 252 (98.83% from 255 or 66.49% from 379); Max value from RGB is 252 - color contains mainly: blue. Hex color #710EFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710EFC is #8EF103. Grayscale: #454545. Windows color (decimal): -9367812 or 16518769. OLE color: 16518769.

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

Color convert

RGB 113 14 252 -
CMYK 0.55 0.94 0 0.01
HSL 264.96º 0.98% 0.52% -
HSV(B) 264.96º 0.94% 0.99% -
XYZ 24.54 10.85 92.9 -
YUV 70.73 230.3 158.15 -
System Red Green Blue C M Y K H S L
Decimal 113 14 252 0.55 0.94 0 0.01 264.96 0.98 0.52
Hex 71 E FC 37 5E 0 1 109 62 34
Octal 161 16 374 67 136 0 1 411 142 64
Binary 1110001 1110 11111100 110111 1011110 0 1 100001001 1100010 110100

Color Harmonies of #710EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710EFC

Black with #710EFC

Text Example


Text Example

White with #710EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710EFC; }

 p { color: rgb(113,14,252); }

 H1.HeaderClassName
 {
   color: #710EFC;
 }
 .AnyTagClassName
 {
   color: #710EFC;
 }
</style>

background-color css

<style>
 a { background-color: #710EFC; }

 a { background-color: rgb(113,14,252); }

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

border-color css

<style>
 span { border-color: #710EFC; }

 span { border-color: rgb(113,14,252); }

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