Html Css Color HEX #710CDF Electric Indigo

📋 copy color: '#710CDF'

red 113 ◦ green 12 ◦ blue 223

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

Shades of Electric Indigo #710CDF

Tints of Electric Indigo #710CDF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.45%

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

R = 32.47%
G = 3.45%
B = 64.08%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#710CDF (or 0x710CDF) is known color: Electric Indigo. HEX triplet: 71, 0C and DF. RGB value is (113,12,223). Sum of RGB (Red+Green+Blue) = 113+12+223=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #710CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710CDF is #8EF320. Grayscale: #414141. Windows color (decimal): -9368353 or 14617713. OLE color: 14617713.

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

Color convert

RGB 113 12 223 -
CMYK 0.49 0.95 0 0.13
HSL 268.72º 0.9% 0.46% -
HSV(B) 268.72º 0.95% 0.87% -
XYZ 20.26 9.1 70.5 -
YUV 66.25 216.46 161.34 -
System Red Green Blue C M Y K H S L
Decimal 113 12 223 0.49 0.95 0 0.13 268.72 0.9 0.46
Hex 71 C DF 31 5F 0 D 10D 5A 2E
Octal 161 14 337 61 137 0 15 415 132 56
Binary 1110001 1100 11011111 110001 1011111 0 1101 100001101 1011010 101110

Color Harmonies of #710CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710CDF

Black with #710CDF

Text Example


Text Example

White with #710CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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