Html Css Color HEX #7010FD Electric Indigo

📋 copy color: '#7010FD'

red 112 ◦ green 16 ◦ blue 253

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

Shades of Electric Indigo #7010FD

Tints of Electric Indigo #7010FD

RGB

 RED value IS 112 (44.14% from 255) = 29.4%

 GREEN value IS 16 (6.64% from 255) = 4.2%

 BLUE value IS 253 (99.22% from 255) = 66.4%

R = 29.4%
G = 4.2%
B = 66.4%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7010FD (or 0x7010FD) is known color: Electric Indigo. HEX triplet: 70, 10 and FD. RGB value is (112,16,253). Sum of RGB (Red+Green+Blue) = 112+16+253=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 253 (99.22% from 255 or 66.40% from 381); Max value from RGB is 253 - color contains mainly: blue. Hex color #7010FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7010FD is #8FEF02. Grayscale: #464646. Windows color (decimal): -9432835 or 16584816. OLE color: 16584816.

HSL color Cylindrical-coordinate representation of color #7010FD: hue angle of 264.3º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7010FD is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 16 253 -
CMYK 0.56 0.94 0 0.01
HSL 264.3º 0.98% 0.53% -
HSV(B) 264.3º 0.94% 0.99% -
XYZ 24.6 10.91 93.74 -
YUV 71.72 230.3 156.73 -
System Red Green Blue C M Y K H S L
Decimal 112 16 253 0.56 0.94 0 0.01 264.3 0.98 0.53
Hex 70 10 FD 38 5E 0 1 108 62 35
Octal 160 20 375 70 136 0 1 410 142 65
Binary 1110000 10000 11111101 111000 1011110 0 1 100001000 1100010 110101

Color Harmonies of #7010FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7010FD

Black with #7010FD

Text Example


Text Example

White with #7010FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7010FD; }

 p { color: rgb(112,16,253); }

 H1.HeaderClassName
 {
   color: #7010FD;
 }
 .AnyTagClassName
 {
   color: #7010FD;
 }
</style>

background-color css

<style>
 a { background-color: #7010FD; }

 a { background-color: rgb(112,16,253); }

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

border-color css

<style>
 span { border-color: #7010FD; }

 span { border-color: rgb(112,16,253); }

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