Html Css Color HEX #710FDF Electric Indigo

📋 copy color: '#710FDF'

red 113 ◦ green 15 ◦ blue 223

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

Shades of Electric Indigo #710FDF

Tints of Electric Indigo #710FDF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.27%

 BLUE value IS 223 (87.5% from 255) = 63.53%

R = 32.19%
G = 4.27%
B = 63.53%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#710FDF (or 0x710FDF) is known color: Electric Indigo. HEX triplet: 71, 0F and DF. RGB value is (113,15,223). Sum of RGB (Red+Green+Blue) = 113+15+223=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #710FDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710FDF is #8EF020. Grayscale: #434343. Windows color (decimal): -9367585 or 14618481. OLE color: 14618481.

HSL color Cylindrical-coordinate representation of color #710FDF: hue angle of 268.27º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710FDF is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 15 223 -
CMYK 0.49 0.93 0 0.13
HSL 268.27º 0.87% 0.47% -
HSV(B) 268.27º 0.93% 0.87% -
XYZ 20.3 9.18 70.51 -
YUV 68.01 215.47 160.09 -
System Red Green Blue C M Y K H S L
Decimal 113 15 223 0.49 0.93 0 0.13 268.27 0.87 0.47
Hex 71 F DF 31 5D 0 D 10C 57 2F
Octal 161 17 337 61 135 0 15 414 127 57
Binary 1110001 1111 11011111 110001 1011101 0 1101 100001100 1010111 101111

Color Harmonies of #710FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710FDF

Black with #710FDF

Text Example


Text Example

White with #710FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,15,223); }

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

background-color css

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

 a { background-color: rgb(113,15,223); }

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

border-color css

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

 span { border-color: rgb(113,15,223); }

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