Html Css Color HEX #710DFE Electric Indigo

📋 copy color: '#710DFE'

red 113 ◦ green 13 ◦ blue 254

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

Shades of Electric Indigo #710DFE

Tints of Electric Indigo #710DFE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.42%

 BLUE value IS 254 (99.61% from 255) = 66.84%

R = 29.74%
G = 3.42%
B = 66.84%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#710DFE (or 0x710DFE) is known color: Electric Indigo. HEX triplet: 71, 0D and FE. RGB value is (113,13,254). Sum of RGB (Red+Green+Blue) = 113+13+254=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #710DFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710DFE is #8EF201. Grayscale: #454545. Windows color (decimal): -9368066 or 16649585. OLE color: 16649585.

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

Color convert

RGB 113 13 254 -
CMYK 0.56 0.95 0 0.00
HSL 264.9º 0.99% 0.52% -
HSV(B) 264.9º 0.95% 1% -
XYZ 24.84 10.95 94.57 -
YUV 70.37 231.63 158.4 -
System Red Green Blue C M Y K H S L
Decimal 113 13 254 0.56 0.95 0 0.00 264.9 0.99 0.52
Hex 71 D FE 38 5F 0 0 109 63 34
Octal 161 15 376 70 137 0 0 411 143 64
Binary 1110001 1101 11111110 111000 1011111 0 0 100001001 1100011 110100

Color Harmonies of #710DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710DFE

Black with #710DFE

Text Example


Text Example

White with #710DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,13,254); }

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

background-color css

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

 a { background-color: rgb(113,13,254); }

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

border-color css

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

 span { border-color: rgb(113,13,254); }

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