Html Css Color HEX #710ADA Electric Indigo

📋 copy color: '#710ADA'

red 113 ◦ green 10 ◦ blue 218

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

Shades of Electric Indigo #710ADA

Tints of Electric Indigo #710ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.93%

R = 33.14%
G = 2.93%
B = 63.93%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#710ADA (or 0x710ADA) is known color: Electric Indigo. HEX triplet: 71, 0A and DA. RGB value is (113,10,218). Sum of RGB (Red+Green+Blue) = 113+10+218=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #710ADA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710ADA is #8EF525. Grayscale: #3F3F3F. Windows color (decimal): -9368870 or 14289521. OLE color: 14289521.

HSL color Cylindrical-coordinate representation of color #710ADA: hue angle of 269.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710ADA is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 10 218 -
CMYK 0.48 0.95 0 0.15
HSL 269.71º 0.91% 0.45% -
HSV(B) 269.71º 0.95% 0.85% -
XYZ 19.57 8.79 66.99 -
YUV 64.51 214.62 162.59 -
System Red Green Blue C M Y K H S L
Decimal 113 10 218 0.48 0.95 0 0.15 269.71 0.91 0.45
Hex 71 A DA 30 5F 0 F 10E 5B 2D
Octal 161 12 332 60 137 0 17 416 133 55
Binary 1110001 1010 11011010 110000 1011111 0 1111 100001110 1011011 101101

Color Harmonies of #710ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710ADA

Black with #710ADA

Text Example


Text Example

White with #710ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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