Html Css Color HEX #710BE6 Electric Indigo

📋 copy color: '#710BE6'

red 113 ◦ green 11 ◦ blue 230

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

Shades of Electric Indigo #710BE6

Tints of Electric Indigo #710BE6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.11%

 BLUE value IS 230 (90.23% from 255) = 64.97%

R = 31.92%
G = 3.11%
B = 64.97%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#710BE6 (or 0x710BE6) is known color: Electric Indigo. HEX triplet: 71, 0B and E6. RGB value is (113,11,230). Sum of RGB (Red+Green+Blue) = 113+11+230=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 230 (90.23% from 255 or 64.97% from 354); Max value from RGB is 230 - color contains mainly: blue. Hex color #710BE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710BE6 is #8EF419. Grayscale: #414141. Windows color (decimal): -9368602 or 15076209. OLE color: 15076209.

HSL color Cylindrical-coordinate representation of color #710BE6: hue angle of 267.95º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710BE6 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 113 11 230 -
CMYK 0.51 0.95 0 0.10
HSL 267.95º 0.91% 0.47% -
HSV(B) 267.95º 0.95% 0.9% -
XYZ 21.21 9.46 75.57 -
YUV 66.46 220.29 161.19 -
System Red Green Blue C M Y K H S L
Decimal 113 11 230 0.51 0.95 0 0.10 267.95 0.91 0.47
Hex 71 B E6 33 5F 0 A 10C 5B 2F
Octal 161 13 346 63 137 0 12 414 133 57
Binary 1110001 1011 11100110 110011 1011111 0 1010 100001100 1011011 101111

Color Harmonies of #710BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710BE6

Black with #710BE6

Text Example


Text Example

White with #710BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,11,230); }

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

background-color css

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

 a { background-color: rgb(113,11,230); }

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

border-color css

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

 span { border-color: rgb(113,11,230); }

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