Html Css Color HEX #710CEC Electric Indigo

📋 copy color: '#710CEC'

red 113 ◦ green 12 ◦ blue 236

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

Shades of Electric Indigo #710CEC

Tints of Electric Indigo #710CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 65.37%

R = 31.3%
G = 3.32%
B = 65.37%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#710CEC (or 0x710CEC) is known color: Electric Indigo. HEX triplet: 71, 0C and EC. RGB value is (113,12,236). Sum of RGB (Red+Green+Blue) = 113+12+236=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 236 (92.58% from 255 or 65.37% from 361); Max value from RGB is 236 - color contains mainly: blue. Hex color #710CEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710CEC is #8EF313. Grayscale: #424242. Windows color (decimal): -9368340 or 15469681. OLE color: 15469681.

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

Color convert

RGB 113 12 236 -
CMYK 0.52 0.95 0 0.07
HSL 267.05º 0.9% 0.49% -
HSV(B) 267.05º 0.95% 0.93% -
XYZ 22.08 9.83 80.09 -
YUV 67.74 222.96 160.29 -
System Red Green Blue C M Y K H S L
Decimal 113 12 236 0.52 0.95 0 0.07 267.05 0.9 0.49
Hex 71 C EC 34 5F 0 7 10B 5A 31
Octal 161 14 354 64 137 0 7 413 132 61
Binary 1110001 1100 11101100 110100 1011111 0 111 100001011 1011010 110001

Color Harmonies of #710CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710CEC

Black with #710CEC

Text Example


Text Example

White with #710CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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