Html Css Color HEX #710BED Electric Indigo

📋 copy color: '#710BED'

red 113 ◦ green 11 ◦ blue 237

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

Shades of Electric Indigo #710BED

Tints of Electric Indigo #710BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 65.65%

R = 31.3%
G = 3.05%
B = 65.65%

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

#710BED (or 0x710BED) is known color: Electric Indigo. HEX triplet: 71, 0B and ED. RGB value is (113,11,237). Sum of RGB (Red+Green+Blue) = 113+11+237=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #710BED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710BED is #8EF412. Grayscale: #424242. Windows color (decimal): -9368595 or 15534961. OLE color: 15534961.

HSL color Cylindrical-coordinate representation of color #710BED: hue angle of 267.08º degrees, saturation: 0.91, 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 #710BED is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 11 237 -
CMYK 0.52 0.95 0 0.07
HSL 267.08º 0.91% 0.49% -
HSV(B) 267.08º 0.95% 0.93% -
XYZ 22.22 9.86 80.85 -
YUV 67.26 223.79 160.62 -
System Red Green Blue C M Y K H S L
Decimal 113 11 237 0.52 0.95 0 0.07 267.08 0.91 0.49
Hex 71 B ED 34 5F 0 7 10B 5B 31
Octal 161 13 355 64 137 0 7 413 133 61
Binary 1110001 1011 11101101 110100 1011111 0 111 100001011 1011011 110001

Color Harmonies of #710BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710BED

Black with #710BED

Text Example


Text Example

White with #710BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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