Html Css Color HEX #710BFF Electric Indigo

📋 copy color: '#710BFF'

red 113 ◦ green 11 ◦ blue 255

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

Shades of Electric Indigo #710BFF

Tints of Electric Indigo #710BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 67.28%

R = 29.82%
G = 2.9%
B = 67.28%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#710BFF (or 0x710BFF) is known color: Electric Indigo. HEX triplet: 71, 0B and FF. RGB value is (113,11,255). Sum of RGB (Red+Green+Blue) = 113+11+255=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #710BFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710BFF is #8EF400. Grayscale: #444444. Windows color (decimal): -9368577 or 16714609. OLE color: 16714609.

HSL color Cylindrical-coordinate representation of color #710BFF: hue angle of 265.08º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710BFF is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 113 11 255 -
CMYK 0.56 0.96 0 0
HSL 265.08º 1% 0.52% -
HSV(B) 265.08º 0.96% 1% -
XYZ 24.98 10.97 95.41 -
YUV 69.31 232.79 159.16 -
System Red Green Blue C M Y K H S L
Decimal 113 11 255 0.56 0.96 0 0 265.08 1 0.52
Hex 71 B FF 38 60 0 0 109 64 34
Octal 161 13 377 70 140 0 0 411 144 64
Binary 1110001 1011 11111111 111000 1100000 0 0 100001001 1100100 110100

Color Harmonies of #710BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710BFF

Black with #710BFF

Text Example


Text Example

White with #710BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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