Html Css Color HEX #710AF8 Electric Indigo

📋 copy color: '#710AF8'

red 113 ◦ green 10 ◦ blue 248

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

Shades of Electric Indigo #710AF8

Tints of Electric Indigo #710AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 66.85%

R = 30.46%
G = 2.7%
B = 66.85%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#710AF8 (or 0x710AF8) is known color: Electric Indigo. HEX triplet: 71, 0A and F8. RGB value is (113,10,248). Sum of RGB (Red+Green+Blue) = 113+10+248=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 248 (97.27% from 255 or 66.85% from 371); Max value from RGB is 248 - color contains mainly: blue. Hex color #710AF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710AF8 is #8EF507. Grayscale: #434343. Windows color (decimal): -9368840 or 16255601. OLE color: 16255601.

HSL color Cylindrical-coordinate representation of color #710AF8: hue angle of 265.97º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710AF8 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 113 10 248 -
CMYK 0.54 0.96 0 0.03
HSL 265.97º 0.94% 0.51% -
HSV(B) 265.97º 0.96% 0.97% -
XYZ 23.86 10.51 89.58 -
YUV 67.93 229.62 160.15 -
System Red Green Blue C M Y K H S L
Decimal 113 10 248 0.54 0.96 0 0.03 265.97 0.94 0.51
Hex 71 A F8 36 60 0 3 10A 5E 33
Octal 161 12 370 66 140 0 3 412 136 63
Binary 1110001 1010 11111000 110110 1100000 0 11 100001010 1011110 110011

Color Harmonies of #710AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710AF8

Black with #710AF8

Text Example


Text Example

White with #710AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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