Html Css Color HEX #710DF1 Electric Indigo

📋 copy color: '#710DF1'

red 113 ◦ green 13 ◦ blue 241

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

Shades of Electric Indigo #710DF1

Tints of Electric Indigo #710DF1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.54%

 BLUE value IS 241 (94.53% from 255) = 65.67%

R = 30.79%
G = 3.54%
B = 65.67%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#710DF1 (or 0x710DF1) is known color: Electric Indigo. HEX triplet: 71, 0D and F1. RGB value is (113,13,241). Sum of RGB (Red+Green+Blue) = 113+13+241=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 241 (94.53% from 255 or 65.67% from 367); Max value from RGB is 241 - color contains mainly: blue. Hex color #710DF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710DF1 is #8EF20E. Grayscale: #444444. Windows color (decimal): -9368079 or 15797617. OLE color: 15797617.

HSL color Cylindrical-coordinate representation of color #710DF1: hue angle of 266.32º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710DF1 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 13 241 -
CMYK 0.53 0.95 0 0.05
HSL 266.32º 0.9% 0.5% -
HSV(B) 266.32º 0.95% 0.95% -
XYZ 22.83 10.15 83.97 -
YUV 68.89 225.13 159.46 -
System Red Green Blue C M Y K H S L
Decimal 113 13 241 0.53 0.95 0 0.05 266.32 0.9 0.5
Hex 71 D F1 35 5F 0 5 10A 5A 32
Octal 161 15 361 65 137 0 5 412 132 62
Binary 1110001 1101 11110001 110101 1011111 0 101 100001010 1011010 110010

Color Harmonies of #710DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710DF1

Black with #710DF1

Text Example


Text Example

White with #710DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,13,241); }

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

background-color css

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

 a { background-color: rgb(113,13,241); }

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

border-color css

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

 span { border-color: rgb(113,13,241); }

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