Html Css Color HEX #710AFE Electric Indigo

📋 copy color: '#710AFE'

red 113 ◦ green 10 ◦ blue 254

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

Shades of Electric Indigo #710AFE

Tints of Electric Indigo #710AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.65%

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

R = 29.97%
G = 2.65%
B = 67.37%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#710AFE (or 0x710AFE) is known color: Electric Indigo. HEX triplet: 71, 0A and FE. RGB value is (113,10,254). Sum of RGB (Red+Green+Blue) = 113+10+254=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #710AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710AFE is #8EF501. Grayscale: #434343. Windows color (decimal): -9368834 or 16648817. OLE color: 16648817.

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

Color convert

RGB 113 10 254 -
CMYK 0.56 0.96 0 0.00
HSL 265.33º 0.99% 0.52% -
HSV(B) 265.33º 0.96% 1% -
XYZ 24.81 10.88 94.56 -
YUV 68.61 232.62 159.66 -
System Red Green Blue C M Y K H S L
Decimal 113 10 254 0.56 0.96 0 0.00 265.33 0.99 0.52
Hex 71 A FE 38 60 0 0 109 63 34
Octal 161 12 376 70 140 0 0 411 143 64
Binary 1110001 1010 11111110 111000 1100000 0 0 100001001 1100011 110100

Color Harmonies of #710AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710AFE

Black with #710AFE

Text Example


Text Example

White with #710AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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