Html Css Color HEX #710AED Electric Indigo

📋 copy color: '#710AED'

red 113 ◦ green 10 ◦ blue 237

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

Shades of Electric Indigo #710AED

Tints of Electric Indigo #710AED

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.78%

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

R = 31.39%
G = 2.78%
B = 65.83%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#710AED (or 0x710AED) is known color: Electric Indigo. HEX triplet: 71, 0A and ED. RGB value is (113,10,237). Sum of RGB (Red+Green+Blue) = 113+10+237=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 237 (92.97% from 255 or 65.83% from 360); Max value from RGB is 237 - color contains mainly: blue. Hex color #710AED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710AED is #8EF512. Grayscale: #414141. Windows color (decimal): -9368851 or 15534705. OLE color: 15534705.

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

Color convert

RGB 113 10 237 -
CMYK 0.52 0.96 0 0.07
HSL 267.22º 0.92% 0.48% -
HSV(B) 267.22º 0.96% 0.93% -
XYZ 22.2 9.84 80.85 -
YUV 66.68 224.12 161.04 -
System Red Green Blue C M Y K H S L
Decimal 113 10 237 0.52 0.96 0 0.07 267.22 0.92 0.48
Hex 71 A ED 34 60 0 7 10B 5C 30
Octal 161 12 355 64 140 0 7 413 134 60
Binary 1110001 1010 11101101 110100 1100000 0 111 100001011 1011100 110000

Color Harmonies of #710AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710AED

Black with #710AED

Text Example


Text Example

White with #710AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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