Html Css Color HEX #710EFE Electric Indigo

📋 copy color: '#710EFE'

red 113 ◦ green 14 ◦ blue 254

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

Shades of Electric Indigo #710EFE

Tints of Electric Indigo #710EFE

RGB

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

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

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

R = 29.66%
G = 3.67%
B = 66.67%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#710EFE (or 0x710EFE) is known color: Electric Indigo. HEX triplet: 71, 0E and FE. RGB value is (113,14,254). Sum of RGB (Red+Green+Blue) = 113+14+254=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #710EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710EFE is #8EF101. Grayscale: #464646. Windows color (decimal): -9367810 or 16649841. OLE color: 16649841.

HSL color Cylindrical-coordinate representation of color #710EFE: hue angle of 264.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710EFE is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 14 254 -
CMYK 0.56 0.94 0 0.00
HSL 264.75º 0.99% 0.53% -
HSV(B) 264.75º 0.94% 1% -
XYZ 24.86 10.98 94.58 -
YUV 70.96 231.3 157.99 -
System Red Green Blue C M Y K H S L
Decimal 113 14 254 0.56 0.94 0 0.00 264.75 0.99 0.53
Hex 71 E FE 38 5E 0 0 109 63 35
Octal 161 16 376 70 136 0 0 411 143 65
Binary 1110001 1110 11111110 111000 1011110 0 0 100001001 1100011 110101

Color Harmonies of #710EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710EFE

Black with #710EFE

Text Example


Text Example

White with #710EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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