Html Css Color HEX #710AFF Electric Indigo

📋 copy color: '#710AFF'

red 113 ◦ green 10 ◦ blue 255

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

Shades of Electric Indigo #710AFF

Tints of Electric Indigo #710AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 67.46%

R = 29.89%
G = 2.65%
B = 67.46%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#710AFF (or 0x710AFF) is known color: Electric Indigo. HEX triplet: 71, 0A and FF. RGB value is (113,10,255). Sum of RGB (Red+Green+Blue) = 113+10+255=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #710AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710AFF is #8EF500. Grayscale: #434343. Windows color (decimal): -9368833 or 16714353. OLE color: 16714353.

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

Color convert

RGB 113 10 255 -
CMYK 0.56 0.96 0 0
HSL 265.22º 1% 0.52% -
HSV(B) 265.22º 0.96% 1% -
XYZ 24.97 10.95 95.4 -
YUV 68.73 233.12 159.58 -
System Red Green Blue C M Y K H S L
Decimal 113 10 255 0.56 0.96 0 0 265.22 1 0.52
Hex 71 A FF 38 60 0 0 109 64 34
Octal 161 12 377 70 140 0 0 411 144 64
Binary 1110001 1010 11111111 111000 1100000 0 0 100001001 1100100 110100

Color Harmonies of #710AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710AFF

Black with #710AFF

Text Example


Text Example

White with #710AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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